]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/treesocket1.cpp
Match conversion stuff.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treesocket1.cpp
2007-04-26 brainMake error reporting work properly, it seemed to loose...
2007-04-25 peaveydhost and host are both char[65], so let stringcopy...
2007-04-15 brainFix for bug that took ages to track down and was very...
2007-04-09 brainThe hmac stuff was slightly wrong, calculating the...
2007-04-09 brainD'oh, this is what causes it to randomly not allow...
2007-04-09 brainAnd spell it right.
2007-04-09 brainMinor change, easy to roll back if it fucks up
2007-04-09 brainWhoopsie
2007-04-09 brainWait longer before sending data on the connect than...
2007-04-09 brainRevert
2007-04-09 brainTest tweak to make it sync faster
2007-04-09 brainDifferent way of generating random string
2007-04-09 brainGive information in snomask +l to what type of auth...
2007-04-09 brainAdd config <options:disablehmac> to support disabling...
2007-04-09 brainRemove debug: This now works!
2007-04-09 brainI think we're almost there now
2007-04-09 brainThis is likely fucked up beyond all recognition. Today...
2007-04-09 brainDebug, and we seem to be sending capab twice
2007-04-09 brainAdd basic HMAC suggested by jilles to make the auth...
2007-04-09 brainTest code that pretends to send a hashed value if its...
2007-04-09 brainAdded ability to send and receive a challenge, dont...
2007-04-09 brainAdd methods needed for storing challenge string
2007-04-07 brainAdd licensing headers to files which are missing them...
2007-04-05 brainFix for bug #199 (Feature request) submitted by owine...
2007-04-02 brainThis needs some general QA-ing. Add support to new...
2007-03-24 brainCheck validity (length) of all NICK parameters to make...
2007-03-18 brainset the TS of a channel in JoinUser, not after the...
2007-03-10 brainWhoops, fix a silly bug i just introduced :p
2007-03-10 brainMove FJOIN propogation above the FMODEs generated by...
2007-03-10 brainFix typo
2007-03-10 brainHIGHLY EXPERIMENTAL: This needs heavy testing -- new...
2007-03-08 brainTake away a uline specific check in fmode, which might...
2007-02-25 brainEnsure that simplemodes are sent first (jilles requeste...
2007-02-25 brainBans are bursted using a large string buffer to save...
2007-02-11 brainAllow for nick!user@host in TOPIC information.
2007-02-07 brainSupport port binding here
2007-01-27 brainPotential desync on "nick collision at same time as...
2007-01-19 brainFix dependencies
2007-01-19 brainSplit this up even more, much smaller files that are...