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
Age
Commit message (
Expand
)
Author
2014-09-03
Remove ProtocolInterface::SendMode()
Attila Molnar
2014-09-03
m_spanningtree Send MODE/FMODE from the OnMode hook
Attila Molnar
2014-09-03
m_spanningtree Add function to serialize parameters in a Modes::ChangeList::L...
Attila Molnar
2014-09-01
m_spanningtree Add optional key parameter to SVSJOIN and allow it to do overr...
Attila Molnar
2014-08-06
m_spanningtree Remove redundant checks from HandleRemoteWhois()
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 Throw a ProtocolException if a server SQUITs a server it shoul...
Attila Molnar
2014-07-28
m_spanningtree Squit dead servers immediately when they die, not at the next ...
Attila Molnar
2014-07-28
m_spanningtree Remove the now needless SplitInProgress workaround
Attila Molnar
2014-07-28
m_spanningtree Check TreeServer::IsDead() to learn whether a user is being qu...
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-28
m_spanningtree Remove now needless TreeSocket::ConnectionFailureShown
Attila Molnar
2014-07-28
m_spanningtree Ensure that TreeSocket::Close() only runs once
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 Parse additional information present in SERVER messages
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-07-27
m_spanningtree Remove post-handshake BURST handler
Attila Molnar
2014-07-27
m_spanningtree Don't send needless BURST after introducing a server
Attila Molnar
2014-07-27
m_spanningtree Keep track of whether we've sent our burst, to be used for tra...
Attila Molnar
2014-07-27
m_spanningtree Add TreeSocket::WriteLineNoCompat() to send a line without doi...
Attila Molnar
2014-07-27
m_spanningtree Translate the new SERVER message for 1202 protocol servers
Attila Molnar
2014-07-27
m_spanningtree Remove unused parameters from the server introduction message
Attila Molnar
2014-07-27
m_spanningtree Add newly created TreeServers to the parent's list in the cons...
Attila Molnar
2014-07-27
m_spanningtree Don't pointlessly copy strings in SERVER handlers
Attila Molnar
2014-07-27
m_spanningtree Deduplicate server auth code
Attila Molnar
2014-07-27
m_spanningtree Deduplicate auth finish code
Attila Molnar
2014-07-27
m_spanningtree Remove duplicated code from TreeSocket::Outbound_Reply_Server()
Attila Molnar
2014-07-26
m_spanningtree Set the TS of the uuid nick to the same value on collision
Attila Molnar
2014-07-26
m_spanningtree Warn instead of sending SAVE if we change the nick of a non-lo...
Attila Molnar
2014-07-26
m_spanningtree Only accept uuids in SAVE
Attila Molnar
2014-07-26
m_spanningtree Don't accept NICK with 0 TS
Attila Molnar
2014-07-26
m_spanningtree Return a bool from DoCollision()
Attila Molnar
2014-07-26
m_spanningtree Replace WriteLine() call with Unicast() in DoCollision()
Attila Molnar
2014-07-26
m_spanningtree Replace #defines with references in DoCollision()
Attila Molnar
2014-07-26
m_spanningtree Update comments around collision handling
Attila Molnar
2014-07-26
m_spanningtree Let the NICK handler change the nick of the incoming user on c...
Attila Molnar
2014-07-25
m_spanningtree Update nick overrule on UID code to make sense on master
Attila Molnar
2014-07-25
Merge insp20
Attila Molnar
2014-07-24
Update example configuration files, fix typos and case
Attila Molnar
2014-07-24
m_spanningtree Always treat the remote client as the winner on nick collision...
Attila Molnar
[next]