summaryrefslogtreecommitdiff
path: root/src/mode.cpp
AgeCommit message (Expand)Author
2006-03-02Made extensive use of charlcat to cut down on strlcat usagebrain
2006-02-26Valgrind fixes (libstdc++ is broken! :O)brain
2006-02-26Valgrind fixesbrain
2006-02-22Oh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer a...brain
2006-02-21Its true i cant count! :P this one i spotted in testing.brain
2006-02-21MAXMODES wasn't being enforcedbrain
2006-02-07Typo (oops)brain
2006-02-06Allow remote bans from servers to be represented as servers in the banlistbrain
2006-02-06Removed some debug notices that were mistakenly in the DEFAULT loglevelbrain
2006-02-03This probably wont compile atm - add support for prefixed messagesbrain
2006-02-01Should always allow remote modechanges (FJOIN not effected as its not sent as...brain
2006-01-31Key hiding when youre not on the channelbrain
2006-01-27Problems removing +t due to wrong bit-value being used in comparisonbrain
2006-01-25Changed +l to drop the mode if the limit is same as current.brain
2006-01-18Removed all strncpy() calls and replaced with strlcpy()brain
2006-01-15Bug found by PinkFreud - If an oper deopers themselves by removing the +o mod...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-04Nicer mode character loopbrain
2006-01-04Revise some serious craq++ in AddBanw00t
2005-12-28Removed useless isnick() checks in Give* and Take*, in the name of tidinessbrain
2005-12-26Fixed support for implementation hooksbrain
2005-12-26Adding hook type checking to event calls to speed them upbrain
2005-12-26Allow halfop to dehalfop themselves`brain
2005-12-22Optimized out strcpys that copy empty strings (craq++)brain
2005-12-16Split all commands into seperate files and redid command system to take class...brain
2005-12-16So many inclusion loops it makes your head spin - forward declaring tons of c...brain
2005-12-16Moved ModeGrok and Parser into InspIRCd classbrain
2005-12-16GROK!brain
2005-12-16Moved mode stuff into modeparserbrain
2005-12-15Full removal of inspircd_util.hbrain
2005-12-14Moved include stack stuff to be private to ServerConfigbrain
2005-12-14Moving more stuff into class ServerConfigbrain
2005-12-14Started moving of data into ServerConfig classbrain
2005-12-13Made MAXCHANS growable for opers/ulines (growing of list not implemented yet)brain
2005-12-02Added ability for ulined servers to set any arbitary channel mode (even from ...brain
2005-12-02Changes to allow ulined servers to set any modebrain
2005-11-29Fixed mode stuffbrain
2005-11-29Added opertype to OnOper and added OnMode functionbrain
2005-11-25Fixes for removal of serverrecbrain
2005-11-25Removal of mesh stuff (lots of)brain
2005-06-01Many linking fixesbrain
2005-05-30Started on -Wall - safe compilebrain
2005-05-29Changed a strcpy to strlcpybrain
2005-05-29Changed length of user::modes buffer from 512 to much more sensible 54brain
2005-05-28Fixed fd_Setsize in cygwinbrain
2005-05-16Removed __single_client_alloc again because gcc devs were smoking crack and r...brain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15sorted hashcomp etcbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-05-12Structure optimizations, changed a lot of bools into binary bitmasksbrain