]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Add a snotice when a user tries to use WEBIRC without matching any configured blocks.
[user/henk/code/inspircd.git] / src /
2009-02-08 w00tAdd a snotice when a user tries to use WEBIRC without...
2009-02-07 w00tRemove duplicate MacGyver.
2009-02-06 psychonSome fixes to the kqueue socket engine
2009-02-04 w00tAdd Ankit to regular contributors list
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-03 w00tFix minor memory leak, patch by Darom. Closes bug ...
2009-02-01 dzDon't prevent a user from seeing themself on NAMES...
2009-01-31 danieldgFix compile error
2009-01-31 brainFix for bug #695. For now, we cant be sure what parts...
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-27 w00tCredits updates.
2009-01-27 psychonFix the poll socketengine to actually work.
2009-01-27 w00tCheck line expiry when touching an xline, to prevent...
2009-01-25 w00tAllow +l 0 (for +PlL #newchan).
2009-01-25 w00tThis can't be case sensitive because it's not consistan...
2009-01-25 w00tFormat this message a little nicer.
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-23 w00tRemove an unused event.
2009-01-22 brainAdd $gecos, $ident, $server, $uuid vars for building...
2009-01-22 brainFix for bug found by danieldg, where remote nicks were...
2009-01-22 brainFix for bug #686, include sysctl.h in a freebsd-specifi...
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 w00tTone down some logging to make debugging a tiny bit...
2009-01-22 w00tSmall fix: don't set default modes when joining if...
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 w00tMissed one, thx peavey!
2009-01-18 w00tFix what should have been the (real) problems with...
2009-01-18 w00tRevert "Revert some of w00ts kqueue massacre from septe...
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-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)
next