index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_spanningtree
/
treeserver.h
Age
Commit message (
Expand
)
Author
2015-05-13
m_spanningtree Use uint64_t for the burst start time to avoid overflows
Attila Molnar
2015-01-25
m_spanningtree Rewrite PING logic to use Timers
Attila Molnar
2015-01-20
m_spanningtree Remove public TreeServer methods that are only called from Tre...
Attila Molnar
2015-01-20
m_spanningtree Get rid of some boilerplate
Attila Molnar
2014-07-28
m_spanningtree Change type of num_lost_* to be unsigned
Attila Molnar
2014-07-28
m_spanningtree Quit all split users in one go
Attila Molnar
2014-07-28
m_spanningtree Mark servers awaiting destruction after being lost in a netspl...
Attila Molnar
2014-07-28
m_spanningtree Remove now unused TreeServer::Tidy()
Attila Molnar
2014-07-28
m_spanningtree Remove split servers from the hash maps in TreeServer::SQuitIn...
Attila Molnar
2014-07-28
m_spanningtree Move squit logic into TreeServer from TreeSocket
Attila Molnar
2014-07-27
m_spanningtree Keep track of whether servers are behind a bursting server, us...
Attila Molnar
2014-07-27
m_spanningtree Add TreeServer::BeginBurst() that marks a server as bursting
Attila Molnar
2014-07-27
m_spanningtree Use the value of StartBurst to determine whether a server is b...
Attila Molnar
2014-07-27
m_spanningtree Replace direct access of TreeServer::bursting with IsBursting()
Attila Molnar
2014-06-17
m_spanningtree Share server description updates via SINFO desc
Attila Molnar
2014-06-17
m_spanningtree Add a field to TreeServer for storing full version strings
Attila Molnar
2014-01-05
Move server description field from TreeServer into Server; remove OnGetServer...
Attila Molnar
2014-01-05
Introduce Server class
Attila Molnar
2013-08-22
m_spanningtree Add TreeServer::GetChildren() that replaces ChildCount() and G...
attilamolnar
2013-08-22
m_spanningtree Change TreeServer::GetSocket() to always return the socket tha...
attilamolnar
2013-08-19
m_spanningtree Minor cleanup of functions
attilamolnar
2013-08-17
m_spanningtree Remove SpanningTreeUtilities* fields and parameters
attilamolnar
2013-07-24
m_spanningtree Change the type of TreeServer::ServerName to std::string
attilamolnar
2013-07-24
m_spanningtree Cleanup TreeServer and TreeSocket construction/destruction
attilamolnar
2013-04-12
m_spanningtree Remove encapsulation on UserCount/OperCount
attilamolnar
2013-04-12
Tidy up source files:
Peter Powell
2012-09-30
m_spanningtree Return const references from several TreeServer getter functions
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2012-04-14
Fix some of the include guard names (requested by SaberUK)
Justin Crawford
2012-04-14
Fixes for bug #12
Justin Crawford
2010-01-18
Move lots of spanningtree items to commands
danieldg
2010-01-18
Remove excessive gettimeofday system calls
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-10-23
Make User::uuid and User::server const
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-02
Remove unneeded Extensible inheritance and remove "age" field from classbase
danieldg
2009-04-22
Fix PingFlag not being set correctly for servers whose burst takes longer tha...
danieldg
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-03-14
Mark children of remote servers as bursting while their parent is bursting
danieldg
2009-03-05
Fix crash when services (or a misbehaving remote server) introduces a server ...
danieldg
2009-02-14
Nuke trailing spaces
peavey
2009-01-02
Update copyrights for 2009.
w00t
2008-02-03
Propegate BURST and ENDBURST network-wide for timing of bursts, and to keep X...
w00t
2008-02-03
Broken, but.. show how many milliseconds a burst takes. Someone care to tell ...
w00t
2008-02-03
Remove an obsolete value
w00t
2008-01-10
Header update: 2007 -> 2008
w00t
2008-01-07
Fix up some usercounts stuff.. to be tested.
w00t
2007-08-27
Add bool TreeSocket::DuplicateID(), as its not safe to throw then try and squ...
brain
2007-08-27
Move SID into TreeSocket constructor. w00t, search for "new TreeSocket" to se...
brain
2007-08-27
Store id in TreeServer, use TreeServer::GetID() to get the id (NOTE: it is st...
brain
[next]