]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Trap SIGXFSZ
[user/henk/code/inspircd.git] / src / modules /
2009-02-08 w00tFix: always have a colon marking the last FJOIN paramet...
2009-02-08 brainGrr fucking windows grrrr fuckity fuckity
2009-02-08 brainApply patch for bug #704 from Darom, shun:affectopers...
2009-02-08 w00tAdd a snotice when a user tries to use WEBIRC without...
2009-02-04 w00tPrioritize nicklock before nickflood, so nickflood...
2009-02-04 w00tAllow SANICK, SVSNICK, NICKLOCK, etc to override +bN...
2009-02-04 peaveyfix little typo in syntax hint, type => action
2009-02-01 dzDon't prevent a user from seeing themself on NAMES...
2009-01-31 brainWe already have an error for not enough params to the...
2009-01-28 w00tRemove an incorrect comment
2009-01-28 dzNote to self, cast time_t to long int for printf.....
2009-01-28 dzMake xline expiry messages a bit clearer that the xline...
2009-01-25 w00tFix m_nopartmsg using the wrong extban character in...
2009-01-25 brainThis is more accurate
2009-01-25 dzProperly check if the SSL handshake is completed in...
2009-01-25 brainTry this as the ssl crash fix
2009-01-24 psychonFix some spaces as indent and one double space in m_ove...
2009-01-23 brainRemove unneccessary safety loop
2009-01-23 brainAdapt this to syntax guidelines for inspircd, and fix...
2009-01-23 brainTemplateise this
2009-01-23 brainFix m_nationalchars using a copy and paste of my unsafe...
2009-01-22 brainAdd $gecos, $ident, $server, $uuid vars for building...
2009-01-22 w00tUpdate copyright date.
2009-01-22 w00tFix a small warning (char being used as array subscript...
2009-01-22 w00tFixes bug #655: National characters support, patch...
2009-01-22 w00tFix bug #659, #524 and others: Allow operoverride to...
2009-01-22 w00tFix bug #678 reported by Ankit (opertype invex wasn...
2009-01-22 w00tRevert "Check nickname validity on introduction, closes...
2009-01-21 w00tCheck nickname validity on introduction, closes bug...
2009-01-18 brainHmm, why didnt this go through before?
2009-01-18 w00tFix bug #673, reported by Ankit: various cosmetic issue...
2009-01-18 w00tFix bug #680, reported by Namegduf: 1.2 SHUN does not...
2009-01-18 w00tFix a small typo in shun notice, reported by Ankit...
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-10 w00tFix incorrect classname in operinvex (not broken, just...
2009-01-10 dzFix bug #665 reported by Ankit, m_services_account...
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-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 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 w00tModify STARTTLS error message to clarify that it may...
2008-12-27 w00tFix unnecessary use of map, set is better suited.
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-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 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-07 brainDisallow any messageflood parameter where x < 2 in...
2008-12-07 brainMake an error message more verbose to help users
2008-12-07 w00tConvert necessary match calls to use ASCII casemap.
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-01 w00tRemove m_operflood, add privs: users/flood/no-throttle...
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-20 brainFix for potential crash with invalid prefixes (prefixes...
2008-11-16 w00tDon't burst expired X:, should help stop bounce wars..
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 w00tFix incorrect watch usage, patch from dz (thanks).
2008-11-02 w00tFire every debug.
2008-11-01 w00tObsolete m_restrictbanned, add <security:restrictbanned...
2008-11-01 w00tSecond attempt at time() -> SI->Time(), now problems...
2008-11-01 w00tFix opercert to behave correctly, patch from and tested...
2008-11-01 w00tRemove now-unneeded 4in6 hacks [danieldg]
2008-11-01 w00tMerge commit 'ddg/out-12'
2008-11-01 w00tFix bug #630, reported by Jorijn, fix by dz. Bitmask...
2008-11-01 w00tResolve a conflict by changing override to +s +G (godmo...
2008-11-01 w00tFix a result of Tired Coding (tm)
2008-10-31 w00tIt is not my %$"*&%" day. This never happened.
next