Age | Commit message (Expand) | Author |
2017-10-12 | Merge the latest changes from insp20 into master. | Peter Powell |
2017-10-04 | Fix RPL_SERVERVERSION treating the modes as a single parameter. | 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-14 | Raise the default listmode limit to 100 from 64. | Peter Powell |
2017-09-12 | Change FailedPortList to store a sockaddrs/int instead of string. | Peter Powell |
2017-09-12 | Store the server endpoint as a sockaddrs in ListenSocket. | Peter Powell |
2017-09-12 | Get rid of irc::sockets::satoap(). | Peter Powell |
2017-09-11 | Move operquit out of the core and into core_user. | Peter Powell |
2017-09-08 | Implement support for configurable casemapping & default to ASCII. | Peter Powell |
2017-09-06 | Move RPL_SYNTAX to 650 to prevent a collision with RPL_TEXT. | Peter Powell |
2017-09-06 | Convert uncontroversial anonymous numerics to use constants. | Peter Powell |
2017-09-06 | Change the numerics used by /COMMANDS to avoid a collision. | 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-27 | Update a bunch of references to the old command modules. | Peter Powell |
2017-08-26 | Use DLLManager::RetrieveLastError() on all platforms. | Peter Powell |
2017-08-26 | Remove some outdated documentation from the SocketEngine class. | Peter Powell |
2017-08-26 | Fix a bunch of Doxygen warnings. | Peter Powell |
2017-08-13 | Remove <alias:matchcase> and associated code. | Peter Powell |
2017-07-27 | Merge pull request #1271 from SaberUK/master+exemption | Peter Powell |
2017-07-24 | Replace the deprecated MAXBANS token with MAXLIST. | Peter Powell |
2017-07-24 | Add DEFAULT_LIST_SIZE for the default list mode size. | Peter Powell |
2017-07-13 | Improve the numerics we send in response to MAP. | Peter Powell |
2017-07-12 | Merge pull request #1267 from SaberUK/master+config | Peter Powell |
2017-07-12 | Add CXX11_OVERRIDE to overridden members that lack it. | Peter Powell |
2017-07-12 | Merge pull request #1337 from SaberUK/master+merge | Peter Powell |
2017-07-11 | Improve and centralize socket engine event counters. | Robin Burchell |
2017-07-09 | Merge v2.0.23 and v2.0.24 into master. | Peter Powell |
2017-04-23 | core_dns: add support for txt records | Adam |
2017-03-20 | Move the OnCheckExemption hook out of the core. | Peter Powell |
2017-03-20 | Fix some compiler warnings. | Peter Powell |
2017-02-28 | Allow <log> tags to specify how often logs should be flushed. | Peter Powell |
2017-02-04 | Make the config system case insensitive. | Peter Powell |
2016-12-30 | cmd_mode Switch to a numeric for showing modes of other users | Attila Molnar |
2016-12-30 | Clean up User::FormatModes(), rename to GetModeLetters() | Attila Molnar |
2016-12-30 | Make ModeHandler::GetUserParameter() const, accept const User | Attila Molnar |
2016-12-30 | Make all User::IsModeSet() methods const, accept const ModeHandler | Attila Molnar |
2016-12-30 | Deduplicate nickname overruling code | Attila Molnar |
2016-12-30 | Remove remaining doxygen doc for "pcnt" parameters | Attila Molnar |
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 | Update stuff for the new versioning system. | Peter Powell |
2016-09-02 | Bump version to 3.0 in comments and messages | Attila Molnar |
2016-09-02 | Fix Windows build and most MSVC warnings | Attila Molnar |
2016-09-02 | Fix whitespace issues | Attila Molnar |
2016-08-30 | Return std::string from Membership::GetAllPrefixChars() | Attila Molnar |
2016-08-30 | Change Membership:hasMode() to accept a PrefixMode | Attila Molnar |
2016-08-30 | Pass the ModeHandler to User::HasModePermission() | Attila Molnar |