]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/utils.cpp
Add explicit reference-counting base class
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / utils.cpp
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
2007-05-20 w00t- Fix a small warning thrown by cl about unused local.
2007-05-13 brainFix remote bursting with quietbursts, before QA actuall...
2007-05-13 brainMake the debug output a bit more readable
2007-05-13 brainPoach feature request: If a server does not respond...
2007-05-10 brainremove EB metadata madness and make services people...
2007-05-10 brainSmall api change with wide reaching effects in modules...
2007-05-04 brainAdd options:quietbursts, fixes bug #269, also adds...
2007-04-20 peaveyRevert this back to previous.
2007-04-19 peaveyDo not add empty strings to outgoing lines. *needs...
2007-04-15 brainFix for bug that took ages to track down and was very...
2007-04-09 brainAdd config <options:disablehmac> to support disabling...
2007-04-07 brainAdd licensing headers to files which are missing them...
2007-04-06 brainFix bug #224 by refreshing the security ip cache every...
2007-04-05 brainAdd support for <link:hidden> fixes feature request...
2007-03-16 brainDifferent timesync, dont use yet
2007-03-08 brainChange options:notimesync to options:timesync -> revers...
next