Age | Commit message (Expand) | Author |
2009-01-17 | Fix for bug #679 reported by Namegduf, based on suggestion for fix by dz, tha... | brain |
2009-01-15 | Prevent snotices being sent out for a completely empty mode | brain |
2009-01-14 | This is more accurate. #ifndef __FreeBSD__, #else, #endif | brain |
2009-01-14 | This should work, but not sure on these defines in poll socketengine | brain |
2009-01-14 | Revert some of w00ts kqueue massacre from september, for some reason its not ... | brain |
2009-01-10 | Fix incorrect classname in operinvex (not broken, just wrong code) | w00t |
2009-01-10 | Fix bug #665 reported by Ankit, m_services_account.so was denying its own mod... | dz |
2009-01-09 | Remove channel::created as its unused and only serves to confuse (see last co... | peavey |
2009-01-09 | Change /CHECK <#channel> to correctly report timestamp since it might have be... | peavey |
2009-01-09 | Correctly match alias formats (was backwards) and avoid going on to other ali... | dz |
2009-01-07 | Readability: pointless construct of a std::string from another std::string fo... | brain |
2009-01-07 | Fix an incorrect check leading to backwards functionality, closes bug #663 (... | w00t |
2009-01-04 | Fixed behavior of KICK in m_auditorium, fixes bug #649 reported by Schiz0. | dz |
2009-01-04 | This is out of date, useless, and nobody updates it. | brain |
2009-01-03 | Fix for bug #652, reported by Ankit: blank reply from /userip with no target ... | w00t |
2009-01-03 | Remove +o from users on deoper, plausible fix for bug #653 reported by Ankit.... | w00t |
2009-01-03 | Remove extra 'i'.. oopsie :P | w00t |
2009-01-03 | Remove silly comment from r10,000.. mostly just testing vim.. | w00t |
2009-01-02 | ...and make it not go querying modules that dont implement the right interfac... | brain |
2009-01-02 | If a module is loaded after m_spanningtree that it needs, then it will now re... | brain |
2009-01-02 | Branch merge | w00t |
2009-01-02 | Update copyrights for 2009. | w00t |
2009-01-02 | Fix typo opermoth -> opermotd. Thanks Ankit. | peavey |
2009-01-02 | Make it optional to show opermotd on /OPER, defaults to showing the motd if n... | peavey |
2008-12-31 | Change numeric 671, starttls failure to 691. 671 conflicts with unreal's ssl ... | brain |
2008-12-28 | Fix bug spotted by KingTarquin, if an empty string is given to /stats with "S... | brain |
2008-12-28 | Modify STARTTLS error message to clarify that it may not be sent after regist... | w00t |
2008-12-27 | Fix unnecessary use of map, set is better suited. | w00t |
2008-12-27 | Fix a comment too. | w00t |
2008-12-27 | Use std::set instead of std::map needlessly. | w00t |
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 | We dont need <type:canquiet> now in 1.2, as class tags allow restrictions of ... | brain |
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-21 | Allow for kick from a server origin to have a comma seperated list of nicknam... | brain |
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 | 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 |