Age | Commit message (Expand) | Author |
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-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 | 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 | 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 | 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-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 | 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 |
2008-12-15 | Add support for freetds 0.82 which is being shipped now with newer distros, a... | peavey |
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-07 | Disallow any messageflood parameter where x < 2 in +f x:y, prevents moronic b... | brain |
2008-12-07 | Make an error message more verbose to help users | brain |
2008-12-07 | Convert necessary match calls to use ASCII casemap. | w00t |
2008-12-07 | Switch some stuff to use ASCII mapping rather than RFC. | w00t |
2008-12-07 | Rename case_sensitive_map to rfc_case_sensitive_map | w00t |
2008-12-01 | Remove m_operflood, add privs: users/flood/no-throttle & users/flood/increase... | w00t |
2008-11-30 | Remove unused variable (thanks to everyone who noticed it) | w00t |
2008-11-27 | Don't append server name to kill reasons. | w00t |
2008-11-27 | Forward-port: Created commit fcadb0b: Change rm to force removal for configur... | w00t |
2008-11-24 | Add OperPrefixMode::GetPrefixRank(), so +y is ranked above all other prefix m... | w00t |
2008-11-24 | Off-by-one without a rehash event, causes cores on load | w00t |
2008-11-24 | Add m_operprefix, more simplified version of module written by Phoenix (thank... | w00t |
2008-11-24 | Don't check permission to +Q for remote users, probably fixes bug #619 report... | w00t |
2008-11-24 | Fix crashes in m_joinflood and m_nickflood, found by Schitz0, introduced by c... | w00t |
2008-11-20 | Fix for potential crash with invalid prefixes (prefixes which are neither val... | brain |
2008-11-16 | Don't burst expired X:, should help stop bounce wars.. | w00t |
2008-11-08 | Module class was still called QuitBan, rename to ConnectBan for sanity | brain |
2008-11-08 | Fix a log source | brain |
2008-11-04 | Fix malformed UID errors so that w00t can troubleshoot! :) | brain |
2008-11-02 | Fix incorrect watch usage, patch from dz (thanks). | w00t |