summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-28Note to self, cast time_t to long int for printf... thanks Ankit for pointing...dz
2009-01-28Make xline expiry messages a bit clearer that the xline may have expired a wh...dz
2009-01-27Credits updates.w00t
2009-01-27Fix the poll socketengine to actually work.psychon
2009-01-27Check line expiry when touching an xline, to prevent huge buildup of stale li...w00t
2009-01-25Allow +l 0 (for +PlL #newchan).w00t
2009-01-25This can't be case sensitive because it's not consistant, and also would brea...w00t
2009-01-25Format this message a little nicer.w00t
2009-01-25Fix m_nopartmsg using the wrong extban character in 005, noted thanks to Jason.w00t
2009-01-25This is more accuratebrain
2009-01-25Properly check if the SSL handshake is completed in m_ssl_gnutls, fixes the r...dz
2009-01-25clean some trailing space and fix a year on copyrightpeavey
2009-01-25Try this as the ssl crash fixbrain
2009-01-25Make startup script work under use strict (and test git-svn commits)danieldg
2009-01-24Fix some spaces as indent and one double space in m_override so that Ankit is...psychon
2009-01-24fix typopeavey
2009-01-24update copyright yearspeavey
2009-01-23Remove unneccessary safety loopbrain
2009-01-23Adapt this to syntax guidelines for inspircd, and fix a bug where users whos ...brain
2009-01-23Templateise thisbrain
2009-01-23Fix m_nationalchars using a copy and paste of my unsafe copy and paste algori...brain
2009-01-23Remove an unused event.w00t
2009-01-23Fix bug 688, reported by Ankit: extended invexes don't work correctly at all....w00t
2009-01-22Add $gecos, $ident, $server, $uuid vars for building possible auth queries. T...brain
2009-01-22Fix for bug found by danieldg, where remote nicks were truncated to NICKMAX, ...brain
2009-01-22Fix for bug #686, include sysctl.h in a freebsd-specific ifdefbrain
2009-01-22Update copyright date.w00t
2009-01-22Fix a small warning (char being used as array subscript) by just using int in...w00t
2009-01-22Fixes bug #655: National characters support, patch written mostly by Phoenix,...w00t
2009-01-22Fix bug #659, #524 and others: Allow operoverride to set +qa. Based on patch ...w00t
2009-01-22Fix bug #678 reported by Ankit (opertype invex wasn't working, as I failed an...w00t
2009-01-22Tone down some logging to make debugging a tiny bit easier.w00t
2009-01-22Small fix: don't set default modes when joining if usercount == 0, set if it ...w00t
2009-01-22Revert "Check nickname validity on introduction, closes bug #682 reported by ...w00t
2009-01-21Check nickname validity on introduction, closes bug #682 reported by danieldg...w00t
2009-01-18Hmm, why didnt this go through before?brain
2009-01-18Missed one, thx peavey!w00t
2009-01-18Fix what should have been the (real) problems with kqueue, so far so good for...w00t
2009-01-18Revert "Revert some of w00ts kqueue massacre from september, for some reason ...w00t
2009-01-18Fix bug #673, reported by Ankit: various cosmetic issues with filter. Patch f...w00t
2009-01-18Fix bug #680, reported by Namegduf: 1.2 SHUN does not respect the notifyuser ...w00t
2009-01-18Fix a small typo in shun notice, reported by Ankit. Closes bug #666. (!)w00t
2009-01-17Fix for bug #679 reported by Namegduf, based on suggestion for fix by dz, tha...brain
2009-01-15Prevent snotices being sent out for a completely empty modebrain
2009-01-15Bad check on getstatus() found by Ankit, thanks :)brain
2009-01-14This is more accurate. #ifndef __FreeBSD__, #else, #endifbrain
2009-01-14This should work, but not sure on these defines in poll socketenginebrain
2009-01-14Revert some of w00ts kqueue massacre from september, for some reason its not ...brain
2009-01-10Fix incorrect classname in operinvex (not broken, just wrong code)w00t
2009-01-10Fix bug #665 reported by Ankit, m_services_account.so was denying its own mod...dz