]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/treeserver.cpp
m_spanningtree Call the OnServerLink hook from TreeServer constructor
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treeserver.cpp
2016-04-25 Attila Molnarm_spanningtree Call the OnServerLink hook from TreeServ...
2016-04-25 Attila Molnarm_spanningtree Call the OnServerSplit hook from TreeSer...
2016-04-25 Attila Molnarm_spanningtree Don't try to call the OnServerSplit...
2016-02-22 Attila MolnarMerge insp20
2015-12-07 Attila MolnarDo not insert FakeUsers into UserManager::uuidlist
2015-05-13 Attila MolnarMerge pull request #1041 from SaberUK/master+ipv6-names...
2015-05-12 Attila Molnarm_spanningtree Use uint64_t for the burst start time...
2015-05-12 Attila Molnarm_spanningtree Clean up comments
2015-05-10 Attila MolnarMerge insp20
2015-04-27 Attila MolnarMerge branch 'master+dns'
2015-04-20 Attila MolnarMerge insp20
2015-02-19 Attila MolnarMerge pull request #997 from SaberUK/master+compiler...
2015-02-12 Attila Molnarm_spanningtree Pass Server* to the OnServerLink/OnServe...
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-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
2015-01-22 Attila MolnarMerge branch 'master+exttype' into master+no-rtti
2015-01-20 Attila Molnarm_spanningtree Remove public TreeServer methods that...
2015-01-20 Attila Molnarm_spanningtree Get rid of some boilerplate
2014-11-01 Attila MolnarAdd stdalgo::erase() and use it to simplify code
2014-10-27 Attila MolnarMerge insp20
2014-07-28 Attila MolnarAllow fast sid reuse by erasing fake users from UserMan...
2014-07-28 Attila Molnarm_spanningtree Remove the now needless SplitInProgress...
2014-07-28 Attila Molnarm_spanningtree Change type of num_lost_* to be unsigned
2014-07-28 Attila Molnarm_spanningtree Quit all split users in one go
2014-07-28 Attila Molnarm_spanningtree Mark servers awaiting destruction after...
2014-07-28 Attila Molnarm_spanningtree Remove now unused TreeServer::Tidy()
2014-07-28 Attila Molnarm_spanningtree Add the TreeServer that split to the...
2014-07-28 Attila Molnarm_spanningtree Remove split servers from the hash maps...
2014-07-28 Attila Molnarm_spanningtree Move squit logic into TreeServer from...
2014-07-27 Attila Molnarm_spanningtree Keep track of whether servers are behind...
2014-07-27 Attila Molnarm_spanningtree Only mark one server as finished burstin...
2014-07-27 Attila Molnarm_spanningtree Sync bursting state of servers in SERVER
2014-07-27 Attila Molnarm_spanningtree Add TreeServer::BeginBurst() that marks...
2014-07-27 Attila Molnarm_spanningtree Use the value of StartBurst to determine...
2014-07-27 Attila Molnarm_spanningtree Add newly created TreeServers to the...
2014-07-25 Attila MolnarMerge insp20
2014-07-19 Attila MolnarAccess local user list via new UserManager::GetLocalUse...
2014-06-17 Attila Molnarm_spanningtree Add a field to TreeServer for storing...
2014-06-14 Attila Molnarm_spanningtree Initialize TreeServer::UserCount for...
2014-04-07 Attila MolnarMerge insp20
2014-03-15 Attila MolnarAdd UserManager::GetUsers()
2014-01-21 Attila MolnarMerge insp20
2014-01-08 Attila MolnarRead uline state in spanningtree; remove ConfigReader...
2014-01-05 Attila MolnarMove server description field from TreeServer into...
2014-01-05 Attila MolnarIntroduce Server class
2014-01-05 Attila Molnarm_spanningtree Remove vector from TreeServer::QuitUsers()
2014-01-05 Attila MolnarImprove UserManager::QuitUser() and related code
2013-08-30 attilamolnarMerge insp20
2013-08-22 attilamolnarm_spanningtree Add TreeServer::GetChildren() that repla...
2013-08-22 attilamolnarm_spanningtree Change TreeServer::GetSocket() to always...
2013-08-19 attilamolnarm_spanningtree Minor cleanup of functions
2013-08-17 attilamolnarm_spanningtree Remove SpanningTreeUtilities* fields...
2013-08-15 attilamolnarRemove $ModDep comments
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-24 attilamolnarm_spanningtree Cleanup TreeServer and TreeSocket constr...
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-04-27 attilamolnarMerge insp20
2013-04-12 attilamolnarm_spanningtree Remove unneeded #includes
2013-04-12 attilamolnarm_spanningtree Remove encapsulation on UserCount/OperCount
2013-04-12 Attila MolnarMerge pull request #461 from SaberUK/master+header...
2013-04-12 Peter PowellTidy up source files:
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.
2012-10-02 attilamolnarm_spanningtree Use iterators in CAPAB handler and when...
2012-09-30 attilamolnarm_spanningtree Return const references from several...
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...
2010-01-18 danieldgRemove excessive gettimeofday system calls
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-24 danieldgProperly cull TreeServer objects when quitting several...
2009-10-23 danieldgMake User::uuid and User::server const
2009-10-08 danieldgUpdate Event and Request APIs
2009-10-02 danieldgFix valgrind issues and crashes on exit
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-15 danieldgMake end of netburst SNOMASK REMOTELINK unless servers...
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgRemove now-unused quitmsg/operquitmsg fields from User
2009-09-02 danieldgMove user quit logic out of cull list
2009-09-02 danieldgRemove unneeded Extensible inheritance and remove ...
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-05-14 specialFix some incorrect STL iterations (using < end() instea...
2009-04-22 danieldgAddendum to previous ping patch: NextPingTime was not...
2009-04-22 danieldgFix PingFlag not being set correctly for servers whose...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-14 danieldgMark children of remote servers as bursting while their...
2009-03-05 danieldgFix crash when services (or a misbehaving remote server...
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-01 w00tSecond attempt at time() -> SI->Time(), now problems...
next