Age | Commit message (Expand) | Author |
2018-04-16 | Convert ConfigTag::getDuration to return an unsigned long. | Peter Powell |
2018-04-06 | Validate settings in order in ValidateSettings() (#1475). | genius3000 |
2018-01-29 | Add ERR_INVALIDMODEPARAM for responding to invalid mode params. | Peter Powell |
2018-01-06 | Rework message handling. | Peter Powell |
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell |
2017-10-28 | Hide User#host and User#dhost and use accessors to modify them. | Peter Powell |
2017-10-21 | Add a helper function for calling the OnCheckExemption event. | Peter Powell |
2017-09-03 | Convert a bunch of time-related config options to getDuration. | Peter Powell |
2017-03-20 | Move the OnCheckExemption hook out of the core. | Peter Powell |
2015-12-28 | Fix some whitespace issues | Attila Molnar |
2015-06-12 | m_repeat: fix typo (similiar->similar) | James Lu |
2015-01-18 | Specify which Extensible subclass an ExtensionItem is valid for | Attila Molnar |
2014-09-03 | Replace irc::modestacker usage with the new ModeParser::Process() | 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-02-15 | Add ParamModeBase and ParamMode, change all parameter modes to inherit from P... | Attila Molnar |
2014-01-23 | Globally #undef min and max on Windows | Attila Molnar |
2013-09-08 | Automatically register ServiceProviders created by modules | attilamolnar |
2013-08-30 | Replace OnRehash() with ReadConfig() that is called on boot, on module load a... | attilamolnar |
2013-08-04 | Automatically attach modules to events | attilamolnar |
2013-06-24 | m_repeat Optimize the Levenshtein() function | attilamolnar |
2013-06-13 | Call Channel::SetModeParam() from the mode parser when needed instead of requ... | attilamolnar |
2013-06-13 | Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat... | attilamolnar |
2013-06-10 | Added m_repeat - Allows for blocking of similiar messages | Daniel Vassdal |