Age | Commit message (Expand) | Author |
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 |
2014-06-17 | Update the description field in the Server object representing the local serv... | Attila Molnar |
2014-06-13 | Change allocation of InspIRCd::Parser to be physically part of the object con... | Attila Molnar |
2014-06-13 | Add CommandParser::GetCommands() and typedef CommandMap and use it instead of... | Attila Molnar |
2014-06-13 | Use CommandParser::GetHandler() in ServerConfig::ApplyDisabledCommands() | Attila Molnar |
2014-06-07 | Change the number reported by SocketEngine::GetMaxFds() to be informal | Attila Molnar |
2014-05-26 | Switch to std::string::compare() from substr() in a couple of places | Attila Molnar |
2014-05-23 | Prefix all definitions in config.h to avoid potential collisions. | Peter Powell |
2014-04-11 | Kill <channels> in favour of <connect:maxchans> and <oper:maxchans>. | Peter Powell |
2014-04-07 | Merge insp20 | Attila Molnar |
2014-03-08 | Make the maximum hostname length configurable in the config. | Peter Powell |
2014-03-07 | Move admin settings into core_info | Attila Molnar |
2014-03-07 | Move {prefix|suffix|fixed}{quit|part} into core_user | Attila Molnar |
2014-03-07 | Read the die and restart password and their hash type on demand | Attila Molnar |
2014-03-05 | Load core_*.so instead of cmd_*.so | Attila Molnar |
2014-03-01 | Fix NULL dereference on rehash when there is a fatal error in the configurati... | Attila Molnar |