summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
2007-04-09Remove debug: This now works!brain
2007-04-09I think we're almost there nowbrain
2007-04-09More fucking aroundbrain
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-09Check against the HMAC challenge now: *UNTESTED*brain
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-08It might be slightly slower, but memset the array as we're using it as a matr...brain
2007-04-08Should change the header toobrain
2007-04-08Make the lines wide enough to hold the new databrain
2007-04-07Add licensing headers to files which are missing them and make sure they are ...brain
2007-04-06We had to roll our own time function because some craqsmoker thought having a...brain
2007-04-06Show expiry times of glines, klines, qlines and elines as the time theyre due...brain
2007-04-06Fix bug #224 by refreshing the security ip cache every hour. The easier solut...brain
2007-04-05Fix for bug #199 (Feature request) submitted by owine. Ended up adding an ext...brain
2007-04-05Add support for <link:hidden> fixes feature request documented in bug #247 re...brain
2007-04-05Add extra /map info (connection uptime, and lag time) to /MAP for opers. Adds...brain
2007-04-02This needs some general QA-ing. Add support to new parser (introduced in 1.1)...brain
2007-04-02The other half of special's LUSERS fixbrain
2007-03-25Allow some commands to use a mask of * (this usually finds the 'root' server)brain
2007-03-24Test stuff to fix remote stats brokagebrain
2007-03-24Check validity (length) of all NICK parameters to make sure we're not introdu...brain
2007-03-20Update a notice on server already existing to be more clearw00t
2007-03-18Change back to FMODE for channel mode changes from usersbrain
2007-03-18set the TS of a channel in JoinUser, not after the entire FJOIN, this is safe...brain
2007-03-17Abort link at +/- 300secs, warn at +/- 30 secsbrain
2007-03-16Remote /MODULESbrain
2007-03-16Now syncs with the master every 10 minsbrain
2007-03-16Wtf, ive found the source of the drift, it adds the old delta to the new!brain
2007-03-16Different timesync, dont use yetbrain
2007-03-15Add third parameter to OnUserQuit (quit reason for opers only) - bump api ver...brain
2007-03-15Someone is getting slapped for this; the new hidesplits/hidebans behavior doe...special
2007-03-11Remove stray "Notice:" - text only changebrain
2007-03-11Fixed a crash with a malformed server-to-server NICK command, thanks dmbspecial
2007-03-11Just commentsbrain
2007-03-11Comments only.brain
2007-03-11Bump protocol revisionbrain
2007-03-10This now makes RemoveStatus remove *everything* as pointed out by jilles. Thi...brain
2007-03-10Add a TODO commentbrain
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-03-08Change options:notimesync to options:timesync -> reverse its meaning and defa...brain
2007-03-06This properly fixes options:hidebans and options:hidesplits by providing the ...brain
2007-03-03Fix m_services_account logout by allowing meta with empty data field. Tracker...peavey