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
/
utils.h
Age
Commit message (
Expand
)
Author
2019-07-19
spanningtree: Never send a message to a raw UUID in CmdBuilder.
Peter Powell
2019-01-02
Fix message tags not being broadcast across the network.
Peter Powell
2018-10-01
Move <security:hidesplits> to the spanningtree module.
Peter Powell
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2017-11-17
Fix a ton of -Wsign-conversion warnings.
Peter Powell
2017-07-12
Add CXX11_OVERRIDE to overridden members that lack it.
Peter Powell
2016-03-29
m_spanningtree Add SpanningTreeUtilities::FindRouteTarget()
Attila Molnar
2016-03-29
m_spanningtree Remove unused SpanningTreeUtilities::BestRouteTo()
Attila Molnar
2016-03-29
m_spanningtree Remove unused SpanningTreeUtilities::DoOneToOne() overload acc...
Attila Molnar
2015-05-23
m_spanningtree Log nick collisions more verbosely and in all cases
Attila Molnar
2015-05-13
m_spanningtree Clean up comments
Attila Molnar
2014-07-26
m_spanningtree Return a bool from DoCollision()
Attila Molnar
2014-04-08
m_spanningtree Remove the (now) undocumented disablehmac config option
Attila Molnar
2014-01-05
Introduce Server class
Attila Molnar
2013-08-30
Merge insp20
attilamolnar
2013-08-27
m_spanningtree Introduce command builders
attilamolnar
2013-08-22
m_spanningtree Remove duplicate code for sending channel messages from RouteC...
attilamolnar
2013-08-22
m_spanningtree Implement DoOneToMany() using DoOneToAllButSender()
attilamolnar
2013-08-21
m_spanningtree When an IOHook goes away close all pending connections that us...
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-12
Change command name parameter of OnPostCommand to be a Command*
attilamolnar
2013-06-06
Merge insp20
attilamolnar
2013-06-05
Remove unnecessary string copies and dead code
attilamolnar
2013-04-21
m_spanningtree Move CacheTimer into utils
attilamolnar
2013-04-19
Fix building with libc++.
Peter Powell
2013-04-12
m_spanningtree Introduce new function to send channel messages
attilamolnar
2013-04-12
m_spanningtree Change TreeServerList to be a set, get rid of a function dedic...
attilamolnar
2013-04-12
m_spanningtree Utils: Move code that creates a full line from its components ...
attilamolnar
2013-04-12
m_spanningtree atoi() to ConvToInt() conversion, add const where possible
attilamolnar
2013-04-12
Tidy up source files:
Peter Powell
2013-04-01
Purge the deprecated hash_map from existance.
Peter Powell
2012-10-12
Windows: In-depth cleanup (see details)
ChrisTX
2012-10-03
m_spanningtree Utils: Remove unused functions
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
2010-02-18
Allow SASL messages to be targeted at the services server
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-10-23
Make User::uuid and User::server const
danieldg
2009-10-21
Kill ListenSocketBase, use OnAcceptConnection for all new connections
danieldg
2009-10-17
Make classbase and refcountbase uncopyable; expand comments on their indended...
danieldg
2009-10-09
Add server ports to ServerInstance->ports, enable SSL on them using OnHookIO
danieldg
2009-10-08
Update Event and Request APIs
danieldg
2009-10-01
Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing
danieldg
2009-09-30
Allow multiple autoconnects in a single <autoconnect> tag, fix infinite failover
danieldg
2009-09-30
Add explicit reference-counting base class
danieldg
2009-09-30
Move destruction logic for User and Spanningtree into cull()
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
[next]