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.cpp
Age
Commit message (
Expand
)
Author
2016-04-25
m_spanningtree Call the OnServerLink hook from TreeServer constructor
Attila Molnar
2016-04-25
m_spanningtree Call the OnServerSplit hook from TreeServer::SQuitInternal() s...
Attila Molnar
2016-04-25
m_spanningtree Don't try to call the OnServerSplit hook when the module is be...
Attila Molnar
2015-12-07
Do not insert FakeUsers into UserManager::uuidlist
Attila Molnar
2015-05-13
m_spanningtree Use uint64_t for the burst start time to avoid overflows
Attila Molnar
2015-05-13
m_spanningtree Clean up comments
Attila Molnar
2015-04-20
Merge insp20
Attila Molnar
2015-02-12
m_spanningtree Pass Server* to the OnServerLink/OnServerSplit events
Attila Molnar
2015-02-11
Convert the spanningtree events to use the new cross-module event system
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-11-01
Add stdalgo::erase() and use it to simplify code
Attila Molnar
2014-07-28
Allow fast sid reuse by erasing fake users from UserManager::uuidlist when th...
Attila Molnar
2014-07-28
m_spanningtree Remove the now needless SplitInProgress workaround
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 Add the TreeServer that split to the cull list and destroy eve...
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 Only mark one server as finished bursting on ENDBURST (or PONG...
Attila Molnar
2014-07-27
m_spanningtree Sync bursting state of servers in SERVER
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 Add newly created TreeServers to the parent's list in the cons...
Attila Molnar
2014-07-19
Access local user list via new UserManager::GetLocalUsers() and make local_us...
Attila Molnar
2014-06-17
m_spanningtree Add a field to TreeServer for storing full version strings
Attila Molnar
2014-06-14
m_spanningtree Initialize TreeServer::UserCount for TreeRoot in its constructor
Attila Molnar
2014-03-15
Add UserManager::GetUsers()
Attila Molnar
2014-01-08
Read uline state in spanningtree; remove ConfigReader::ulines
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
2014-01-05
m_spanningtree Remove vector from TreeServer::QuitUsers()
Attila Molnar
2014-01-05
Improve UserManager::QuitUser() and related code
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-08-15
Remove $ModDep comments
attilamolnar
2013-08-04
Change modules to use the MODNAME constant when logging.
Peter Powell
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-05-19
Fix spacing in calls to LogManager::Log.
Peter Powell
2013-04-12
m_spanningtree Remove unneeded #includes
attilamolnar
2013-04-12
m_spanningtree Remove encapsulation on UserCount/OperCount
attilamolnar
2013-04-12
Tidy up source files:
Peter Powell
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
[next]