]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/main.cpp
Convert WriteNumeric() calls to pass the parameters of the numeric as method parameters
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / main.cpp
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-22 Attila MolnarMerge insp20
2015-12-06 Attila Molnarm_spanningtree Change allocation of ModuleSpanningTree...
2015-12-06 Attila MolnarMerge branch 'master+echomessage-invitenotify'
2015-12-06 Attila MolnarAdd minimum channel rank and exception list parameters...
2015-05-13 Attila MolnarMerge pull request #1041 from SaberUK/master+ipv6-names...
2015-05-12 Attila Molnarm_spanningtree Clean up comments
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-02-19 Attila MolnarMerge pull request #997 from SaberUK/master+compiler...
2015-02-12 Attila MolnarMerge branch 'master+crossmodevents'
2015-02-11 Attila MolnarConvert the spanningtree events to use the new cross...
2015-02-05 Attila MolnarMerge pull request #976 from SaberUK/master+fix-xline-db
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-02-04 Attila Molnarm_spanningtree Fix TreeRoot UserCount being possibly...
2015-01-26 Attila MolnarMerge branch 'master+foreachneighbor'
2015-01-25 Attila MolnarMerge branch 'master+cmdcleanup'
2015-01-25 Attila Molnarm_spanningtree Rewrite PING logic to use Timers
2014-10-27 Attila MolnarMerge insp20
2014-10-15 Attila MolnarMerge pull request #935 from SaberUK/insp20+fix-crlf
2014-10-13 Attila Molnarm_spanningtree Rebuild serverlist and sidlist when...
2014-09-03 Attila Molnarm_spanningtree Send MODE/FMODE from the OnMode hook
2014-07-28 Attila Molnarm_spanningtree Squit dead servers immediately when...
2014-07-28 Attila Molnarm_spanningtree Remove the now needless SplitInProgress...
2014-07-28 Attila Molnarm_spanningtree Check TreeServer::IsDead() to learn...
2014-07-28 Attila Molnarm_spanningtree Move squit logic into TreeServer from...
2014-07-27 Attila Molnarm_spanningtree Remove post-handshake BURST handler
2014-07-26 Attila Molnarm_spanningtree Warn instead of sending SAVE if we chang...
2014-07-25 Attila MolnarMerge insp20
2014-07-20 Attila Molnarm_spanningtree Remove the MAP ISUPPORT token
2014-07-19 Attila MolnarAccess local user list via new UserManager::GetLocalUse...
2014-07-19 Attila MolnarMove and rename typedef LocalUserList to UserManager...
2014-07-19 Attila MolnarErase local users from UserManager::local_list in QuitU...
2014-07-14 Attila MolnarRename UserChanList to User::ChanList, remove UCListIter
2014-07-03 Attila Molnarm_spanningtree Replace manual string building of outgoi...
2014-06-17 Attila Molnarm_spanningtree Share server description updates via...
2014-06-17 Attila Molnarm_spanningtree Remove server-to-server VERSION handler
2014-06-17 Attila Molnarm_spanningtree Show the full version string of servers...
2014-06-17 Attila Molnarm_spanningtree Add server-to-server SINFO command handl...
2014-06-14 Attila Molnarm_spanningtree Initialize boolean member variables...
2014-06-14 Attila Molnarm_spanningtree Initialize TreeServer::UserCount for...
2014-06-13 Attila MolnarMake the default ProtocolInterface instance part of...
2014-06-13 Attila Molnarm_spanningtree Change allocation of the specialized...
2014-06-11 Attila MolnarSend the membership id when kicking a remote user and...
2014-06-11 Attila Molnarm_spanningtree Use the FJOIN builder when a channel...
2014-06-11 Attila Molnarm_spanningtree Send, parse and translate IJOINs with...
2014-06-11 Attila Molnarm_spanningtree Assign an id to new Memberships
2014-06-11 Attila Molnarm_spanningtree Initialize membership ids on load
2014-06-10 Attila MolnarAdd channel TS to server-to-server INVITE to detect...
2014-06-05 Attila Molnarm_spanningtree Fix cleanup of connections when unloadin...
2014-04-07 Attila MolnarMerge insp20
2014-03-03 Attila Molnarm_spanningtree Remove remains of the KeepNickTS workaround
2014-03-03 Attila MolnarUpdate nick timestamps in User::ChangeNick(), pass...
2014-01-22 Attila MolnarSplit IOHook into IOHook and IOHookProvider
2014-01-21 Attila MolnarMerge insp20
2014-01-05 Attila MolnarMove server description field from TreeServer into...
2014-01-05 Attila MolnarIntroduce Server class
2014-01-05 Attila MolnarImprove UserManager::QuitUser() and related code
2014-01-04 Attila MolnarChange type of snomask parameter to char in ProtocolInt...
2013-12-18 Attila Molnarm_spanningtree Fix clang warning and wrong operator...
2013-12-18 Attila MolnarClean up CoreException
2013-12-15 Attila Molnarm_spanningtree Fix nick TS desync on SVSNICK
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-11-09 AdamUse case insensitive comparison for server names for...
2013-11-09 AdamFix issue #657, fix sending FNAME with spaces
2013-09-13 attilamolnarPass an interface to the OnSync hooks
2013-09-13 attilamolnarSplit ProtocolInterface::SendMetaData() into multiple...
2013-09-12 attilamolnarSend ListModeBase modes implicitly on channel sync
2013-09-10 attilamolnarm_spanningtree Move c2s commands out of SpanningTreeCom...
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-09-04 Attila MolnarMerge pull request #623 from ChrisTX/insp20+compilerfixes
2013-08-31 attilamolnarm_spanningtree Fix timestamp in AWAY
2013-08-30 attilamolnarReplace OnRehash() with ReadConfig() that is called...
2013-08-30 attilamolnarMerge insp20
2013-08-28 attilamolnarm_spanningtree Propagate topic changes via FTOPIC in...
2013-08-27 attilamolnarm_spanningtree Introduce command builders
2013-08-25 attilamolnarClean up the protocol interface
2013-08-22 attilamolnarm_spanningtree Add TreeServer::GetChildren() that repla...
2013-08-22 attilamolnarm_spanningtree Implement DoOneToMany() using DoOneToAll...
2013-08-22 attilamolnarm_spanningtree Change TreeServer::GetSocket() to always...
2013-08-22 attilamolnarFix a few problems
2013-08-21 attilamolnarm_spanningtree When an IOHook goes away close all pendi...
2013-08-19 attilamolnarRemove cmd_map from the core
2013-08-19 attilamolnarm_spanningtree Minor cleanup of functions
2013-08-18 attilamolnarm_spanningtree Move all server-to-server command handle...
2013-08-18 attilamolnarm_spanningtree Propagate oper-only quit reason using...
2013-08-17 attilamolnarm_spanningtree Remove SpanningTreeUtilities* fields...
2013-08-04 attilamolnarAutomatically attach modules to events
2013-08-04 Attila MolnarMerge pull request #590 from SaberUK/master+module...
2013-08-04 Peter PowellChange modules to use the MODNAME constant when logging.
2013-07-24 attilamolnarm_spanningtree Change the type of TreeServer::ServerNam...
2013-07-20 attilamolnarEnable the LINK snomask from m_spanningtree, remove...
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-07-02 Attila MolnarMerge pull request #569 from ShutterQuick/inspircd...
2013-07-01 attilamolnarFix a few oversights
2013-06-13 attilamolnarRewrite CommandParser::TranslateUIDs()
2013-06-13 attilamolnarIntroduce ModeProcessFlags, can be passed to ModeParser...
2013-06-12 attilamolnarGet rid of the OnRemoteKill hook, make use of GetRoutin...
2013-06-06 attilamolnarCreate IOHook interface (extracted from Module)
next