summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/treesocket1.cpp
AgeCommit message (Expand)Author
2007-05-10remove EB metadata madness and make services people happy.brain
2007-05-10Small api change with wide reaching effects in modules - Allows modification ...brain
2007-05-09Fix ping timeout ERROR not being generated when a server pings out, making th...brain
2007-05-08- (FINALLY, ffs) add realnames to connect/remote connect server notices, per ...w00t
2007-05-07Correct the silentbursts logicbrain
2007-05-07Slightly tidier capab checksbrain
2007-05-07Needs a little testing: Tidyup of some code, namely when validating the lengt...brain
2007-05-07Fix channel TS not being set correctly on creation of new channelbrain
2007-05-07Developers, please review ForceJoin starting at line 730 of this file. It nee...brain
2007-05-07A bit more debug in herebrain
2007-05-07Add bugnotice when an fmode is sent with a TS < ours. This should in theory n...brain
2007-05-07FTOPIC from another server now (correctly) shows local server name to obscure...brain
2007-05-04Add options:quietbursts, fixes bug #269, also adds support for quits in a cul...brain
2007-05-01Much more detailed logging of lowlevel socket errors to the +l snomaskbrain
2007-05-01Fix crashbug in latest svn introduced by inspsocket cull list, which can caus...brain
2007-04-26Make error reporting work properly, it seemed to loose errors.brain
2007-04-25dhost and host are both char[65], so let stringcopy take up to 64 chars here.peavey
2007-04-15Fix for bug that took ages to track down and was very subtle.brain
2007-04-09The hmac stuff was slightly wrong, calculating the 2nd partbrain
2007-04-09D'oh, this is what causes it to randomly not allow the HMAC, when theres an =...brain
2007-04-09And spell it right.brain
2007-04-09Minor change, easy to roll back if it fucks upbrain
2007-04-09Whoopsiebrain
2007-04-09Wait longer before sending data on the connect than on the acceptbrain
2007-04-09Revertbrain
2007-04-09Test tweak to make it sync fasterbrain
2007-04-09Different way of generating random stringbrain
2007-04-09Give information in snomask +l to what type of auth was usedbrain
2007-04-09Add config <options:disablehmac> to support disabling of HMAC, and tidy up to...brain
2007-04-09Remove debug: This now works!brain
2007-04-09I think we're almost there nowbrain
2007-04-09This is likely fucked up beyond all recognition. Today is fubar day :pbrain
2007-04-09Debug, and we seem to be sending capab twicebrain
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-09Added ability to send and receive a challenge, dont do anything with it yetbrain
2007-04-09Add methods needed for storing challenge stringbrain
2007-04-07Add licensing headers to files which are missing them and make sure they are ...brain
2007-04-05Fix for bug #199 (Feature request) submitted by owine. Ended up adding an ext...brain
2007-04-02This needs some general QA-ing. Add support to new parser (introduced in 1.1)...brain
2007-03-24Check validity (length) of all NICK parameters to make sure we're not introdu...brain
2007-03-18set the TS of a channel in JoinUser, not after the entire FJOIN, this is safe...brain
2007-03-10Whoops, fix a silly bug i just introduced :pbrain
2007-03-10Move FJOIN propogation above the FMODEs generated by winning an FJOINbrain
2007-03-10Fix typobrain
2007-03-10HIGHLY EXPERIMENTAL: This needs heavy testing -- new FMODE behaviour:brain
2007-03-08Take away a uline specific check in fmode, which might explain why desyncs be...brain
2007-02-25Ensure that simplemodes are sent first (jilles requested this)brain
2007-02-25Bans are bursted using a large string buffer to save on write() calls, so the...brain
2007-02-11Allow for nick!user@host in TOPIC information.brain