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
2013-12-18
m_spanningtree Fix clang warning and wrong operator in if
Attila Molnar
2013-12-18
Clean up CoreException
Attila Molnar
2013-11-12
Use WriteNumeric() everywhere we send numerics and include the user's nick au...
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
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-30
Merge insp20
attilamolnar
2013-08-28
m_spanningtree Propagate topic changes via FTOPIC in order to prevent desync ...
attilamolnar
2013-08-27
m_spanningtree Introduce command builders
attilamolnar
2013-08-25
Clean up the protocol interface
attilamolnar
2013-08-22
m_spanningtree Add TreeServer::GetChildren() that replaces ChildCount() and G...
attilamolnar
2013-08-22
m_spanningtree Implement DoOneToMany() using DoOneToAllButSender()
attilamolnar
2013-08-22
m_spanningtree Change TreeServer::GetSocket() to always return the socket tha...
attilamolnar
2013-08-22
Fix a few problems
attilamolnar
2013-08-21
m_spanningtree When an IOHook goes away close all pending connections that us...
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-18
m_spanningtree Propagate oper-only quit reason using METADATA, remove OPERQUIT
attilamolnar
2013-08-17
m_spanningtree Remove SpanningTreeUtilities* fields and parameters
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-08-04
Change modules to use the MODNAME constant when logging.
Peter Powell
2013-07-24
m_spanningtree Change the type of TreeServer::ServerName to std::string
attilamolnar
2013-07-20
Enable the LINK snomask from m_spanningtree, remove unused FLOOD snomask
attilamolnar
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-07-01
Fix a few oversights
attilamolnar
2013-06-13
Rewrite CommandParser::TranslateUIDs()
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-07
Create IOHook interface (extracted from Module)
attilamolnar
2013-06-06
Merge insp20
attilamolnar
2013-06-05
Remove unnecessary string copies and dead code
attilamolnar
2013-06-04
m_spanningtree Fix FIDENT routing
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-18
Replaced vsnprintf with VAFORMAT pretty much everywhere.
Daniel Vassdal
2013-05-16
Allow spaces (and more) in oper types
attilamolnar
2013-05-14
Add method for writing server notices.
Peter Powell
2013-04-28
Merge insp20
attilamolnar
2013-04-26
Modularize DNS
Adam
2013-04-21
m_spanningtree Move CacheTimer into utils
attilamolnar
2013-04-21
Timer changes and TimerManager enhancements
attilamolnar
2013-04-18
m_spanningtree Fix IS_LOCAL() check in OnRehash handler
attilamolnar
2013-04-13
m_spanningtree Remove redundant first parameter of PING/PONG
attilamolnar
2013-04-13
m_spanningtree Add channel timestamp to channel METADATA
attilamolnar
2013-04-13
m_spanningtree Introduce IJOIN and RESYNC
attilamolnar
2013-04-12
m_spanningtree Remove encapsulation on UserCount/OperCount
attilamolnar
[next]