summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/treesocket2.cpp
AgeCommit message (Expand)Author
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
2007-05-05Make debug warning for broken servers once per servername onlybrain
2007-05-04Add MODE nag to debug snomask +dbrain
2007-05-04Apply visibility state to whois, next stop, /whobrain
2007-04-26Make error reporting work properly, it seemed to loose errors.brain
2007-04-20Fix bug #259 proper by doing what I should have done back in r6618 when I fir...peavey
2007-04-19Check some userrec values in remote whois, so that it wont crash if a user ha...brain
2007-04-15Fix for bug that took ages to track down and was very subtle.brain
2007-04-09Revertbrain
2007-04-09Test tweak to make it sync fasterbrain
2007-04-09Handle non-hmac servers smarter without having to globally turn off hmacbrain
2007-04-09Add config <options:disablehmac> to support disabling of HMAC, and tidy up to...brain
2007-04-09I think we're almost there nowbrain
2007-04-09More fucking aroundbrain
2007-04-09This is likely fucked up beyond all recognition. Today is fubar day :pbrain
2007-04-09Check against the HMAC challenge now: *UNTESTED*brain
2007-04-09Add basic HMAC suggested by jilles to make the auth not suck -- this is proba...brain
2007-04-09Test code that pretends to send a hashed value if its got a challenge - don't...brain
2007-04-07Add licensing headers to files which are missing them and make sure they are ...brain
2007-04-06We had to roll our own time function because some craqsmoker thought having a...brain
2007-04-06Show expiry times of glines, klines, qlines and elines as the time theyre due...brain
2007-04-05Add support for <link:hidden> fixes feature request documented in bug #247 re...brain
2007-04-05Add extra /map info (connection uptime, and lag time) to /MAP for opers. Adds...brain
2007-04-02This needs some general QA-ing. Add support to new parser (introduced in 1.1)...brain
2007-03-20Update a notice on server already existing to be more clearw00t
2007-03-18set the TS of a channel in JoinUser, not after the entire FJOIN, this is safe...brain
2007-03-17Abort link at +/- 300secs, warn at +/- 30 secsbrain
2007-03-16Remote /MODULESbrain
2007-03-16Different timesync, dont use yetbrain
2007-03-15Add third parameter to OnUserQuit (quit reason for opers only) - bump api ver...brain
2007-03-11Fixed a crash with a malformed server-to-server NICK command, thanks dmbspecial
2007-03-10This now makes RemoveStatus remove *everything* as pointed out by jilles. Thi...brain
2007-03-10Add a TODO commentbrain