summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
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
2007-03-30Add extra stuff to LIST.brain
2007-03-29Make this available to all usersbrain
2007-03-29Add snomasks to /check on a user (QA, please test), also return CMD_LOCALONLY...w00t
2007-03-25Remove excessive debuggingbrain
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-24m_showwhois now sends a message for remote whois as wellspecial
2007-03-24Check validity (length) of all NICK parameters to make sure we're not introdu...brain
2007-03-23Ident fixes, to make sure that if you dont get an ident reply you cant sneak ...brain
2007-03-23ident over ipv6 fixes, and fixes to inspsocket BindAddr which wasnt doing ipv...brain
2007-03-23Tweak some stuff aboutbrain
2007-03-23Fix small memory leakbrain
2007-03-22EAGAIN fixes for gnutlsbrain
2007-03-22We're checking for non-null session->sess in VerifyCertificate now. theres ve...brain
2007-03-22Some tweaks for gnutlsbrain
2007-03-22More checks in IS_HSDONE event hookbrain
2007-03-22Fix crashes in ipv6 ssl using gnutls, and crashes when linking ssl to non-ssl...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-16Improve this to show time with and without delta, without the user having to ...brain
2007-03-16Different timesync, dont use yetbrain
2007-03-16Optimise caps loop making it real neat. Thx Brain.peavey
2007-03-16Change wording of 404 numeric to reflect that it's minlen or more.peavey
2007-03-15Change the numeric text to match the new configuration. Tidyup comments and D...peavey
2007-03-15Add support for MAP of chars considered to be CAPS to config for better control.peavey
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-14Fix blockcaps. Who on earth thought that percentage was x*100 / y ???brain
2007-03-11Remove stray "Notice:" - text only changebrain
2007-03-11Fix minor bug, number of users listing doesnt decrement if a user quits while...brain
2007-03-11Add safelist:maxlisters which prevents more than x number of people doing a L...brain
2007-03-11Added OnBufferFlush, improved m_safelist, no longer works on a timer but work...brain
2007-03-11Fixed a crash with a malformed server-to-server NICK command, thanks dmbspecial
2007-03-11Just commentsbrain