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
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-22
Merge branch 'master+exttype' into master+no-rtti
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
2015-01-18
m_spanningtree Only unserialize() METADATA if the object type matches Extensi...
Attila Molnar
2015-01-14
Merge branch 'master+stfjoinforward'
Attila Molnar
2015-01-10
Reduce std::string::substr() usage
Attila Molnar
2015-01-09
m_spanningtree Increase maximum generated FJOIN line size to 510
Attila Molnar
2015-01-09
m_spanningtree Forward FJOINs with correct TS, modes and userlist
Attila Molnar
2015-01-09
m_spanningtree Change name and scope of commait in FJOIN handler
Attila Molnar
2015-01-09
m_spanningtree Add overload for add() and has_room(), giving more flexibility...
Attila Molnar
2015-01-09
m_spanningtree Add CmdBuilder::push_raw() overload for ranges
Attila Molnar
2015-01-09
m_spanningtree Add source server parameter to CommandFJOIN::Builder constructor
Attila Molnar
2014-11-01
Add stdalgo::erase() and use it to simplify code
Attila Molnar
2014-10-27
Merge insp20
Attila Molnar
2014-10-26
Remove some dead code found by Coverity
Attila Molnar
2014-10-13
m_spanningtree Rebuild serverlist and sidlist when receiving a specific Request
Attila Molnar
2014-10-13
Fix various warnings when building with LLVM 3.5.
Peter Powell
2014-09-04
m_spanningtree Simplify processing non-prefix modes in FJOINs
Attila Molnar
2014-09-04
m_spanningtree Apply FMODE mode changes using the new ModeParser functions
Attila Molnar
2014-09-03
m_spanningtree Remove CommandFJoin::ApplyModeStack()
Attila Molnar
2014-09-03
Use Modes::ChangeList in ModeHandler::RemoveMode()
Attila Molnar
2014-09-03
Replace irc::modestacker usage with the new ModeParser::Process()
Attila Molnar
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
[next]