]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/mode.cpp
More cleanup
[user/henk/code/inspircd.git] / src / mode.cpp
2006-03-08 brainRemoved has_channel(userrec*,chanrec*), the new preferr...
2006-03-08 brainGot rid of all that ugly char* cast crap (todo: change...
2006-03-08 omMore optimisations, memory saving, use the char* loop...
2006-03-08 omAvoid some ugly casts and save (well..system dependant...
2006-03-08 omSpeed up and deuglify the second part of CompressModes...
2006-03-07 brainFixed timedbans (new mode parser didnt like being passe...
2006-03-07 brainTOPIC optimizations, fixes to mode setting with new...
2006-03-07 brainFixed to work properly with new refactoring
2006-03-07 brainFixed issue with parameterless module modes
2006-03-06 brainselect not case
2006-03-06 brainTidyups
2006-03-06 brainTidying of some vars here and there
2006-03-06 brainSorted out some silly indenting left over from an if...
2006-03-06 brainRemoval of variable that no longer has any use
2006-03-06 brainTidied up give/take methods
2006-03-06 brainIndent tidyup
2006-03-06 brainUnneccessary strcasecmps
2006-03-06 brainComments in the right places
2006-03-06 brainI dont think there are any more non-essential strlcpy...
2006-03-06 brainRemoved another strlcpy -- a lot of copying stuff that...
2006-03-06 brainRemoved redundant strlcpy
2006-03-06 brainRemoved debug
2006-03-06 brainMode-code rewrite. Might act weird, needs proper testin...
2006-03-04 brainFix for bug first noticed by zephyrus where you could...
2006-03-03 brainFix for MODE #chan +o- nick or +o-- nick, etc
2006-03-02 brainTypos
2006-03-02 brainAdded IS_SINGLE, see comment in include/inspircd.h
2006-03-02 brainMade host fields more correct 64 in length with 63...
2006-03-02 brainMade extensive use of charlcat to cut down on strlcat...
2006-02-26 brainValgrind fixes (libstdc++ is broken! :O)
2006-02-26 brainValgrind fixes
2006-02-22 brainOh yae, Oh Yae, back in old days of yore, Ye Brain...
2006-02-21 brainIts true i cant count! :P this one i spotted in testing.
2006-02-21 brainMAXMODES wasn't being enforced
2006-02-07 brainTypo (oops)
2006-02-06 brainAllow remote bans from servers to be represented as...
2006-02-06 brainRemoved some debug notices that were mistakenly in...
2006-02-03 brainThis probably wont compile atm - add support for prefix...
2006-02-01 brainShould always allow remote modechanges (FJOIN not effec...
2006-01-31 brainKey hiding when youre not on the channel
2006-01-27 brainProblems removing +t due to wrong bit-value being used...
2006-01-25 brainChanged +l to drop the mode if the limit is same as...
2006-01-18 brainRemoved all strncpy() calls and replaced with strlcpy()
2006-01-15 brainBug found by PinkFreud - If an oper deopers themselves...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-04 brainNicer mode character loop
2006-01-04 w00tRevise some serious craq++ in AddBan
2005-12-28 brainRemoved useless isnick() checks in Give* and Take*...
2005-12-26 brainFixed support for implementation hooks
2005-12-26 brainAdding hook type checking to event calls to speed them up
2005-12-26 brainAllow halfop to dehalfop themselves`
2005-12-22 brainOptimized out strcpys that copy empty strings (craq++)
2005-12-16 brainSplit all commands into seperate files and redid comman...
2005-12-16 brainSo many inclusion loops it makes your head spin - forwa...
2005-12-16 brainMoved ModeGrok and Parser into InspIRCd class
2005-12-16 brainGROK!
2005-12-16 brainMoved mode stuff into modeparser
2005-12-15 brainFull removal of inspircd_util.h
2005-12-14 brainMoved include stack stuff to be private to ServerConfig
2005-12-14 brainMoving more stuff into class ServerConfig
2005-12-14 brainStarted moving of data into ServerConfig class
2005-12-13 brainMade MAXCHANS growable for opers/ulines (growing of...
2005-12-02 brainAdded ability for ulined servers to set any arbitary...
2005-12-02 brainChanges to allow ulined servers to set any mode
2005-11-29 brainFixed mode stuff
2005-11-29 brainAdded opertype to OnOper and added OnMode function
2005-11-25 brainFixes for removal of serverrec
2005-11-25 brainRemoval of mesh stuff (lots of)
2005-06-01 brainMany linking fixes
2005-05-30 brainStarted on -Wall - safe compile
2005-05-29 brainChanged a strcpy to strlcpy
2005-05-29 brainChanged length of user::modes buffer from 512 to much...
2005-05-28 brainFixed fd_Setsize in cygwin
2005-05-16 brainRemoved __single_client_alloc again because gcc devs...
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainsorted hashcomp etc
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-05-12 brainStructure optimizations, changed a lot of bools into...
2005-05-09 brainFixes to way allocations are handled
2005-05-04 brainFix to a mode parsing bug (eating wrong version of...
2005-05-03 brainFixed empty modes from nickserv
2005-05-02 brainFix to prevent empty umodes
2005-04-30 brainAdded OnAddBan and OnDelBan module api calls, and fixed...
2005-04-30 brainAdded mode 'compression', stops abuse with modes like...
2005-04-27 brainQuote of the day: some strlens are needed.
2005-04-27 brainFixes to all kinds of annoying problems
2005-04-27 brainNo suck nickname?! why didn't anyone see this?!
2005-04-27 brainOptimized modes (removed strlens etc)
2005-04-27 brainFixed empty modes issue that emerged after dodgy code...
2005-04-27 brainAdded explicit oper tracking in a vector of userrec...
2005-04-26 brainMajor code tidyup (-W) - expect a few belches
2005-04-23 brainAdded global oper monitoring through modules and global...
2005-04-18 brainFixed strange join behavior reported by w00t (mirc...
2005-04-16 brainAdded a chanrec to OnRawMode, om pointed out i hadnt...
2005-04-15 brainAdded new API methods:
2005-04-13 brainAdded Module::OnSendList
2005-04-13 brainDouble 367 numeric glitch fixed
2005-04-05 brainMajor optimizations!
2005-04-04 brainAdded new <banlist> tags, allows dynamic banlist sizes...
2005-04-03 brainFixes to crash when setting the key of a channel youre...
next