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
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
2013-06-12
Get rid of the OnRemoteKill hook, make use of GetRouting() and TR_CUSTOM to r...
attilamolnar
2013-06-12
Change command name parameter of OnPostCommand to be a Command*
attilamolnar
2013-06-02
Route WALLOPS like a regular command, remove OnWallops hook
attilamolnar
2013-05-20
Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to On...
attilamolnar
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-04-26
Modularize DNS
Adam
2013-04-21
m_spanningtree Move CacheTimer into utils
attilamolnar
2013-04-13
m_spanningtree Bump protocol version and remove unused CAPAB CAPABILITIES ent...
attilamolnar
2013-04-12
m_spanningtree Remove unneeded #includes
attilamolnar
2013-04-12
m_spanningtree Introduce new function to send channel messages
attilamolnar
2013-04-12
Tidy up source files:
Peter Powell
2013-04-01
Remove legacy code, mostly related to 1.2 compatibility
attilamolnar
2012-10-03
m_spanningtree Remove empty RedoConfig()
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2012-04-14
Fix some of the include guard names (requested by SaberUK)
Justin Crawford
2012-04-14
Fixes for bug #12
Justin Crawford
[next]