Age | Commit message (Expand) | Author |
2019-01-24 | Move the <disabled> tag out of the core to a new module. | Peter Powell |
2019-01-09 | Improve X-line text consistency. | Matt Schatz |
2018-12-04 | Add an option for changing the allowed server clock drift. | Peter Powell |
2018-10-21 | Fix warnings from Doxygen. | Peter Powell |
2018-10-01 | Move <security:userstats> into core_stats. | Peter Powell |
2018-10-01 | Move <security:hidesplits> to the spanningtree module. | Peter Powell |
2018-10-01 | Move <security:genericoper> into core_whois. | Peter Powell |
2018-10-01 | Move <security:hideulinekills> into core_oper. | Peter Powell |
2018-10-01 | Move <security:hidekills> into core_oper. | Peter Powell |
2018-10-01 | Document ServerConfig::Conf{Tags,Value} better. | Peter Powell |
2018-08-13 | Implement IRCv3 message tag support. | Peter Powell |
2018-07-30 | Replace most usages of "GECOS" with "real" or "real name". | Peter Powell |
2018-07-10 | Add a ConfigTag::getString overload that calls a validation method. | Peter Powell |
2018-07-10 | Add a silent option to <options:restrictbannedusers>. | Peter Powell |
2018-06-04 | Add --nopid command line option (#1497). | Chris Novakovic |
2018-04-16 | Add range checking to ConfigTag::getFloat. | Peter Powell |
2018-04-16 | Add ConfigTag::getUInt for reading unsigned config values. | Peter Powell |
2018-04-16 | Convert ConfigTag::getDuration to return an unsigned long. | Peter Powell |
2018-04-16 | Convert ConfigTag::CheckRange to a function template. | Peter Powell |
2018-04-16 | Remove the default value in ConfigTag::get{Duration,Float,Int}. | Peter Powell |
2018-03-31 | Move <security:announceinvites> to core_channel. | Peter Powell |
2018-03-25 | Separate secret and private channels on whois for non-opers (#1447) | Dylan Frank |
2017-12-22 | Rename <security:hidewhois> to <security:hideserver>. | Peter Powell |
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell |
2017-11-17 | Fix a ton of -Wsign-conversion warnings. | Peter Powell |
2017-11-13 | Add a class which encapsulates the concept of token lists. | Peter Powell |
2017-10-18 | Add a constructor to OperInfo and use it to set the type name. | Peter Powell |
2017-10-17 | Clean up the command disabling logic. | Peter Powell |
2017-09-18 | Convert Disabled[CU]Modes to use a bitset instead of a char array. | Peter Powell |
2017-09-08 | Implement support for configurable casemapping & default to ASCII. | Peter Powell |
2017-09-03 | Add support for length arguments in getString. | Peter Powell |
2017-09-03 | Move <dns:timeout> out of the core. | Peter Powell |
2017-09-03 | Add a ConfigTag* parameter to the ServerPaths constructor. | Peter Powell |
2017-08-26 | Fix a bunch of Doxygen warnings. | Peter Powell |
2016-12-08 | Store config values in a map instead of a unique vector of pairs. | Peter Powell |
2016-09-02 | Bump version to 3.0 in comments and messages | Attila Molnar |
2016-08-17 | Merge insp20 | Attila Molnar |
2016-07-22 | Add a method which calculates the maximum mask length. (#1171) | Peter Powell |
2016-02-25 | Don't show snotices for kills from ulined clients | Adam |
2015-12-06 | Remove <options:ircumsgprefix> entirely | Attila Molnar |
2015-11-02 | Move ServerConfig::InvBypassModes into core_channel | Attila Molnar |
2014-12-19 | Merge branch 'master+flatmap' | Attila Molnar |
2014-12-15 | Change type of some associative containers to their flat versions, including ... | Attila Molnar |
2014-12-15 | Add typedef PrivSet for OperInfo::AllowedOperCommands and AllowedPrivs | Attila Molnar |
2014-12-09 | Pass the empty tag to Limits when constructing a ServerConfig, remove default... | Attila Molnar |
2014-12-09 | Add ServerLimits constructor that reads limits from a ConfigTag and use it | Attila Molnar |
2014-10-27 | Merge insp20 | Attila Molnar |
2014-10-13 | Avoid calling methods on NULL pointers wherever possible. | Peter Powell |
2014-09-10 | Remove listmode hiding support from the core | Attila Molnar |
2014-07-16 | Move typedef OperIndex to ServerConfig::OperIndex | Attila Molnar |