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.h
Age
Commit message (
Expand
)
Author
2019-07-19
Add an event for adding tags to S2S messages.
Peter Powell
2019-07-15
Split ServerEventListener into {Broadcast,Link,Sync}EventListener.
Peter Powell
2019-06-22
Fix msgid inconsistencies with TAGMSG
linuxdaemon
2019-05-14
Add an enumeration for known protocol versions.
Peter Powell
2019-05-14
Replace ModuleSpanningTree::TimeToStr with InspIRCd::DurationStr.
Peter Powell
2019-05-02
Merge branch 'insp20' into insp3.
Peter Powell
2019-04-26
Update documentation links.
Peter Powell
2019-03-14
Generate the ssl_cert metadata before bursting a connecting user.
Peter Powell
2019-01-02
Fix message tags not being broadcast across the network.
Peter Powell
2018-12-12
Fix conversion issues by replacing ConvToInt with ConvToNum<T>.
Peter Powell
2018-09-11
Amend OnPostCommand to specify whether the command is loopcalled.
Peter Powell
2018-08-13
Implement IRCv3 message tag support.
Peter Powell
2018-08-12
Convert AWAY to use cross-module events and clean up slightly.
Peter Powell
2018-08-10
Remove the original line parameter of On{Pre,Post}Command.
Peter Powell
2018-07-30
Replace most usages of "name" with "real" or "real name".
Peter Powell
2018-07-30
Replace most usages of "GECOS" with "real" or "real name".
Peter Powell
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2018-04-08
Move OnStats from the core to a cross-module event.
Peter Powell
2018-01-06
Rework message handling.
Peter Powell
2017-11-12
Merge tag 'v2.0.25' into master.
Peter Powell
2017-10-15
Update wiki links to use HTTPS and point to the correct pages.
Peter Powell
2017-07-12
Add CXX11_OVERRIDE to overridden members that lack it.
Peter Powell
2016-09-02
m_spanningtree Refuse topic changes that would result in desync
Attila Molnar
2016-03-01
m_spanningtree Remove ModuleSpanningTree::RemoteMessage()
Attila Molnar
2016-02-25
Introduce Stats::Context, pass it to the OnStats hook and switch all code to it
Attila Molnar
2015-12-06
m_spanningtree Change allocation of ModuleSpanningTree::commands to be physic...
Attila Molnar
2015-12-06
Add minimum channel rank and exception list parameters to the OnUserInvite hook
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-10-13
m_spanningtree Rebuild serverlist and sidlist when receiving a specific Request
Attila Molnar
2014-09-03
m_spanningtree Send MODE/FMODE from the OnMode hook
Attila Molnar
2014-07-28
m_spanningtree Remove the now needless SplitInProgress workaround
Attila Molnar
2014-07-20
m_spanningtree Remove the MAP ISUPPORT token
Attila Molnar
2014-06-14
m_spanningtree Remove declaration for nonexistent function: OnLine()
Attila Molnar
2014-06-13
m_spanningtree Change allocation of the specialized ProtocolInterface to be p...
Attila Molnar
2014-06-11
m_spanningtree Assign an id to new Memberships
Attila Molnar
2014-03-03
m_spanningtree Remove remains of the KeepNickTS workaround
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
Improve UserManager::QuitUser() and related code
Attila Molnar
2013-12-15
m_spanningtree Fix nick TS desync on SVSNICK
Attila Molnar
2013-09-13
Pass an interface to the OnSync hooks
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
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-19
Remove cmd_map from the core
attilamolnar
2013-08-19
m_spanningtree Minor cleanup of functions
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-06-13
Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat...
attilamolnar
[next]