summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-12-30cmd_mode Switch to a numeric for showing modes of other usersAttila Molnar
2016-12-30Clean up User::FormatModes(), rename to GetModeLetters()Attila Molnar
2016-12-30Make ModeHandler::GetUserParameter() const, accept const UserAttila Molnar
2016-12-30Make all User::IsModeSet() methods const, accept const ModeHandlerAttila Molnar
2016-12-30Deduplicate nickname overruling codeAttila Molnar
2016-12-30Remove remaining doxygen doc for "pcnt" parametersAttila Molnar
2016-12-08Store config values in a map instead of a unique vector of pairs.Peter Powell
2016-10-25Allow classes to take a port range.Peter Powell
2016-09-02Update stuff for the new versioning system.Peter Powell
2016-09-02Bump version to 3.0 in comments and messagesAttila Molnar
2016-09-02Fix Windows build and most MSVC warningsAttila Molnar
2016-09-02Fix whitespace issuesAttila Molnar
2016-08-30Return std::string from Membership::GetAllPrefixChars()Attila Molnar
2016-08-30Change Membership:hasMode() to accept a PrefixModeAttila Molnar
2016-08-30Pass the ModeHandler to User::HasModePermission()Attila Molnar
2016-08-30Add const versions of ModeHandler::IsPrefixMode(), IsListModeBase() and IsPar...Attila Molnar
2016-08-29Mark ModeHandler::GetModeChar() and ModeWatcher::GetModeType() as constAttila Molnar
2016-08-29Convert ModeHandler::GetNumParams() to NeedsParam() that returns a boolAttila Molnar
2016-08-29Deduplicate mode unregistering code in ModuleManager::DoSafeUnload() and extr...Attila Molnar
2016-08-29Remove unused EventHandlerIter typedefAttila Molnar
2016-08-25core_dns Make question a member of request, move common FindAnswerOfType to b...Adam
2016-08-24Update UserManager documentation and commentsAttila Molnar
2016-08-22Update documentation in hashcomp.hAttila Molnar
2016-08-22Remove all non-member irc::string operatorsAttila Molnar
2016-08-22Remove now unused SearchAndReplace() functionAttila Molnar
2016-08-22Add stdalgo::string::replace() and replace_all()Attila Molnar
2016-08-22Remove now unused assign() functionsAttila Molnar
2016-08-22Create irc::equals() from StrHashCompAttila Molnar
2016-08-22Add stdalgo::string::equalsci and use it instead of irc::string for case-inse...Attila Molnar
2016-08-22Replace irc::string in XLineLookup with irc::insensitive_swo mapAttila Molnar
2016-08-22Replace irc::string usage in CommandParser::LoopCall() with irc::insensitive_...Attila Molnar
2016-08-22Remove unused irc::tokenstream::GetToken() overload accepting an irc::stringAttila Molnar
2016-08-22Remove unused irc::hashAttila Molnar
2016-08-22Remove unused trim() functionAttila Molnar
2016-08-17Merge insp20Attila Molnar
2016-08-11Update description of class EventHandlerAttila Molnar
2016-08-11Replace HandleEvent() references in the SocketEngine documentation with OnEve...Attila Molnar
2016-08-11Remove virtual destructor of class VersionAttila Molnar
2016-08-08Update comments for classes IOHookProvider and IOHookAttila Molnar
2016-08-08Keep multiple IOHookProvider references in class ListenSocketAttila Molnar
2016-08-08Include <array> or <tr1/array> globallyAttila Molnar
2016-08-08Change return type of ListenSocket::ResetIOHookProvider() to voidAttila Molnar
2016-08-08Add StreamSocket::SendQueue::moveall() for moving data between sendqsAttila Molnar
2016-08-08Add support for multiple IOHooks per StreamSocketAttila Molnar
2016-08-08Extract code that reads data into a recvq from StreamSocket::DoRead() into Re...Attila Molnar
2016-08-08Extract code that flushes the sendq from StreamSocket::DoWrite() into FlushSe...Attila Molnar
2016-08-08Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given ...Attila Molnar
2016-08-08Pass sendq to OnStreamSocketWriteAttila Molnar
2016-08-08Predeclare IOHookProvider, remove iohook.h include from socket.hAttila Molnar
2016-07-22Add a method which calculates the maximum mask length. (#1171)Peter Powell