]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Fix for bug #679 reported by Namegduf, based on suggestion for fix by dz, thanks!
[user/henk/code/inspircd.git] / src /
2009-01-17 brainFix for bug #679 reported by Namegduf, based on suggest...
2009-01-15 brainPrevent snotices being sent out for a completely empty...
2009-01-14 brainThis is more accurate. #ifndef __FreeBSD__, #else,...
2009-01-14 brainThis should work, but not sure on these defines in...
2009-01-14 brainRevert some of w00ts kqueue massacre from september...
2009-01-10 w00tFix incorrect classname in operinvex (not broken, just...
2009-01-10 dzFix bug #665 reported by Ankit, m_services_account...
2009-01-09 peaveyRemove channel::created as its unused and only serves...
2009-01-09 peaveyChange /CHECK <#channel> to correctly report timestamp...
2009-01-09 dzCorrectly match alias formats (was backwards) and avoid...
2009-01-07 brainReadability: pointless construct of a std::string from...
2009-01-07 w00tFix an incorrect check leading to backwards functionali...
2009-01-04 dzFixed behavior of KICK in m_auditorium, fixes bug ...
2009-01-04 brainThis is out of date, useless, and nobody updates it.
2009-01-03 w00tFix for bug #652, reported by Ankit: blank reply from...
2009-01-03 w00tRemove +o from users on deoper, plausible fix for bug...
2009-01-03 w00tRemove extra 'i'.. oopsie :P
2009-01-03 w00tRemove silly comment from r10,000.. mostly just testing...
2009-01-02 brain...and make it not go querying modules that dont implem...
2009-01-02 brainIf a module is loaded after m_spanningtree that it...
2009-01-02 w00tBranch merge
2009-01-02 w00tUpdate copyrights for 2009.
2009-01-02 peaveyFix typo opermoth -> opermotd. Thanks Ankit.
2009-01-02 peaveyMake it optional to show opermotd on /OPER, defaults...
2008-12-31 brainChange numeric 671, starttls failure to 691. 671 confli...
2008-12-28 brainFix bug spotted by KingTarquin, if an empty string...
2008-12-28 w00tModify STARTTLS error message to clarify that it may...
2008-12-27 w00tFix unnecessary use of map, set is better suited.
2008-12-27 w00tFix a comment too.
2008-12-27 w00tUse std::set instead of std::map needlessly.
2008-12-27 w00tMark a member static so it isn't exported needlessly.
2008-12-27 w00tPlace CRT debug defines in win32wrapper.h, so they...
2008-12-27 w00tRemove extra 'i'.. oopsie :P
2008-12-27 w00tRemove silly comment from r10,000.. mostly just testing...
2008-12-27 brainWe dont need <type:canquiet> now in 1.2, as class tags...
2008-12-26 w00tVF_VENDOR, ModDesc
2008-12-24 w00tReturn ERR_NOPRIVILEGES for +P without channels/set...
2008-12-24 w00tFix for bug #646, reported by whotookspaz (+y not being...
2008-12-23 w00tBackport from socket branch: allow read and write event...
2008-12-21 brainAllow for kick from a server origin to have a comma...
2008-12-20 w00tReadd check for +P setting to channels/set-permanent...
2008-12-18 brainWakey wakey w00t :p
2008-12-18 w00tFix a windows compile screwup, courtesy of me.
2008-12-18 brainNew iterative replacement function for m_censor, so...
2008-12-18 dzProperly disconnect clients that send STARTTLS after...
2008-12-16 specialAdded the VF_VENDOR flag to m_servprotect; noticed...
2008-12-15 peaveyHandle file not found, and tidy up the perl.
2008-12-15 w00tStupid linebreak.
2008-12-15 w00tAdd missing copyright header.
2008-12-15 w00tFix naming convention to be consistant. (cmd_ -> Command)
2008-12-15 peaveyAdd support for freetds 0.82 which is being shipped...
2008-12-13 psychonAlso use freenode's 470 numeric in m_banredirect.
2008-12-13 psychonm_ssl_gnutls: Log ssl errors
2008-12-13 w00tUse freenode's 470 numeric for redirection.
2008-12-12 w00tFix problem with autoconnects: don't reset NextConnectT...
2008-12-08 w00tIf we can't find file.conf, search for file.conf.txt...
2008-12-08 w00tUse national charset pointer instead of RFC charset...
2008-12-08 brainFix silly oversight discovered by tra26 (thanks!) where...
2008-12-07 brainDisallow any messageflood parameter where x < 2 in...
2008-12-07 brainPatch to allow bindings to all ips on an ipv4 only...
2008-12-07 brainMake an error message more verbose to help users
2008-12-07 brainFix glitch before release
2008-12-07 brainGyr!
2008-12-07 brainUgly ugly craq in here in the cleanup stuff. Can be...
2008-12-07 w00tnational_case_sensitive_map -> national_case_insensitiv...
2008-12-07 w00tConvert necessary match calls to use ASCII casemap.
2008-12-07 w00tMove stuff to use ASCII map where required.
2008-12-07 w00tnational_case_sensitive_map must be static, thanks...
2008-12-07 w00tAdd InspIRCd::national_case_sensitive_map pointer,...
2008-12-07 w00tSwitch some stuff to use ASCII mapping rather than...
2008-12-07 w00tRename case_sensitive_map to rfc_case_sensitive_map
2008-12-04 braininstall .gdbargs to $(BASE) in make install
2008-12-01 w00tRip flood/threshold out of config classes also.
2008-12-01 w00tRemove lines_in and reset_due flood protection mechanis...
2008-12-01 w00tRemove m_operflood, add privs: users/flood/no-throttle...
2008-12-01 w00tRemove OverPenalty, saves sizeof(bool) per user.
2008-11-30 w00tRemove unused variable (thanks to everyone who noticed it)
2008-11-27 w00tDon't append server name to kill reasons.
2008-11-27 w00tForward-port: Created commit fcadb0b: Change rm to...
2008-11-24 w00tAdd OperPrefixMode::GetPrefixRank(), so +y is ranked...
2008-11-24 w00tOff-by-one without a rehash event, causes cores on...
2008-11-24 w00tAdd m_operprefix, more simplified version of module...
2008-11-24 w00tDon't check permission to +Q for remote users, probably...
2008-11-24 w00tFix crashes in m_joinflood and m_nickflood, found by...
2008-11-23 brainBraunvieh!
2008-11-22 brainThread safety fixes to avoid crashes on rehash, dont...
2008-11-20 brainFix for potential crash with invalid prefixes (prefixes...
2008-11-17 w00tFix recursion in QuitUser
2008-11-16 w00tDon't burst expired X:, should help stop bounce wars..
2008-11-10 w00tAdd Phoenix to regular contributors list
2008-11-08 brainModule class was still called QuitBan, rename to Connec...
2008-11-08 brainFix a log source
2008-11-04 brainFix malformed UID errors so that w00t can troubleshoot! :)
2008-11-02 w00tRemove +s when no snomasks are set.. bug found (indirec...
2008-11-02 w00tThis was never supposed to be invoked on /rehash, only...
2008-11-02 w00tFix incorrect watch usage, patch from dz (thanks).
2008-11-02 w00tForward-port: Fix an uninitialised variable in ConfigRe...
2008-11-02 w00tLeak fix on /rehash
2008-11-02 w00tFire every debug.
2008-11-01 w00tObsolete m_restrictbanned, add <security:restrictbanned...
next