summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-29Unregister modes before unhooking extensions when unloading a moduleAttila Molnar
2016-08-29Deduplicate mode unregistering code in ModuleManager::DoSafeUnload() and extr...Attila Molnar
2016-08-29Remove unused EventHandlerIter typedefAttila Molnar
2016-08-26m_spanningtree Drop unnecessary c_str() call when passing Link::Name to metho...Attila Molnar
2016-08-25m_spanningtree Handle unload in resolversAttila Molnar
2016-08-25core_dns Fail new requests when this module or the owner of the request is be...Attila Molnar
2016-08-25spanningtree: use bindip aftype as a hint for dns lookup typeAdam
2016-08-25core_dns Make question a member of request, move common FindAnswerOfType to b...Adam
2016-08-25core_dns Change type of all log messages to MODNAMEAttila Molnar
2016-08-24Update UserManager documentation and commentsAttila Molnar
2016-08-24Default defer to on for SSL listenersAttila Molnar
2016-08-24Check for errors after calling IOHookProvider::OnAccept()Attila Molnar
2016-08-24Call IOHookProviders after the socket has been added to the SocketEngine in U...Attila Molnar
2016-08-24Add socket into the SocketEngine as soon as possible in UserManager::AddUser()Attila Molnar
2016-08-24m_messageflood Improve kick messageAttila Molnar
2016-08-23Remove broken mssql moduleAttila Molnar
2016-08-23Merge branch 'master+ircstring'Attila Molnar
2016-08-22Update documentation in hashcomp.hAttila Molnar
2016-08-22Remove all non-member irc::string operatorsAttila Molnar
2016-08-22m_censor Pass irc::string as C string to WriteNumeric()Attila Molnar
2016-08-22Remove now unused SearchAndReplace() functionAttila Molnar
2016-08-22m_censor Switch to stdalgo::string::replace_all()Attila Molnar
2016-08-22Add stdalgo::string::replace() and replace_all()Attila Molnar
2016-08-22Remove now unused assign() functionsAttila Molnar
2016-08-22m_spanningtree Use ASCII case insensitive map for matching server namesAttila Molnar
2016-08-22m_spanningtree Change type of Link::Name to std::stringAttila Molnar
2016-08-22m_timedbans Remove TimedBan::channelAttila Molnar
2016-08-22m_cban Remove now unnecessary field CBan::displaytextAttila Molnar
2016-08-22Switch to irc::equals() from irc::string in modules that use it for comparing...Attila 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-22m_services_account Detect nickname case changes by using FindNickOnly()Attila Molnar
2016-08-22m_timedbans Remove one irc::string usageAttila 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-19Merge pull request #1200 from SaberUK/master+travisAttila Molnar
2016-08-19Fix m_mysql warning about use of C++11 features on C++03.Peter Powell
2016-08-19Don't try to run `inspircd --version` after doing a Travis build.Peter Powell
2016-08-19Fix poll using int instead of size_t which caused a warning.Peter Powell
2016-08-19Fix linker flags being in the wrong place on static builds.Peter Powell
2016-08-19Fix a build error in the poll socket engine.Peter Powell
2016-08-19Fix m_ldap not linking to liblber on UNIX systems.Peter Powell
2016-08-19m_spanningtree Put command handlers with class names that collide with core c...Attila Molnar
2016-08-19m_monitor Add inline keyword to IRCv3::Monitor::Manager::ExtItem::unserialize...Attila Molnar