]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/main.cpp
Erase local users from UserManager::local_list in QuitUser()
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / main.cpp
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-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)
2013-06-05 attilamolnarMerge insp20
2013-06-05 attilamolnarRemove unnecessary string copies and dead code
2013-06-04 attilamolnarm_spanningtree Fix FIDENT routing
2013-06-02 attilamolnarRoute WALLOPS like a regular command, remove OnWallops...
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-21 AdamMerge pull request #548 from SaberUK/master+variadic...
2013-05-20 attilamolnarRemove OnUserPreNotice and OnUserNotice hooks, add...
2013-05-20 Attila MolnarMerge pull request #542 from ShutterQuick/inspircd...
2013-05-18 Daniel VassdalReplaced vsnprintf with VAFORMAT pretty much everywhere.
2013-05-15 attilamolnarAllow spaces (and more) in oper types
2013-05-14 Attila MolnarMerge pull request #523 from SaberUK/master+server...
2013-05-14 Peter PowellAdd method for writing server notices.
2013-04-27 attilamolnarMerge insp20
2013-04-26 AdamModularize DNS
2013-04-21 attilamolnarm_spanningtree Move CacheTimer into utils
2013-04-21 attilamolnarTimer changes and TimerManager enhancements
2013-04-18 attilamolnarm_spanningtree Fix IS_LOCAL() check in OnRehash handler
2013-04-13 attilamolnarm_spanningtree Remove redundant first parameter of...
2013-04-13 Attila MolnarMerge pull request #476 from SaberUK/master+allowcoreunload
2013-04-13 attilamolnarm_spanningtree Add channel timestamp to channel METADATA
2013-04-13 attilamolnarm_spanningtree Introduce IJOIN and RESYNC
2013-04-12 attilamolnarm_spanningtree Remove encapsulation on UserCount/OperCount
2013-04-12 attilamolnarm_spanningtree Introduce new function to send channel...
2013-04-12 attilamolnarm_spanningtree Change TreeServerList to be a set, get...
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-11 Attila MolnarMerge pull request #487 from SaberUK/master+better...
2013-04-11 Peter PowellConvert ISUPPORT to use a map instead of a string.
2013-04-10 attilamolnarReplace IS_AWAY() and IS_OPER() macros with User::IsAwa...
2013-02-03 Attila MolnarMerge pull request #416 from SaberUK/insp20+clang42...
2013-02-01 Peter PowellRemove unused variables detected by Clang 4.2.
2012-11-29 attilamolnarcmd_rehash, m_spanningtree Fix REHASH messages duplicat...
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
next