]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/treesocket1.cpp
Test code that pretends to send a hashed value if its got a challenge - don't use...
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treesocket1.cpp
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...