Age | Commit message (Expand) | Author |
2008-12-27 | Mark a member static so it isn't exported needlessly. | w00t |
2008-12-27 | Place CRT debug defines in win32wrapper.h, so they are defined everywhere. Th... | w00t |
2008-12-27 | Remove extra 'i'.. oopsie :P | w00t |
2008-12-27 | Remove silly comment from r10,000.. mostly just testing vim.. | w00t |
2008-12-27 | Cover most of the included oper commands in the default examples of class tag... | brain |
2008-12-27 | Spelig eror. | brain |
2008-12-27 | We dont need <type:canquiet> now in 1.2, as class tags allow restrictions of ... | brain |
2008-12-26 | propset m_operprefix | dz |
2008-12-26 | VF_VENDOR, ModDesc | w00t |
2008-12-24 | Return ERR_NOPRIVILEGES for +P without channels/set-permanent priv. | w00t |
2008-12-24 | Fix for bug #646, reported by whotookspaz (+y not being applied to existing c... | w00t |
2008-12-23 | Backport from socket branch: allow read and write events to be triggered on o... | w00t |
2008-12-22 | Make error message on finding an un-includable include a bit more helpful | w00t |
2008-12-21 | Allow for kick from a server origin to have a comma seperated list of nicknam... | brain |
2008-12-21 | Minor documentation fix, spotted by Johannes13 | dz |
2008-12-20 | Readd check for +P setting to channels/set-permanent priv, thanks Johannes13 ... | w00t |
2008-12-18 | Wakey wakey w00t :p | brain |
2008-12-18 | Fix a windows compile screwup, courtesy of me. | w00t |
2008-12-18 | New iterative replacement function for m_censor, so that if some silly admin ... | brain |
2008-12-18 | Properly disconnect clients that send STARTTLS after registering; noticed by ... | dz |
2008-12-16 | Added the VF_VENDOR flag to m_servprotect; noticed by Johannes13 | special |
2008-12-15 | Remove numbers from these. They shouldn't be used anyway, enums are designed ... | w00t |
2008-12-15 | Handle file not found, and tidy up the perl. | peavey |
2008-12-15 | Stupid linebreak. | w00t |
2008-12-15 | Add missing copyright header. | w00t |
2008-12-15 | Fix naming convention to be consistant. (cmd_ -> Command) | w00t |
2008-12-15 | Add support for freetds 0.82 which is being shipped now with newer distros, a... | peavey |
2008-12-15 | Oops | aquanight |
2008-12-15 | Make it easier to add commands to the run script without having millions of b... | aquanight |
2008-12-14 | Some stuff removed from here that is no longer supported | brain |
2008-12-13 | Also use freenode's 470 numeric in m_banredirect. | psychon |
2008-12-13 | m_ssl_gnutls: Log ssl errors | psychon |
2008-12-13 | Use freenode's 470 numeric for redirection. | w00t |
2008-12-12 | Fix problem with autoconnects: don't reset NextConnectTime to a higher value ... | w00t |
2008-12-10 | Fix typo. | peavey |
2008-12-09 | Fix out of date docs, thanks owine. | w00t |
2008-12-08 | If we can't find file.conf, search for file.conf.txt when on windows. | w00t |
2008-12-08 | Use national charset pointer instead of RFC charset pointer. Should fix hash ... | w00t |
2008-12-08 | Fix silly oversight discovered by tra26 (thanks!) where the core tries to han... | brain |
2008-12-07 | Disallow any messageflood parameter where x < 2 in +f x:y, prevents moronic b... | brain |
2008-12-07 | Patch to allow bindings to all ips on an ipv4 only system where the build is ... | brain |
2008-12-07 | Make an error message more verbose to help users | brain |
2008-12-07 | Fix glitch before release | brain |
2008-12-07 | Gyr! | brain |
2008-12-07 | Ugly ugly craq in here in the cleanup stuff. Can be done nicer with a templat... | brain |
2008-12-07 | national_case_sensitive_map -> national_case_insensitive_map. | w00t |
2008-12-07 | Thanks to Phoenix and MacGyver for their help on this. | w00t |
2008-12-07 | Convert necessary match calls to use ASCII casemap. | w00t |
2008-12-07 | Move stuff to use ASCII map where required. | w00t |
2008-12-07 | national_case_sensitive_map must be static, thanks to the match stuff being s... | w00t |