]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/main.cpp
m_spanningtree Fix TreeRoot UserCount being possibly wrong if loaded after startup
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / main.cpp
2015-02-04 Attila Molnarm_spanningtree Fix TreeRoot UserCount being possibly...
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-06-05 Attila Molnarm_spanningtree Fix cleanup of connections when unloadin...
2013-12-15 Attila Molnarm_spanningtree Fix nick TS desync on SVSNICK
2013-11-09 AdamUse case insensitive comparison for server names for...
2013-11-09 AdamFix issue #657, fix sending FNAME with spaces
2013-09-04 Attila MolnarMerge pull request #623 from ChrisTX/insp20+compilerfixes
2013-08-31 attilamolnarm_spanningtree Fix timestamp in AWAY
2013-08-21 attilamolnarm_spanningtree When an IOHook goes away close all pendi...
2013-06-05 attilamolnarRemove unnecessary string copies and dead code
2013-06-04 attilamolnarm_spanningtree Fix FIDENT routing
2013-04-18 attilamolnarm_spanningtree Fix IS_LOCAL() check in OnRehash handler
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...
2009-10-21 danieldgChange module API to use LocalUser* where correct
2009-10-21 danieldgsome WriteGlobalSno changes
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-14 danieldgFix module unmapping with culled Module objects
2009-10-11 peaveyMove 2 static extensibles from user class to inspircd...
2009-10-09 danieldgMove autoconnect next-server to TreeSocket::cull, and...
2009-10-08 danieldgUpdate Event and Request APIs
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-10-02 danieldgFix valgrind issues and crashes on exit
2009-10-01 danieldgFix timeoutlist calling ConnectServer when not needed
2009-10-01 danieldgAdd ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing
2009-09-30 danieldgAllow multiple autoconnects in a single <autoconnect...
2009-09-30 danieldgAdd explicit reference-counting base class
2009-09-30 danieldgMove destruction logic for User and Spanningtree into...
2009-09-26 danieldgChange IS_FAKE and CheckTimeStamp to IS_SERVER and...
2009-09-26 danieldgClean up svn:keywords
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-17 danieldgAdd <autoconnect> blocks [jackmcbarn]
2009-09-13 danieldgClean up Command constructor
2009-09-13 danieldgAdd SerializeFormat for easier metadata formatting
2009-09-13 danieldgRemove redundant ServerInstance* fields
2009-09-13 danieldgModule API changes to use Membership* where sensible
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-05 w00tChange OnPostLocalTopicChange to be OnPostTopicChange...
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgAdd away timestamp to the AWAY message sent server...
2009-09-02 danieldgSend out save SAVE on forced-UUID nick change of a...
2009-09-02 danieldgAdd OnChangeIdent and FIDENT support
2009-09-02 danieldgRemove now-unused quitmsg/operquitmsg fields from User
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgRemove calls to strdup() in core, it is not better...
2009-09-02 danieldgMetaData rework
2009-09-02 danieldgRemove unneeded ProtocolInterface::Introduce
2009-09-02 danieldgRemove unused I_ProtoSendMetaData, I_ProtoSendMode...
2009-09-02 danieldgAdd "created" parameter to OnUserJoin, to avoid explici...
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-02 danieldgChange allocation of commands/modes
2009-09-01 danieldgRemove unneeded #ifdef IPV6 lines
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-05-13 danieldgReplace loopCall detection in OnUserKick with a check...
2009-04-23 peaveyrollback r11326, we're going to make vc9 the officially...
2009-04-23 brainHeres the beef so far
2009-04-20 danieldgUse loopCall to protect OnUserKick rather than the...
2009-04-19 danieldgInitialize loopCall on construction
2009-04-19 danieldgAdd loopCall to prevent double-broadcasting new X:lines
2009-04-01 danieldgFix ping server-skip logic from bug 792 fix
next