]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree
Add config <options:disablehmac> to support disabling of HMAC, and tidy up to detect...
[user/henk/code/inspircd.git] / src / modules / m_spanningtree /
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 brainMore fucking around
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 brainCheck against the HMAC challenge now: *UNTESTED*
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-08 brainIt might be slightly slower, but memset the array as...
2007-04-08 brainShould change the header too
2007-04-08 brainMake the lines wide enough to hold the new data
2007-04-07 brainAdd licensing headers to files which are missing them...
2007-04-06 brainWe had to roll our own time function because some craqs...
2007-04-06 brainShow expiry times of glines, klines, qlines and elines...
2007-04-06 brainFix bug #224 by refreshing the security ip cache every...
2007-04-05 brainFix for bug #199 (Feature request) submitted by owine...
2007-04-05 brainAdd support for <link:hidden> fixes feature request...
2007-04-05 brainAdd extra /map info (connection uptime, and lag time...
2007-04-02 brainThis needs some general QA-ing. Add support to new...
2007-04-02 brainThe other half of special's LUSERS fix
2007-03-25 brainAllow some commands to use a mask of * (this usually...
2007-03-24 brainTest stuff to fix remote stats brokage
2007-03-24 brainCheck validity (length) of all NICK parameters to make...
2007-03-20 w00tUpdate a notice on server already existing to be more...
2007-03-18 brainChange back to FMODE for channel mode changes from...
2007-03-18 brainset the TS of a channel in JoinUser, not after the...
2007-03-17 brainAbort link at +/- 300secs, warn at +/- 30 secs
2007-03-16 brainRemote /MODULES
2007-03-16 brainNow syncs with the master every 10 mins
2007-03-16 brainWtf, ive found the source of the drift, it adds the...
2007-03-16 brainDifferent timesync, dont use yet
2007-03-15 brainAdd third parameter to OnUserQuit (quit reason for...
2007-03-15 specialSomeone is getting slapped for this; the new hidesplits...
2007-03-11 brainRemove stray "Notice:" - text only change
2007-03-11 specialFixed a crash with a malformed server-to-server NICK...
2007-03-11 brainJust comments
2007-03-11 brainComments only.
2007-03-11 brainBump protocol revision
2007-03-10 brainThis now makes RemoveStatus remove *everything* as...
2007-03-10 brainAdd a TODO comment
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-03-08 brainChange options:notimesync to options:timesync -> revers...
2007-03-06 brainThis properly fixes options:hidebans and options:hidesp...
2007-03-03 peaveyFix m_services_account logout by allowing meta with...
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 brainSpecial *slap* seems to have set this to true :/
2007-02-11 brainAllow for nick!user@host in TOPIC information.
2007-02-07 brainSupport port binding here
2007-02-06 brainAnd fix typo.
2007-02-06 brainMake use of new AAAA->A resolving
2007-02-06 brainStuff to allow resolving of AAAA record, and on failure...
2007-02-06 brainFix resolving of security ips to allow for ipv4 resolut...
2007-02-05 brainHeavy state of debug. If you are a developer, please...
2007-01-30 brainAdd strerror(errno) to port bind failure on TreeSocket
2007-01-28 brainRemove debug, add a few comments
2007-01-28 brainFix broken openssl outbound connects.
2007-01-27 brainPotential desync on "nick collision at same time as...
2007-01-19 brainFix dependencies
2007-01-19 brainSplit out rconnect command into its own file (this...
2007-01-19 brainSplit this up even more, much smaller files that are...
2007-01-18 brainA readme file, mainly for devs.
2007-01-18 brainMove this over to left margin now, is no longer part...
2007-01-18 brainRemove space indents
2007-01-18 brainAdd all this crapola
2007-01-18 brainMuch more tidyup, and yes, tons more to go
2007-01-18 brainStart of splitting up. WARNING: This is far from tidy...
2007-01-18 brainWhoops, and commit this :p
2007-01-18 brainMove some stuff into utils.h
2007-01-18 brainStart of moving m_spanningtree into a dir so we can...