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
/
main.cpp
Age
Commit message (
Expand
)
Author
2015-05-13
m_spanningtree Clean up comments
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
2014-09-03
m_spanningtree Send MODE/FMODE from the OnMode hook
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 Move squit logic into TreeServer from TreeSocket
Attila Molnar
2014-07-27
m_spanningtree Remove post-handshake BURST handler
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-25
Merge insp20
Attila Molnar
2014-07-20
m_spanningtree Remove the MAP ISUPPORT token
Attila Molnar
2014-07-19
Access local user list via new UserManager::GetLocalUsers() and make local_us...
Attila Molnar
2014-07-19
Move and rename typedef LocalUserList to UserManager::LocalList
Attila Molnar
2014-07-19
Erase local users from UserManager::local_list in QuitUser()
Attila Molnar
2014-07-14
Rename UserChanList to User::ChanList, remove UCListIter
Attila Molnar
2014-07-03
m_spanningtree Replace manual string building of outgoing commands with CmdBu...
Attila Molnar
2014-06-17
m_spanningtree Share server description updates via SINFO desc
Attila Molnar
2014-06-17
m_spanningtree Remove server-to-server VERSION handler
Attila Molnar
2014-06-17
m_spanningtree Show the full version string of servers to opers
Attila Molnar
2014-06-17
m_spanningtree Add server-to-server SINFO command handler and builder
Attila Molnar
2014-06-14
m_spanningtree Initialize boolean member variables in the constructor of the ...
Attila Molnar
2014-06-14
m_spanningtree Initialize TreeServer::UserCount for TreeRoot in its constructor
Attila Molnar
2014-06-13
Make the default ProtocolInterface instance part of class InspIRCd
Attila Molnar
2014-06-13
m_spanningtree Change allocation of the specialized ProtocolInterface to be p...
Attila Molnar
2014-06-11
Send the membership id when kicking a remote user and drop KICKs with mismatc...
Attila Molnar
2014-06-11
m_spanningtree Use the FJOIN builder when a channel is created
Attila Molnar
2014-06-11
m_spanningtree Send, parse and translate IJOINs with membership ids
Attila Molnar
2014-06-11
m_spanningtree Assign an id to new Memberships
Attila Molnar
2014-06-11
m_spanningtree Initialize membership ids on load
Attila Molnar
2014-06-10
Add channel TS to server-to-server INVITE to detect and drop unauthorized inv...
Attila Molnar
2014-06-06
m_spanningtree Fix cleanup of connections when unloading a module that provid...
Attila Molnar
2014-03-03
m_spanningtree Remove remains of the KeepNickTS workaround
Attila Molnar
2014-03-03
Update nick timestamps in User::ChangeNick(), pass the new TS in a parameter
Attila Molnar
2014-01-22
Split IOHook into IOHook and IOHookProvider
Attila Molnar
2014-01-21
Merge insp20
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
Improve UserManager::QuitUser() and related code
Attila Molnar
2014-01-04
Change type of snomask parameter to char in ProtocolInterface::SendSNONotice()
Attila Molnar
2013-12-18
m_spanningtree Fix clang warning and wrong operator in if
Attila Molnar
2013-12-18
Clean up CoreException
Attila Molnar
2013-12-15
m_spanningtree Fix nick TS desync on SVSNICK
Attila Molnar
2013-11-12
Use WriteNumeric() everywhere we send numerics and include the user's nick au...
Adam
2013-11-09
Use case insensitive comparison for server names for (auto)connects, issue #662
Adam
2013-11-09
Fix issue #657, fix sending FNAME with spaces
Adam
2013-09-13
Pass an interface to the OnSync hooks
attilamolnar
2013-09-13
Split ProtocolInterface::SendMetaData() into multiple functions
attilamolnar
2013-09-12
Send ListModeBase modes implicitly on channel sync
attilamolnar
2013-09-10
m_spanningtree Move c2s commands out of SpanningTreeCommands to auto register...
attilamolnar
[next]