Age | Commit message (Expand) | Author |
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 |
2016-08-30 | Add const versions of ModeHandler::IsPrefixMode(), IsListModeBase() and IsPar... | Attila Molnar |
2016-08-29 | Mark ModeHandler::GetModeChar() and ModeWatcher::GetModeType() as const | Attila Molnar |
2016-08-29 | Convert ModeHandler::GetNumParams() to NeedsParam() that returns a bool | Attila Molnar |
2016-08-29 | Deduplicate mode unregistering code in ModuleManager::DoSafeUnload() and extr... | Attila Molnar |
2016-08-29 | Remove unused EventHandlerIter typedef | Attila Molnar |
2016-08-25 | core_dns Make question a member of request, move common FindAnswerOfType to b... | Adam |
2016-08-24 | Update UserManager documentation and comments | Attila Molnar |
2016-08-22 | Update documentation in hashcomp.h | Attila Molnar |
2016-08-22 | Remove all non-member irc::string operators | Attila Molnar |
2016-08-22 | Remove now unused SearchAndReplace() function | Attila Molnar |
2016-08-22 | Add stdalgo::string::replace() and replace_all() | Attila Molnar |
2016-08-22 | Remove now unused assign() functions | Attila Molnar |
2016-08-22 | Create irc::equals() from StrHashComp | Attila Molnar |
2016-08-22 | Add stdalgo::string::equalsci and use it instead of irc::string for case-inse... | Attila Molnar |
2016-08-22 | Replace irc::string in XLineLookup with irc::insensitive_swo map | Attila Molnar |
2016-08-22 | Replace irc::string usage in CommandParser::LoopCall() with irc::insensitive_... | Attila Molnar |
2016-08-22 | Remove unused irc::tokenstream::GetToken() overload accepting an irc::string | Attila Molnar |
2016-08-22 | Remove unused irc::hash | Attila Molnar |
2016-08-22 | Remove unused trim() function | Attila Molnar |
2016-08-17 | Merge insp20 | Attila Molnar |
2016-08-11 | Update description of class EventHandler | Attila Molnar |
2016-08-11 | Replace HandleEvent() references in the SocketEngine documentation with OnEve... | Attila Molnar |
2016-08-11 | Remove virtual destructor of class Version | Attila Molnar |
2016-08-08 | Update comments for classes IOHookProvider and IOHook | Attila Molnar |
2016-08-08 | Keep multiple IOHookProvider references in class ListenSocket | Attila Molnar |
2016-08-08 | Include <array> or <tr1/array> globally | Attila Molnar |
2016-08-08 | Change return type of ListenSocket::ResetIOHookProvider() to void | Attila Molnar |