Age | Commit message (Expand) | Author |
2018-04-17 | Tell the rehasher if an exception is thrown by a module on rehash. | Peter Powell |
2018-04-16 | Add ConfigTag::getUInt for reading unsigned config values. | 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-12-10 | Extract RFC modes from the core to core_channel and core_user. | Peter Powell |
2017-11-17 | Fix a ton of -Wsign-conversion warnings. | Peter Powell |
2017-11-09 | Allow spaces in the network name now it doesn't cause problems. | Peter Powell |
2017-11-06 | Fix an unhandled exception crash when rehashing modules. | Peter Powell |
2017-10-18 | Add a constructor to OperInfo and use it to set the type name. | Peter Powell |
2017-10-18 | Ignore <module> tags for modules that are already loaded. | Peter Powell |
2017-10-17 | Clean up the command disabling logic. | Peter Powell |
2017-10-15 | Clean up the initialization of ConnectClass and ServerConfig. | attilamolnar |
2017-10-05 | Fix the casemap name not being copied to the new ServerConfig. | Peter Powell |
2017-09-18 | Convert Disabled[CU]Modes to use a bitset instead of a char array. | Peter Powell |
2017-09-18 | Add ModeParser::IsModeChar to standardise mode validation. | Peter Powell |
2017-09-12 | Change FailedPortList to store a sockaddrs/int instead of string. | Peter Powell |
2017-09-08 | Implement support for configurable casemapping & default to ASCII. | Peter Powell |
2017-09-03 | Convert a bunch of time-related config options to getDuration. | 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-27 | Match against core_*.so when looking for core modules. | Peter Powell |
2017-08-13 | Change the maximum nick/user size to match other implementations. | Peter Powell |
2017-07-30 | Fix the server failing to rehash when <server:name> is unset. | Peter Powell |
2017-07-30 | Fix exceptions not having a line ending when appending to errmsg. | Peter Powell |
2016-12-08 | Store config values in a map instead of a unique vector of pairs. | Peter Powell |
2016-10-25 | Allow classes to take a port range. | Peter Powell |
2016-09-02 | Bump version to 3.0 in comments and messages | Attila Molnar |
2016-08-22 | Add stdalgo::string::equalsci and use it instead of irc::string for case-inse... | Attila Molnar |
2016-08-17 | Merge insp20 | Attila Molnar |
2016-06-17 | Don't exit on rehash if the pid file cannot be written | Attila Molnar |
2016-03-01 | Send NOTICEs that can go to both local and remote users with User::WriteRemot... | Attila Molnar |
2016-02-25 | Remove unnecessary std::string::c_str() calls | Attila Molnar |
2016-02-25 | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | Attila Molnar |
2016-02-25 | Don't show snotices for kills from ulined clients | Adam |
2015-12-28 | Fix some whitespace issues | Attila Molnar |
2015-12-06 | Remove <options:ircumsgprefix> entirely | Attila Molnar |
2015-11-02 | Move ServerConfig::InvBypassModes into core_channel | Attila Molnar |
2015-06-04 | Expand module names in ServerConfig::ApplyModules() | Attila Molnar |
2015-04-20 | Merge insp20 | Attila Molnar |
2015-03-21 | Rebuild clone counts on rehash | Adam |
2015-01-19 | Don't bind ports after an unsuccessful rehash | Attila Molnar |
2015-01-12 | Fix harmless uninitialized variable usage on startup if the config is incorrect | 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-12-09 | Initialize ServerConfig::EmptyTag using the init list | 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 |