Age | Commit message (Expand) | Author |
2020-04-10 | Update the module descriptions using mkversion. | Sadie Powell |
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2017-11-25 | Convert IsChannel to std::function. | Peter Powell |
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell |
2014-09-03 | Replace irc::modestacker usage with the new ModeParser::Process() | Attila Molnar |
2014-07-14 | Remove typedef UserMembIter, use Channel::MemberMap::iterator instead | Attila Molnar |
2014-07-14 | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead | Attila Molnar |
2014-07-14 | Rename UserMembList to Channel::MemberMap, switch all code to use it | Attila Molnar |
2014-07-14 | Change return type of Channel::GetUsers() to reference from pointer as it is ... | Attila Molnar |
2014-06-10 | Use the iterator version of Channel::KickUser() in a few places | Attila Molnar |
2014-06-07 | m_channames Remove temporary vector from ValidateChans() | Attila Molnar |
2014-06-07 | m_channames Call ValidateChans() from cull() on unload | Attila Molnar |
2014-03-14 | Add InspIRCd::GetChans(), remove ChannelCount() | Attila Molnar |
2014-01-31 | Remove some dead code | Attila Molnar |
2014-01-21 | Merge insp20 | Attila Molnar |
2013-12-21 | Allow ranges beginning with 0 in m_channames | Daniel Vassdal |
2013-08-30 | Replace OnRehash() with ReadConfig() that is called on boot, on module load a... | attilamolnar |
2013-08-08 | Fix a couple of issues | attilamolnar |
2013-08-04 | Automatically attach modules to events | attilamolnar |
2013-07-19 | Replace hardcoded mode letters, part 2 | attilamolnar |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-06-13 | Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat... | attilamolnar |
2013-06-06 | Merge insp20 | attilamolnar |
2013-05-18 | m_channames Fix iteration in ValidateChans() | attilamolnar |
2013-05-18 | Remove the size argument from IsChannel and IsNick. | Peter Powell |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar |
2013-04-01 | Change IsNickHandler()/IsIdentHandler()/IsChannelHandler() to use C++ strings... | attilamolnar |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-12-02 | Attach to events and register services in init() | attilamolnar |
2012-11-12 | Remove usage of the deprecated ConfigReader | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-05-09 | Fix negative array access in channame | Daniel De Graaf |
2010-02-25 | GCC doesn't like characters being used in array subscripts | danieldg |
2010-01-28 | Fix empty FMODE being sent if SendMode mode changes | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-23 | Make User::uuid and User::server const | danieldg |
2009-10-18 | Cull channels, warn when Extensible objects are not culled as they must be | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-21 | Add channames module [jackmcbarn] | danieldg |