summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/treesocket2.cpp
AgeCommit message (Expand)Author
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
2007-03-03Fix m_services_account logout by allowing meta with empty data field. Tracker...peavey
2007-02-11Special *slap* seems to have set this to true :/brain
2007-01-19Fix dependenciesbrain
2007-01-19Split this up even more, much smaller files that are easier for gcc to digestbrain