]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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-03 peaveyFix a few typos spotted by dav7, thanks.
2009-02-01 dzDon't prevent a user from seeing themself on NAMES...
2009-02-01 peaveyUpdate headers for 2009
2009-02-01 dzMissing colon in the example conf, spotted by Casey.
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 peaveyclean some trailing space and fix a year on copyright
2009-01-25 brainTry this as the ssl crash fix
2009-01-25 danieldgMake startup script work under use strict (and test...
2009-01-24 psychonFix some spaces as indent and one double space in m_ove...
2009-01-24 peaveyfix typo
2009-01-24 peaveyupdate copyright years
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-23 w00tFix bug 688, reported by Ankit: extended invexes don...
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-15 brainBad check on getstatus() found by Ankit, thanks :)
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 brainFriendlify error message here too
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-03 peaveyFix old typo.
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 w00tChange a few bits to use std::list instead of std:...
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 brainCover most of the included oper commands in the default...
2008-12-27 brainSpelig eror.
2008-12-27 brainWe dont need <type:canquiet> now in 1.2, as class tags...
2008-12-26 dzpropset m_operprefix
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-22 w00tMake error message on finding an un-includable include...
2008-12-21 brainAllow for kick from a server origin to have a comma...
next