summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2009-01-22Add $gecos, $ident, $server, $uuid vars for building possible auth queries. T...brain
2009-01-22Update copyright date.w00t
2009-01-22Fix a small warning (char being used as array subscript) by just using int in...w00t
2009-01-22Fixes bug #655: National characters support, patch written mostly by Phoenix,...w00t
2009-01-22Fix bug #659, #524 and others: Allow operoverride to set +qa. Based on patch ...w00t
2009-01-22Fix bug #678 reported by Ankit (opertype invex wasn't working, as I failed an...w00t
2009-01-22Revert "Check nickname validity on introduction, closes bug #682 reported by ...w00t
2009-01-21Check nickname validity on introduction, closes bug #682 reported by danieldg...w00t
2009-01-18Hmm, why didnt this go through before?brain
2009-01-18Fix bug #673, reported by Ankit: various cosmetic issues with filter. Patch f...w00t
2009-01-18Fix bug #680, reported by Namegduf: 1.2 SHUN does not respect the notifyuser ...w00t
2009-01-18Fix a small typo in shun notice, reported by Ankit. Closes bug #666. (!)w00t
2009-01-17Fix for bug #679 reported by Namegduf, based on suggestion for fix by dz, tha...brain
2009-01-15Prevent snotices being sent out for a completely empty modebrain
2009-01-10Fix incorrect classname in operinvex (not broken, just wrong code)w00t
2009-01-10Fix bug #665 reported by Ankit, m_services_account.so was denying its own mod...dz
2009-01-09Change /CHECK <#channel> to correctly report timestamp since it might have be...peavey
2009-01-09Correctly match alias formats (was backwards) and avoid going on to other ali...dz
2009-01-07Readability: pointless construct of a std::string from another std::string fo...brain
2009-01-07Fix an incorrect check leading to backwards functionality, closes bug #663 (...w00t
2009-01-04Fixed behavior of KICK in m_auditorium, fixes bug #649 reported by Schiz0.dz
2009-01-04This is out of date, useless, and nobody updates it.brain
2009-01-03Fix for bug #652, reported by Ankit: blank reply from /userip with no target ...w00t
2009-01-02...and make it not go querying modules that dont implement the right interfac...brain
2009-01-02If a module is loaded after m_spanningtree that it needs, then it will now re...brain
2009-01-02Update copyrights for 2009.w00t
2009-01-02Fix typo opermoth -> opermotd. Thanks Ankit.peavey
2009-01-02Make it optional to show opermotd on /OPER, defaults to showing the motd if n...peavey
2008-12-31Change numeric 671, starttls failure to 691. 671 conflicts with unreal's ssl ...brain
2008-12-28Modify STARTTLS error message to clarify that it may not be sent after regist...w00t
2008-12-27Fix unnecessary use of map, set is better suited.w00t
2008-12-27We dont need <type:canquiet> now in 1.2, as class tags allow restrictions of ...brain
2008-12-26VF_VENDOR, ModDescw00t
2008-12-24Return ERR_NOPRIVILEGES for +P without channels/set-permanent priv.w00t
2008-12-24Fix for bug #646, reported by whotookspaz (+y not being applied to existing c...w00t
2008-12-21Allow for kick from a server origin to have a comma seperated list of nicknam...brain
2008-12-20Readd check for +P setting to channels/set-permanent priv, thanks Johannes13 ...w00t
2008-12-18New iterative replacement function for m_censor, so that if some silly admin ...brain
2008-12-18Properly disconnect clients that send STARTTLS after registering; noticed by ...dz
2008-12-16Added the VF_VENDOR flag to m_servprotect; noticed by Johannes13special
2008-12-15Handle file not found, and tidy up the perl.peavey
2008-12-15Stupid linebreak.w00t
2008-12-15Add missing copyright header.w00t
2008-12-15Fix naming convention to be consistant. (cmd_ -> Command)w00t
2008-12-15Add support for freetds 0.82 which is being shipped now with newer distros, a...peavey
2008-12-13Also use freenode's 470 numeric in m_banredirect.psychon
2008-12-13m_ssl_gnutls: Log ssl errorspsychon
2008-12-13Use freenode's 470 numeric for redirection.w00t
2008-12-12Fix problem with autoconnects: don't reset NextConnectTime to a higher value ...w00t
2008-12-07Disallow any messageflood parameter where x < 2 in +f x:y, prevents moronic b...brain