]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/utils.cpp
Allow multiple allowmasks in link blocks, #679
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / utils.cpp
2013-11-21 AdamAllow multiple allowmasks in link blocks, #679
2013-09-11 attilamolnarMove prefix mode specific fields and getters into Prefi...
2013-09-10 attilamolnarm_spanningtree Minor fixes
2013-08-30 attilamolnarReplace OnRehash() with ReadConfig() that is called...
2013-08-30 attilamolnarMerge insp20
2013-08-27 attilamolnarm_spanningtree Introduce command builders
2013-08-22 attilamolnarm_spanningtree Add TreeServer::GetChildren() that repla...
2013-08-22 attilamolnarm_spanningtree Remove duplicate code for sending channe...
2013-08-22 attilamolnarm_spanningtree Implement DoOneToMany() using DoOneToAll...
2013-08-22 attilamolnarm_spanningtree Change TreeServer::GetSocket() to always...
2013-08-19 attilamolnarm_spanningtree Minor cleanup of functions
2013-08-17 attilamolnarm_spanningtree Remove SpanningTreeUtilities* fields...
2013-08-12 attilamolnarAdd ConfigTag::getDuration() with optional bounds checking
2013-08-04 Attila MolnarMerge pull request #590 from SaberUK/master+module...
2013-08-04 Peter PowellModify the log message to contain the log type.
2013-08-04 Peter PowellChange modules to use the MODNAME constant when logging.
2013-07-24 attilamolnarm_spanningtree Change the type of TreeServer::ServerNam...
2013-07-24 attilamolnarm_spanningtree Cleanup TreeServer and TreeSocket constr...
2013-06-06 Attila MolnarMerge pull request #544 from SaberUK/master+kill-maxbuf
2013-06-06 Peter PowellCompare to ServerLimits::MaxLine instead of MAXBUF.
2013-06-05 Peter PowellReserve ServerLimits::MaxLine instead of MAXBUF.
2013-06-05 attilamolnarMerge insp20
2013-06-05 attilamolnarRemove unnecessary string copies and dead code
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-04-27 attilamolnarMerge insp20
2013-04-26 AdamModularize DNS
2013-04-21 attilamolnarm_spanningtree Move CacheTimer into utils
2013-04-12 attilamolnarm_spanningtree Remove unneeded #includes
2013-04-12 attilamolnarm_spanningtree Introduce new function to send channel...
2013-04-12 attilamolnarm_spanningtree Change TreeServerList to be a set, get...
2013-04-12 attilamolnarm_spanningtree Utils: Move code that creates a full...
2013-04-12 attilamolnarm_spanningtree atoi() to ConvToInt() conversion, add...
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
2013-04-01 attilamolnarConvert IsSID() to a static member function, modules...
2012-11-12 attilamolnarRemove usage of the deprecated ConfigReader
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-10-02 attilamolnarm_spanningtree Utils: Remove unused functions
2012-09-23 attilamolnarFix undefined behavior caused by referencing the return...
2012-06-15 Robin BurchellMerge pull request #193 from attilamolnar/insp20+newlinefix
2012-06-11 attilamolnarm_spanningtree Disallow server passwords which contain...
2012-06-11 attilamolnarm_spanningtree Notify opers upon ecountering a configur...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2011-03-01 Daniel De GraafFix timeout defaulting to zero for link blocks
2010-02-18 danieldgAllow SASL messages to be targeted at the services...
2010-02-17 danieldgFix routing of prefix-channel messages now that 2.0...
2010-02-13 danieldgClean up treesocket naming confusion by adding a link...
2010-02-01 danieldgStrip colons from server SSL fingerprint, to allow...
2010-02-01 danieldgAllow <link password=""> to specify identical send...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-24 danieldgCreate irc::sockets::cidr_mask
2009-10-23 danieldgMake User::uuid and User::server const
2009-10-23 danieldgFix memory leaks on reloadmodule and spanningtree unloa...
2009-10-22 danieldgMake irc::sockets::* parameters consistent, add irc...
2009-10-21 danieldgKill ListenSocketBase, use OnAcceptConnection for all...
2009-10-21 danieldgUse ConfigTagList as a faster access method for access...
2009-10-18 danieldgMore classbase cleanup, hold ConfigTag reference in...
2009-10-18 danieldgRemove VF_SERVICEPROVIDER, prevent heap allocation...
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-09 danieldgAdd server ports to ServerInstance->ports, enable SSL...
2009-10-08 danieldgUpdate Event and Request APIs
2009-10-02 danieldgFix valgrind issues and crashes on exit
2009-10-01 danieldgAdd ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing
2009-10-01 danieldgFix some valgrind warnings
2009-09-30 danieldgAllow multiple autoconnects in a single <autoconnect...
2009-09-30 danieldgAdd explicit reference-counting base class
2009-09-30 danieldgMove destruction logic for User and Spanningtree into...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-17 danieldgAdd <autoconnect> blocks [jackmcbarn]
2009-09-13 danieldgMembership* changes
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgMake VF_OPTCOMMON module mismatches a fatal link error...
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-01 danieldgRemove unneeded #ifdef IPV6 lines
2009-09-01 danieldgRemove unneeded paramaters from OnAcceptReady
2009-09-01 danieldgRemove more text<->binary IP conversions, making code...
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-08-19 w00tFix a regression from fcb51634669e6ed588e42f2072c6f910e...
2009-06-07 danieldgAllow SSL fingerprint-based server authentication
2009-05-14 danieldgFix UID collision on reload of m_spanningtree.so
2009-05-14 specialFix some incorrect STL iterations (using < end() instea...
2009-05-13 danieldgMake the previous patches actually work
2009-05-13 danieldgUse a FakeUser source for server-sourced commands in...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 brainIf a module is loaded after m_spanningtree that it...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-12 w00tFix problem with autoconnects: don't reset NextConnectT...
2008-11-01 w00tSecond attempt at time() -> SI->Time(), now problems...
2008-10-31 w00tAdd snomask +s +L - remote link notices.
2008-10-23 w00tRevert earlier time() -> SI->Time() diff for now, this...
2008-10-23 w00tPatch from Namegduf converting all instances (where...
2008-10-08 w00tFix crash caused by me being retarded.
2008-10-08 w00tFix: call OnRawSocketAccept for server connections...
next