summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/treesocket2.cpp
AgeCommit message (Expand)Author
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-14Change the way origins are shown in snonotice, for djGrrr :pbrain
2007-10-09Change 'unrecognised command BLAH' to 'unrecognised or malformed command BLAH...brain
2007-09-27Forgot part of the fix for bug #404special
2007-09-04* Fixed some incorrect declarations in IOCPEngineburlex
2007-09-02Fixed an issue that could cause empty parameters in module commands to not be...special
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-28Tidy up here, same tidyup cannot go back to stable as it involves uidsbrain
2007-08-28Add SVSPART at request of the Anope team - You can tell if the server has SVS...brain
2007-08-28If we see a NICK message without a timestamp on it, squit the serverbrain
2007-08-28Note: NICK now takes two params, a nickname and a timestamp of the change.brain
2007-08-28When a server sends a SERVER command with <5 params, dont just close the conn...brain
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-28Tidy up duplicate code, provide GetSID() method on ServerConfig which returns...brain
2007-08-28Drop nick from incoming client on change collision if incoming client 'loses'...w00t
2007-08-28Hmm. We shouldn't use FindNick here, as that will find on UID, which while it...w00t
2007-08-28Slight change to traffic logging, as I never remember which way the damn arro...w00t
2007-08-28Remove unneeded headers from spanningtree. This was done to the rest of the s...w00t
2007-08-28Remove the last uses of localised fake clients. This removes a lot of allocat...w00t
2007-08-28Handle nick change collision through the same rules nick introduction collisi...w00t
2007-08-27Fix potential for duplicate SID if the SID is auto generated.brain
2007-08-27Fix to use DuplicateID. This stops things segfaulting on duplicate SID introd...w00t
2007-08-27Well, this probably works. But it might not. :D.w00t
2007-08-27Move SID into TreeSocket constructor. w00t, search for "new TreeSocket" to se...brain
2007-08-27Store id in TreeServer, use TreeServer::GetID() to get the id (NOTE: it is st...brain
2007-08-27Don't try do lookups by nickname any more, all s2s traffic should be using UI...w00t
2007-08-27Remove some old style compatibility checking for 1.0-alpha servers, this real...w00t
2007-08-27If SVSNICK fails, attempt to change to UID, before quitting as a last resort ...w00t
2007-08-27Make this lookup by UUID ahead of nick also, so things work properly.w00t
2007-08-27Make the server to server parser look for UUID. Currently it will fall back a...w00t
2007-08-27This will royally fuck 1.2's linking right now, but..w00t
2007-08-27Fix to SVSJOIN: disallow invalid channel names. Needs backport.w00t
2007-08-26Make this compile, was missing a (peavey
2007-08-26Hide remote oper up notices if quiet bursts are enabled etc. Adapted from ave...w00t
2007-08-26Routing failure messages back where they came from on /rconnectbrain
2007-08-20Add a pair of colons which should fix some KILL messages being dropped and fi...brain
2007-08-20Increase max time difference to 600 secsbrain
2007-08-15* include/caller.h will now compile correctly on Windows platforms.burlex
2007-08-13Fix new millisec /map to compile on windows, by ifndef gettimeofday out rever...peavey
2007-08-07Feature request from djGrr, allow changing of server to server ping frequencybrain
2007-08-05Change latency figures in /map to milliseconds, much more useful for lag meas...brain
2007-08-03There was a missing colon on remote numeric 376. Spotted by Hal9000 of Denora.w00t
2007-07-24Replace some voodoo with a definew00t
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-07-10Clarifying commentbrain