Age | Commit message (Expand) | Author |
2008-12-07 | Add InspIRCd::national_case_sensitive_map pointer, defaults to rfc_case_insen... | w00t |
2008-12-07 | Switch some stuff to use ASCII mapping rather than RFC. | w00t |
2008-12-07 | Add ascii_case_insensitive_map, thanks MacGyver. | w00t |
2008-12-07 | Rename case_sensitive_map to rfc_case_sensitive_map | w00t |
2008-12-07 | This should help on osx. No gaurantees, as i dont have that OS. | brain |
2008-12-05 | Make valdebug-unattended create the logging directory if necessary, and use s... | aquanight |
2008-12-05 | Minor style cleanup to inspircd: Remove trailing spaces and use tabs for indent | psychon |
2008-12-04 | install .gdbargs to $(BASE) in make install | brain |
2008-12-01 | Remove flood/threshold from example config. | w00t |
2008-12-01 | Rip flood/threshold out of config classes also. | w00t |
2008-12-01 | Remove lines_in and reset_due flood protection mechanism, recvq/sendq on thei... | w00t |
2008-12-01 | Remove m_operflood, add privs: users/flood/no-throttle & users/flood/increase... | w00t |
2008-12-01 | Remove OverPenalty, saves sizeof(bool) per user. | 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 | Add missing docs, thanks KT. | 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-23 | Braunvieh! | brain |
2008-11-23 | Update solutions | brain |
2008-11-23 | Fix installer to work with the new name for the test confs | brain |
2008-11-22 | start upload in a seperate dos window | brain |
2008-11-22 | I have managed to do this without giving away any hostnames or usernames, so ... | brain |
2008-11-22 | Add auto build step for site release. The actual batch file that does this wo... | brain |
2008-11-22 | Thread safety fixes to avoid crashes on rehash, dont reopen logs within the r... | brain |
2008-11-20 | Fix for potential crash with invalid prefixes (prefixes which are neither val... | brain |
2008-11-17 | Fix recursion in QuitUser | w00t |
2008-11-16 | Don't burst expired X:, should help stop bounce wars.. | w00t |
2008-11-10 | Add alias for ALIS, closes bug #632. | w00t |
2008-11-10 | Add Phoenix to regular contributors list | w00t |
2008-11-10 | Some doc updates. | w00t |
2008-11-09 | Add a few modules to the example conf that were missing. | dz |
2008-11-08 | Tweak the example conf a bit | dz |
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-04 | Fix typo. Thanks Sm0ke0ut. | peavey |
2008-11-02 | Remove +s when no snomasks are set.. bug found (indirectly) by jackmcbarn. | w00t |
2008-11-02 | This was never supposed to be invoked on /rehash, only startup.. so move it t... | w00t |
2008-11-02 | Fix incorrect watch usage, patch from dz (thanks). | w00t |
2008-11-02 | Forward-port: Fix an uninitialised variable in ConfigReader::GetError() | w00t |
2008-11-02 | Leak fix on /rehash | w00t |
2008-11-02 | Fire every debug. | w00t |
2008-11-01 | Obsolete m_restrictbanned, add <security:restrictbannedusers>, default on.. t... | w00t |
2008-11-01 | Correct this error message to confuse people less. | w00t |
2008-11-01 | Second attempt at time() -> SI->Time(), now problems with the original were f... | w00t |