summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/utils.cpp
AgeCommit message (Expand)Author
2008-05-21Clean this up a bit, and log about ignoring link blocks due to missing attrib...w00t
2008-05-18Fix some unneeded .c_str() usage in m_spanningtreeaquanight
2008-04-14Move options vlaues netbuffersize, maxwho, maxconn, softlimit, quietbursts, n...brain
2008-04-14TRUNK CONFIG BREAKAGE WARNING: Move a bunch of options tag values into a new ...brain
2008-04-08Changes needed to get open-linking working.w00t
2008-04-04Allow for custom prefixes as status chars in /notice @#chan etc. Up until now...brain
2008-04-04Server origin privmsg, UNTESTED - will test in a minbrain
2008-02-24Rollback complete! Everyone please go through the code and check i havent for...brain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-22Nuke TIMESYNC from orbit \o/w00t
2008-02-13This doesn't need to be inside the loop. There is only one IP for (potentiall...w00t
2008-02-03Propegate BURST and ENDBURST network-wide for timing of bursts, and to keep X...w00t
2008-01-16Validate <server:id> on startup if provided, thx Brainw00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-08Fix careless compile error caused by forward port of patch earlier today.w00t
2008-01-08Forward port r8664: bind server sockets on /rehashw00t
2007-11-04Honking huge commit. Removal of DELETE() template that never worked right anywaybrain
2007-11-01Make misconfiguration of spanningtree more 'fatal' so we get less morons comi...brain
2007-10-28- Tear out a useless load of XLine clutters that did nothing much except conf...w00t
2007-10-15InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...w00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-09sanity check for existing server in DoFailOver seems to have vanished!brain
2007-09-25Fix for bug #415, affects only trunk (wish i'd known this before i started!)brain
2007-08-29Make IsSID completely strict: Must be [digit][A-Zdigit][A-Zdigit], nothing else.brain
2007-08-28Move everything module-related out of InspIRCd and into ModuleManager, there ...om
2007-08-28Last raft of compile fixesbrain
2007-08-28Convert yet more to ServerConfig::GetSID() - this is the last of the obvious ...brain
2007-08-28Use it here, toobrain
2007-08-28Rice it up, biatchw00t
2007-08-28Change issid to IsSID to appease our anal retentiveness^H^H^H^H^H^H... i mean...brain
2007-08-28Add SpanningTreeUtils::issid(). See top of utils.cppbrain
2007-08-28Remove unneeded headers from spanningtree. This was done to the rest of the s...w00t
2007-08-27Fix potential for duplicate SID if the SID is auto generated.brain
2007-08-27Move SID into TreeSocket constructor. w00t, search for "new TreeSocket" to se...brain
2007-08-27This may need tidying up to make SetID internal and do this in the constructo...brain
2007-08-26Routing failure messages back where they came from on /rconnectbrain
2007-08-07Feature request from djGrr, allow changing of server to server ping frequencybrain
2007-07-23Fix crash on unload of modules with listening sockets -- some situations requ...brain
2007-07-17Stability fixes, some DELETEs here that dont belong any more.brain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-06-14Fix problem where two unrelated options are named identically, thanks for rem...brain
2007-06-09A ton more clear() and empty() stuff thats been lingering on the long term to...brain
2007-05-30Apply ipv6 #ifdef tidyup patch from djGrrr, thanks :)brain
2007-05-27Fix for bug #305, allow admin to select what port outbound ident requests bin...brain
2007-05-21Move inspircd.h to topbrain
2007-05-20- Fix a small warning thrown by cl about unused local.w00t
2007-05-13Fix remote bursting with quietbursts, before QA actually test it :P (thanks H...brain
2007-05-13Make the debug output a bit more readablebrain
2007-05-13Poach feature request: If a server does not respond after x seconds to a PING...brain