summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2007-04-15Fix for bug that took ages to track down and was very subtle.brain
2007-04-14Working in m_filter_pcre.brain
2007-04-14Add move-match-to-head-of-queue stuff to pcre filterbrain
2007-04-14Working for m_filter, needs implementing in m_filter_pcrebrain
2007-04-14Some tweaks suggested by pingbad, dont use yet :pbrain
2007-04-12Dont use send_mode_explicit protocol call, use send_mode, which doesnt try an...brain
2007-04-09The hmac stuff was slightly wrong, calculating the 2nd partbrain
2007-04-09D'oh, this is what causes it to randomly not allow the HMAC, when theres an =...brain
2007-04-09And spell it right.brain
2007-04-09Minor change, easy to roll back if it fucks upbrain
2007-04-09Whoopsiebrain
2007-04-09Wait longer before sending data on the connect than on the acceptbrain
2007-04-09Revertbrain
2007-04-09Test tweak to make it sync fasterbrain
2007-04-09Different way of generating random stringbrain
2007-04-09Give information in snomask +l to what type of auth was usedbrain
2007-04-09Handle non-hmac servers smarter without having to globally turn off hmacbrain
2007-04-09Add config <options:disablehmac> to support disabling of HMAC, and tidy up to...brain
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-08Make the max '3 dots' and not 2brain
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-05Fix for bug #216, m_cloaking now tries to cloak a larger amount of the hostna...brain
2007-04-05Add filter type 'silent', as requested in bug #235 reported by Casey.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-05Add feature outlined in bug #192, give a notice showing cipher on connect to ...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-04-01Add feature to this module which allows you to specify that an oper requires ...brain
2007-04-01Add -config parameter to bin/inspircd which allows a user to specify the conf...brain
2007-04-01Add m_seenicks.so, adds snomasks +nN which show local and remote nick changes...brain
2007-04-01Make it use the static text for the reason instead, i have a feeling clients ...brain
2007-04-01Add m_jumpserver, allows server forwarding with RPL_REDIR numeric 010. xchat ...brain
2007-03-30hidechans: allow showing on self whois, QA, test if you're bored :pw00t