summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/treesocket1.cpp
AgeCommit message (Expand)Author
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
2007-02-07Support port binding herebrain
2007-01-27Potential desync on "nick collision at same time as fjoin" fixbrain
2007-01-19Fix dependenciesbrain
2007-01-19Split this up even more, much smaller files that are easier for gcc to digestbrain