summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/treesocket2.cpp
AgeCommit message (Expand)Author
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
2007-06-24Fix for atheme support (and others) which makes sure CAPAB is always sent bef...brain
2007-06-15remove RSQUIT2 routing hack for SQUIT now we use one param RSQUIT.peavey
2007-06-13This is not, not routing of SQUIT, nothing to see here, move along :>peavey
2007-06-13strip RSQUIT from protocol, part of new RSQUIT, not ready for use yet.peavey
2007-06-09A ton more clear() and empty() stuff thats been lingering on the long term to...brain
2007-06-06Add back remote kill handler for server origin killsbrain
2007-06-06Patch fixing (almost) remote kill server notices, by just passing KILL onto c...w00t
2007-05-24Somehow, the code which does the "assumption" that no prefix means 'that' ser...brain
2007-05-22This says ten minutes drift and should say five, fixedbrain
2007-05-21Move inspircd.h to topbrain
2007-05-21Reverted broken patch.. This may break, but it's unlikely :pfrostycoolslug
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-18Fixed a fairly low-risk crash in m_spanningtreespecial
2007-05-17Change the way i/o lines are formatted in debug log to make them more intuiti...brain
2007-05-16Add a notice on connection close stating server link uptime, and fix a bug in...brain
2007-05-14quietbursts tweak for hiropbrain
2007-05-10remove EB metadata madness and make services people happy.brain
2007-05-09Fix operquit notices being chopped to first word of quit message, spotted by ...brain
2007-05-06gcc fails it at exporting symbols properly :/brain