summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
2014-02-22Add ModeParser::GetModes(), returns all user/chanmodesAttila Molnar
2014-02-18Change the parameter type of ModeHandler::GiveModeList() from ModeMasks to Mo...Attila Molnar
2014-02-09Call DelFd() and SetFd(-1) from SocketEngine::Close(EventHandler*)Attila Molnar
2014-02-08Change all socketengine methods to be staticAttila Molnar
2014-02-06Convert irc::stringjoiner to be a method instead of a class.Peter Powell
2014-01-28m_spanningtree Rewrite /mapAdam
2014-01-26Add ProtocolInterface::BroadcastEncap() and infrastructure for manually forwa...Attila Molnar
2014-01-26ProtocolInterface::SendEncapsulatedData() changesAttila Molnar
2014-01-25Omit the server name internally when building a /STATS reply and prepend it l...Attila Molnar
2014-01-23Remove whitespace and minor style changesAttila Molnar
2014-01-22Split IOHook into IOHook and IOHookProviderAttila Molnar
2014-01-21Merge insp20Attila Molnar
2014-01-21m_spanningtree Fix routing of ROUTE_TYPE_MESSAGE messagesAttila Molnar
2014-01-08Read uline state in spanningtree; remove ConfigReader::ulinesAttila Molnar
2014-01-06Unset all extensions and the topic when lowering TS on a channelAttila Molnar
2014-01-05Move server description field from TreeServer into Server; remove OnGetServer...Attila Molnar
2014-01-05Introduce Server classAttila Molnar
2014-01-05m_spanningtree Remove vector from TreeServer::QuitUsers()Attila Molnar
2014-01-05Improve UserManager::QuitUser() and related codeAttila Molnar
2014-01-04Change type of snomask parameter to char in ProtocolInterface::SendSNONotice()Attila Molnar
2014-01-04Fix some Windows-related problems.Peter Powell
2013-12-18Add m_showfile, remove cmd_rulesAttila Molnar
2013-12-18m_spanningtree Fix clang warning and wrong operator in ifAttila Molnar
2013-12-18Clean up CoreExceptionAttila Molnar
2013-12-15m_spanningtree Fix nick TS desync on SVSNICKAttila Molnar
2013-12-15Make various self contained methods static.Peter Powell
2013-11-21Fix a few issuesattilamolnar
2013-11-21Allow multiple allowmasks in link blocks, #679Adam
2013-11-12Use WriteNumeric() everywhere we send numerics and include the user's nick au...Adam
2013-11-09Use case insensitive comparison for server names for (auto)connects, issue #662Adam
2013-11-09Fix parsing ADDLINE with expiration or creation dates past ~2038 probablyAdam
2013-11-09Fix issue #657, fix sending FNAME with spacesAdam
2013-09-13Pass an interface to the OnSync hooksattilamolnar
2013-09-13Split ProtocolInterface::SendMetaData() into multiple functionsattilamolnar
2013-09-12Send ListModeBase modes implicitly on channel syncattilamolnar
2013-09-11Convert cmd_modenotice into an optional moduleattilamolnar
2013-09-11Move prefix mode specific fields and getters into PrefixModeattilamolnar
2013-09-10m_spanningtree Minor fixesattilamolnar
2013-09-10m_spanningtree Handle ERROR when fully connectedattilamolnar
2013-09-10m_spanningtree Move c2s commands out of SpanningTreeCommands to auto register...attilamolnar
2013-09-08Automatically register ServiceProviders created by modulesattilamolnar
2013-09-08Fix compile warnings as seen on g++ 4.4.7Adam
2013-08-31m_spanningtree Fix timestamp in AWAYattilamolnar
2013-08-30Remove ModuleManager::GetAllModuleNames(), use GetModules() insteadattilamolnar
2013-08-30Replace OnRehash() with ReadConfig() that is called on boot, on module load a...attilamolnar
2013-08-30Merge insp20attilamolnar
2013-08-28m_spanningtree Propagate topic changes via FTOPIC in order to prevent desync ...attilamolnar
2013-08-27m_spanningtree Introduce command buildersattilamolnar
2013-08-27m_spanningtree Changes to TreeSocket::WriteLine() to avoid string copiesattilamolnar
2013-08-27Fix Windows build and a few more problemsattilamolnar