]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/utils.cpp
Convert remaining InspIRCd::Log() calls to new logging system
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / utils.cpp
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...
2007-02-07 brainSupport port binding here
2007-02-06 brainFix resolving of security ips to allow for ipv4 resolut...
2007-02-05 brainHeavy state of debug. If you are a developer, please...
2007-01-30 brainAdd strerror(errno) to port bind failure on TreeSocket
2007-01-19 brainFix dependencies
2007-01-18 brainRemove space indents
2007-01-18 brainAdd all this crapola