summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/main.cpp
AgeCommit message (Expand)Author
2018-01-06Rework message handling.Peter Powell
2017-12-03Rename the spanningtree module header to server.Peter Powell
2017-11-17Fix a ton of -Wsign-conversion warnings.Peter Powell
2017-08-27Remove module file extensions from user-visible messages.Peter Powell
2017-08-06Purge code for Windows XP and MSVC pre-2015.Peter Powell
2016-09-02m_spanningtree Refuse topic changes that would result in desyncAttila Molnar
2016-08-26m_spanningtree Drop unnecessary c_str() call when passing Link::Name to metho...Attila Molnar
2016-08-25spanningtree: use bindip aftype as a hint for dns lookup typeAdam
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-08Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given ...Attila Molnar
2016-04-25m_spanningtree Call the OnServerSplit hook from the OnUnloadModule() handler ...Attila Molnar
2016-03-30m_spanningtree Remove PUSH handlerAttila Molnar
2016-03-29m_spanningtree Add NUM command handlerAttila Molnar
2016-03-01m_spanningtree Remove ModuleSpanningTree::RemoteMessage()Attila Molnar
2016-03-01Send NOTICEs that can go to both local and remote users with User::WriteRemot...Attila Molnar
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2015-12-06m_spanningtree Change allocation of ModuleSpanningTree::commands to be physic...Attila Molnar
2015-12-06Add minimum channel rank and exception list parameters to the OnUserInvite hookAttila Molnar
2015-05-13m_spanningtree Clean up commentsAttila Molnar
2015-02-11Convert the spanningtree events to use the new cross-module event systemAttila Molnar
2015-01-25m_spanningtree Rewrite PING logic to use TimersAttila Molnar
2014-09-03m_spanningtree Send MODE/FMODE from the OnMode hookAttila Molnar
2014-07-28m_spanningtree Squit dead servers immediately when they die, not at the next ...Attila Molnar
2014-07-28m_spanningtree Remove the now needless SplitInProgress workaroundAttila Molnar
2014-07-28m_spanningtree Check TreeServer::IsDead() to learn whether a user is being qu...Attila Molnar
2014-07-28m_spanningtree Move squit logic into TreeServer from TreeSocketAttila Molnar
2014-07-27m_spanningtree Remove post-handshake BURST handlerAttila Molnar
2014-07-26m_spanningtree Warn instead of sending SAVE if we change the nick of a non-lo...Attila Molnar
2014-07-25Merge insp20Attila Molnar
2014-07-20m_spanningtree Remove the MAP ISUPPORT tokenAttila Molnar
2014-07-19Access local user list via new UserManager::GetLocalUsers() and make local_us...Attila Molnar
2014-07-19Move and rename typedef LocalUserList to UserManager::LocalListAttila Molnar
2014-07-19Erase local users from UserManager::local_list in QuitUser()Attila Molnar
2014-07-14Rename UserChanList to User::ChanList, remove UCListIterAttila Molnar
2014-07-03m_spanningtree Replace manual string building of outgoing commands with CmdBu...Attila Molnar
2014-06-17m_spanningtree Share server description updates via SINFO descAttila Molnar
2014-06-17m_spanningtree Remove server-to-server VERSION handlerAttila Molnar
2014-06-17m_spanningtree Show the full version string of servers to opersAttila Molnar
2014-06-17m_spanningtree Add server-to-server SINFO command handler and builderAttila Molnar
2014-06-14m_spanningtree Initialize boolean member variables in the constructor of the ...Attila Molnar
2014-06-14m_spanningtree Initialize TreeServer::UserCount for TreeRoot in its constructorAttila Molnar
2014-06-13Make the default ProtocolInterface instance part of class InspIRCdAttila Molnar
2014-06-13m_spanningtree Change allocation of the specialized ProtocolInterface to be p...Attila Molnar
2014-06-11Send the membership id when kicking a remote user and drop KICKs with mismatc...Attila Molnar
2014-06-11m_spanningtree Use the FJOIN builder when a channel is createdAttila Molnar
2014-06-11m_spanningtree Send, parse and translate IJOINs with membership idsAttila Molnar
2014-06-11m_spanningtree Assign an id to new MembershipsAttila Molnar
2014-06-11m_spanningtree Initialize membership ids on loadAttila Molnar
2014-06-10Add channel TS to server-to-server INVITE to detect and drop unauthorized inv...Attila Molnar