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
2016-01-06
m_spanningtree Ignore SVSWATCH from 2.0 servers
Attila Molnar
2016-01-06
m_spanningtree Add compatibility hack that allows modules to drop the VF_COMM...
Attila Molnar
2015-12-07
Remove some IS_SERVER() checks
Attila Molnar
2015-12-07
Do not insert FakeUsers into UserManager::uuidlist
Attila Molnar
2015-12-07
m_spanningtree Try FindServerID() first if the prefix looks like a sid in Tre...
Attila Molnar
2015-12-06
m_spanningtree Change allocation of ModuleSpanningTree::commands to be physic...
Attila Molnar
2015-12-06
m_spanningtree Implement ServerCommand::RegisterService()
Attila Molnar
2015-12-06
Add minimum channel rank and exception list parameters to the OnUserInvite hook
Attila Molnar
2015-11-02
Rewrite invite system
Attila Molnar
2015-05-23
m_spanningtree Log nick collisions more verbosely and in all cases
Attila Molnar
2015-05-19
m_spanningtree Fix harmless valgrind warning about uninit var usage on unload
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-22
capab: m_kicknorejoin: Don't advertise upper bound to 2.0 servers
Daniel Vassdal
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-02-04
m_spanningtree Fix TreeRoot UserCount being possibly wrong if loaded after st...
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
2015-01-03
Fix a snotice in m_spanningtree incorrectly using an unsigned long.
Peter Powell
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
[next]