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
/
ijoin.cpp
Age
Commit message (
Expand
)
Author
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-04-28
Textual improvements and fixes such as typos, casing, etc. (#1612)
Robby
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2016-04-13
m_spanningtree Allow IJOIN with lower TS
Attila Molnar
2014-06-11
m_spanningtree Send, parse and translate IJOINs with membership ids
Attila Molnar
2014-04-16
m_spanningtree Add ServerCommand::ExtractTS() to convert string to raw TS
Attila Molnar
2014-04-16
m_spanningtree Throw an exception on protocol violations instead of returning...
Attila Molnar
2013-08-27
m_spanningtree Introduce command builders
attilamolnar
2013-08-25
m_spanningtree Allow server-to-server command handlers to specify whether the...
attilamolnar
2013-08-18
m_spanningtree Move all server-to-server command handlers into handler classes
attilamolnar
2013-08-17
m_spanningtree Remove SpanningTreeUtilities* fields and parameters
attilamolnar
2013-08-04
Change modules to use the MODNAME constant when logging.
Peter Powell
2013-04-13
m_spanningtree Introduce IJOIN and RESYNC
attilamolnar