]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/main.cpp
Split ProtocolInterface::SendMetaData() into multiple functions
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / main.cpp
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-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
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-10-12 attilamolnarRemove superfluous std::string()s
2012-10-02 attilamolnarm_spanningtree Fill a parameterlist in OnAddLine/OnDelLine
2012-10-02 attilamolnarm_spanningtree Simplify OnMode and OnSetAway handlers
2012-10-02 attilamolnarm_spanningtree Remove empty RedoConfig()
2012-09-30 attilamolnarFix more undefined behavior caused by referencing the...
2012-06-15 Robin BurchellMerge pull request #193 from attilamolnar/insp20+newlinefix
2012-06-11 attilamolnarm_spanningtree Notify opers upon ecountering a configur...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2012-04-18 attilamolnarForward port 1d703dcf7858a322c823bbd80f9507b627c5738c.
2010-02-18 danieldgFix double-erase of iterator if a server dies and times...
2010-02-17 danieldgFix routing of prefix-channel messages now that 2.0...
2010-02-15 danieldgAdd <oper:autologin> to allow SSL fingerprint-based...
2010-02-13 danieldgClean up treesocket naming confusion by adding a link...
2010-02-13 danieldgFix double-invocation of Squit that can cause a crash...
2010-02-11 danieldgRestart server_hash iteration after quitting dead and...
2010-02-07 danieldgMore cleanup of quit servers
2010-02-06 danieldgSend module load/unload notifications so that services...
2010-02-03 danieldgDelink servers using an SSL module that is being reloaded
2010-01-18 danieldgMove lots of spanningtree items to commands
2010-01-18 danieldgRemove excessive gettimeofday system calls
2010-01-11 brain...because every now and again, i have to do a massive...
2010-01-10 danieldgRemove spanningtree override of /LUSERS
2010-01-02 danieldgRemove special-case handling of SVSNICK, SVSJOIN, SVSPA...
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-11-15 danieldgAdd Inspircd::AddServices
2009-11-12 danieldgFix typo
2009-11-12 danieldgFix incorrect opaque object use in ProtoSendMetaData...
2009-11-06 danieldgRemove Extensible parent from EventHandler
2009-10-25 danieldgFixes found by removing User inheritance from StreamSocket
2009-10-23 danieldgMake User::uuid and User::server const
2009-10-21 danieldgKill ListenSocketBase, use OnAcceptConnection for all...
next