]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/utils.cpp
...because every now and again, i have to do a massive commit.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / utils.cpp
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...
2008-09-08 w00tRemove old listening stuff from spanningtree, use a...
2008-08-29 w00tRemove some old stuff
2008-08-22 w00tMatch conversion stuff.
2008-08-22 w00tRevert automated conversion by Special, as it (unfortun...
2008-08-22 specialFix a lot of calls to match() and uses of wildcard...
2008-08-05 w00tReturn the right thing.
2008-08-05 w00tBetter Way(TM) of doing easy routing of commands with...
2008-07-19 brainFix total mess of makefile dependency macros (all depen...
2008-06-06 brainFix bug from std::string porting, thanks ThunderHacker
2008-05-21 w00tClean this up a bit, and log about ignoring link blocks...
2008-05-18 aquanightFix some unneeded .c_str() usage in m_spanningtree
2008-04-14 brainMove options vlaues netbuffersize, maxwho, maxconn...
2008-04-14 brainTRUNK CONFIG BREAKAGE WARNING: Move a bunch of options...
2008-04-08 w00tChanges needed to get open-linking working.
2008-04-04 brainAllow for custom prefixes as status chars in /notice...
2008-04-04 brainServer origin privmsg, UNTESTED - will test in a min
2008-02-24 brainRollback complete! Everyone please go through the code...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-22 w00tNuke TIMESYNC from orbit \o/
2008-02-13 w00tThis doesn't need to be inside the loop. There is only...
2008-02-03 w00tPropegate BURST and ENDBURST network-wide for timing...
2008-01-16 w00tValidate <server:id> on startup if provided, thx Brain
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-08 w00tFix careless compile error caused by forward port of...
2008-01-08 w00tForward port r8664: bind server sockets on /rehash
2007-11-04 brainHonking huge commit. Removal of DELETE() template that...
2007-11-01 brainMake misconfiguration of spanningtree more 'fatal'...
2007-10-28 w00t- Tear out a useless load of XLine clutters that did...
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-09 brainsanity check for existing server in DoFailOver seems...
2007-09-25 brainFix for bug #415, affects only trunk (wish i'd known...
2007-08-29 brainMake IsSID completely strict: Must be [digit][A-Zdigit...
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-28 brainLast raft of compile fixes
2007-08-28 brainConvert yet more to ServerConfig::GetSID() - this is...
2007-08-28 brainUse it here, too
2007-08-28 w00tRice it up, biatch
2007-08-28 brainChange issid to IsSID to appease our anal retentiveness...
2007-08-28 brainAdd SpanningTreeUtils::issid(). See top of utils.cpp
2007-08-28 w00tRemove unneeded headers from spanningtree. This was...
2007-08-27 brainFix potential for duplicate SID if the SID is auto...
2007-08-27 brainMove SID into TreeSocket constructor. w00t, search...
2007-08-27 brainThis may need tidying up to make SetID internal and...
2007-08-26 brainRouting failure messages back where they came from...
2007-08-07 brainFeature request from djGrr, allow changing of server...
2007-07-23 brainFix crash on unload of modules with listening sockets...
2007-07-17 brainStability fixes, some DELETEs here that dont belong...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-06-14 brainFix problem where two unrelated options are named ident...
2007-06-09 brainA ton more clear() and empty() stuff thats been lingeri...
2007-05-30 brainApply ipv6 #ifdef tidyup patch from djGrrr, thanks :)
2007-05-27 brainFix for bug #305, allow admin to select what port outbo...
2007-05-21 brainMove inspircd.h to top
next