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.cpp
Age
Commit message (
Expand
)
Author
2015-05-19
m_spanningtree Fix harmless valgrind warning about uninit var usage on unload
Attila Molnar
2015-05-13
m_spanningtree Clean up comments
Attila Molnar
2014-07-14
Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead
Attila Molnar
2014-07-14
Rename UserMembList to Channel::MemberMap, switch all code to use it
Attila Molnar
2014-07-14
Change return type of Channel::GetUsers() to reference from pointer as it is ...
Attila Molnar
2014-04-14
m_spanningtree Fix routing of unicast messages
Attila Molnar
2014-04-08
m_spanningtree Remove the (now) undocumented disablehmac config option
Attila Molnar
2014-03-15
Change allocation of InspIRCd::Timers to be physically part of the object con...
Attila Molnar
2014-03-08
Make the maximum hostname length configurable in the config.
Peter Powell
2014-01-21
Merge insp20
Attila Molnar
2014-01-05
Introduce Server class
Attila Molnar
2014-01-04
Fix some Windows-related problems.
Peter Powell
2013-11-21
Allow multiple allowmasks in link blocks, #679
Adam
2013-11-09
Use case insensitive comparison for server names for (auto)connects, issue #662
Adam
2013-09-11
Move prefix mode specific fields and getters into PrefixMode
attilamolnar
2013-09-10
m_spanningtree Minor fixes
attilamolnar
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-27
m_spanningtree Introduce command builders
attilamolnar
2013-08-22
m_spanningtree Add TreeServer::GetChildren() that replaces ChildCount() and G...
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-22
m_spanningtree Change TreeServer::GetSocket() to always return the socket tha...
attilamolnar
2013-08-19
m_spanningtree Minor cleanup of functions
attilamolnar
2013-08-17
m_spanningtree Remove SpanningTreeUtilities* fields and parameters
attilamolnar
2013-08-12
Add ConfigTag::getDuration() with optional bounds checking
attilamolnar
2013-08-04
Modify the log message to contain the log type.
Peter Powell
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-24
m_spanningtree Cleanup TreeServer and TreeSocket construction/destruction
attilamolnar
2013-06-06
Compare to ServerLimits::MaxLine instead of MAXBUF.
Peter Powell
2013-06-06
Reserve ServerLimits::MaxLine instead of MAXBUF.
Peter Powell
2013-06-05
Remove unnecessary string copies and dead code
attilamolnar
2013-05-19
Fix spacing in calls to LogManager::Log.
Peter Powell
2013-04-26
Modularize DNS
Adam
2013-04-21
m_spanningtree Move CacheTimer into utils
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
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
Add LOG_ prefix to the log level enum values.
Peter Powell
2013-04-01
Convert IsSID() to a static member function, modules shouldn't override it
attilamolnar
2012-11-12
Remove usage of the deprecated ConfigReader
attilamolnar
2012-10-12
Windows: In-depth cleanup (see details)
ChrisTX
2012-10-03
m_spanningtree Utils: Remove unused functions
attilamolnar
2012-09-23
Fix undefined behavior caused by referencing the returned buffer by std::stri...
attilamolnar
2012-06-11
m_spanningtree Disallow server passwords which contain a space char and those...
attilamolnar
2012-06-11
m_spanningtree Notify opers upon ecountering a configuration error when rehas...
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2011-02-28
Fix timeout defaulting to zero for link blocks
Daniel De Graaf
[next]