summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2009-02-12Make notice slightly more pretty, suggestion from KingTarquin.w00t
2009-02-11I really dont get the oddball count()? rewrite itbrain
2009-02-11Merge in initial numbered parameters patch from Phoenix, thanks :)brain
2009-02-11Add a missing colon. Due to PUSH, it requires two here. Reported by Jobe, tha...w00t
2009-02-11Patch by Phoenixpeavey
2009-02-10Prevent fantasy aliases from blocking user commands (eg. !topic would prevent...dz
2009-02-09Remove space before first user in FJOIN; also call c->ChanModes less for larg...danieldg
2009-02-09Fix merge FJOIN debug messagedanieldg
2009-02-09Merge fantasy:allowbots patch from Taros, closing off bug #709, thanks!brain
2009-02-08Fix: always have a colon marking the last FJOIN parameter, otherwise servers ...w00t
2009-02-08Grr fucking windows grrrr fuckity fuckitybrain
2009-02-08Apply patch for bug #704 from Darom, shun:affectopers option -- Thanks!brain
2009-02-08Add a snotice when a user tries to use WEBIRC without matching any configured...w00t
2009-02-04Prioritize nicklock before nickflood, so nickflood does not erroneously count...w00t
2009-02-04Allow SANICK, SVSNICK, NICKLOCK, etc to override +bN N:. Fixes bug #607 and #...w00t
2009-02-04fix little typo in syntax hint, type => actionpeavey
2009-02-01Don't prevent a user from seeing themself on NAMES if +D is set, fixes part o...dz
2009-01-31We already have an error for not enough params to the SERVER command, but the...brain
2009-01-28Remove an incorrect commentw00t
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-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-25Try this as the ssl crash fixbrain
2009-01-24Fix some spaces as indent and one double space in m_override so that Ankit is...psychon
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-22Add $gecos, $ident, $server, $uuid vars for building possible auth queries. T...brain
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-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-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-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
2009-01-09Change /CHECK <#channel> to correctly report timestamp since it might have be...peavey
2009-01-09Correctly match alias formats (was backwards) and avoid going on to other ali...dz
2009-01-07Readability: pointless construct of a std::string from another std::string fo...brain
2009-01-07Fix an incorrect check leading to backwards functionality, closes bug #663 (...w00t