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
2020-04-21
Fixes by misspell-fixer
InspIRCd Robot
2020-01-31
Update copyright headers.
InspIRCd Robot
2020-01-17
Use irc::equals instead of strcasecmp where appropriate.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-09-30
Fix an shadowing warning in the spanningtree module.
Peter Powell
2019-09-23
Add the OnServerBurst hook and fix the docs for OnServerLink.
Peter Powell
2019-09-23
Add whether the server split with an error to OnServerSplit.
Peter Powell
2019-09-23
Add the server id to the Server class.
Peter Powell
2019-07-19
Add an event for adding tags to S2S messages.
Peter Powell
2019-07-15
Split ServerEventListener into {Broadcast,Link,Sync}EventListener.
Peter Powell
2019-04-28
Textual improvements and fixes such as typos, casing, etc. (#1612)
Robby
2018-10-01
Move <security:hidesplits> to the spanningtree module.
Peter Powell
2017-12-19
Show server versions in /MAP for opers
B00mX0r
2017-12-03
Rename the spanningtree module header to server.
Peter Powell
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
[next]