summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-28Fix bug spotted by KingTarquin, if an empty string is given to /stats with "S...brain
2008-12-28Change a few bits to use std::list instead of std::vector.w00t
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-27Fix a comment too.w00t
2008-12-27Use std::set instead of std::map needlessly.w00t
2008-12-27Mark a member static so it isn't exported needlessly.w00t
2008-12-27Place CRT debug defines in win32wrapper.h, so they are defined everywhere. Th...w00t
2008-12-27Remove extra 'i'.. oopsie :Pw00t
2008-12-27Remove silly comment from r10,000.. mostly just testing vim..w00t
2008-12-27Cover most of the included oper commands in the default examples of class tag...brain
2008-12-27Spelig eror.brain
2008-12-27We dont need <type:canquiet> now in 1.2, as class tags allow restrictions of ...brain
2008-12-26propset m_operprefixdz
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-23Backport from socket branch: allow read and write events to be triggered on o...w00t
2008-12-22Make error message on finding an un-includable include a bit more helpfulw00t
2008-12-21Allow for kick from a server origin to have a comma seperated list of nicknam...brain
2008-12-21Minor documentation fix, spotted by Johannes13dz
2008-12-20Readd check for +P setting to channels/set-permanent priv, thanks Johannes13 ...w00t
2008-12-18Wakey wakey w00t :pbrain
2008-12-18Fix a windows compile screwup, courtesy of me.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-15Remove numbers from these. They shouldn't be used anyway, enums are designed ...w00t
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-15Oopsaquanight
2008-12-15Make it easier to add commands to the run script without having millions of b...aquanight
2008-12-14Some stuff removed from here that is no longer supportedbrain
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-10Fix typo.peavey
2008-12-09Fix out of date docs, thanks owine.w00t
2008-12-08If we can't find file.conf, search for file.conf.txt when on windows.w00t
2008-12-08Use national charset pointer instead of RFC charset pointer. Should fix hash ...w00t
2008-12-08Fix silly oversight discovered by tra26 (thanks!) where the core tries to han...brain
2008-12-07Disallow any messageflood parameter where x < 2 in +f x:y, prevents moronic b...brain