summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/treeserver.cpp
AgeCommit message (Expand)Author
2013-04-12m_spanningtree Remove unneeded #includesattilamolnar
2013-04-12m_spanningtree Remove encapsulation on UserCount/OperCountattilamolnar
2013-04-12Tidy up source files:Peter Powell
2013-04-12Add LOG_ prefix to the log level enum values.Peter Powell
2012-10-02m_spanningtree Use iterators in CAPAB handler and when generating reply to sp...attilamolnar
2012-09-30m_spanningtree Return const references from several TreeServer getter functionsattilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-01-18Remove excessive gettimeofday system callsdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-24Properly cull TreeServer objects when quitting several of themdanieldg
2009-10-23Make User::uuid and User::server constdanieldg
2009-10-08Update Event and Request APIsdanieldg
2009-10-02Fix valgrind issues and crashes on exitdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-15Make end of netburst SNOMASK REMOTELINK unless servers are directly linked [j...danieldg
2009-09-03Change cmd_*.so to use the Module object APIdanieldg
2009-09-02Remove now-unused quitmsg/operquitmsg fields from Userdanieldg
2009-09-02Move user quit logic out of cull listdanieldg
2009-09-02Remove unneeded Extensible inheritance and remove "age" field from classbasedanieldg
2009-09-01Fix build of m_spanningtree and display of dependency regenerationdanieldg
2009-05-14Fix some incorrect STL iterations (using < end() instead of != end())special
2009-04-22Addendum to previous ping patch: NextPingTime was not being set at endburst, ...danieldg
2009-04-22Fix PingFlag not being set correctly for servers whose burst takes longer tha...danieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-14Mark children of remote servers as bursting while their parent is burstingdanieldg
2009-03-05Fix crash when services (or a misbehaving remote server) introduces a server ...danieldg
2009-02-14Nuke trailing spacespeavey
2009-01-02Update copyrights for 2009.w00t
2008-11-01Second attempt at time() -> SI->Time(), now problems with the original were f...w00t
2008-10-23Revert earlier time() -> SI->Time() diff for now, this causes problems with d...w00t
2008-10-23Patch from Namegduf converting all instances (where possible) of time() -> Se...w00t
2008-08-22Match conversion stuff.w00t
2008-08-22Revert automated conversion by Special, as it (unfortunately) neglects some d...w00t
2008-08-22Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...special
2008-04-09Move QuitUser into UserManager class, and unstaticize it. This prepares for s...w00t
2008-04-06Initialise var (another valgrind warning)w00t
2008-04-06Revert not-required haxbrain
2008-04-06For some reason there was a FinishBurst in the encap command, which was sendi...brain
2008-04-05Fix multiple burst notifications in a better way (force EOB was quite often h...w00t
2008-04-05Only finish bursting once, thanks AnMasterbrain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-03Propegate BURST and ENDBURST network-wide for timing of bursts, and to keep X...w00t
2008-02-03Fix burst time indicator: set startburst in treeserver's constructor, BURST i...w00t
2008-02-03Show extra debug for burst timew00t
2008-02-03Remove an obsolete valuew00t
2008-02-02Move some stuff to usermanager, remove a little header insanity, remove trace...w00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-07Fix up some usercounts stuff.. to be tested.w00t
2008-01-05Add SnomaskManager::FlushSnotices() stubw00t
2007-11-04Honking huge commit. Removal of DELETE() template that never worked right anywaybrain