]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/mode.cpp
Change includes, use --libs_r rather than mysql_config --libs, we want re-enterant...
[user/henk/code/inspircd.git] / src / mode.cpp
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-10 w00t- Add notice masks display to MODE nick, using a modifi...
2006-07-10 w00t- Add usermode +n for notice masks - our implementation...
2006-07-10 brainAdded ModeParser::AddModeWatcher() and ModeParser:...
2006-07-09 brainsend_mode event for spanningtree (this will be backport...
2006-07-09 brainTweak mode parser so that oper-only modes are only...
2006-07-08 brainFixed pointless dereference spotted by Foamy
2006-07-08 brainImplement DisplayList virtual method calls, and impleme...
2006-07-08 brainAdd usermode +o, with special checking so that an oper...
2006-07-08 brainForgot return;s
2006-07-08 brainAdded DisplayCurrentModes which will display the modes...
2006-07-08 brainFix typos
2006-07-08 brainAdd code to display umode changes when they occur
2006-07-08 brainAdded usermodes +swi.
2006-07-08 brainRemove comemnted-out GiveVoice and TakeVoice
2006-07-08 brainAdd cmode +v - that's all the RFC channel modes done now
2006-07-08 brainRemove the TakeHops and GiveHops from comments
2006-07-08 brainAdd support for cmode +h
2006-07-08 brainTidyup, and add numeric 472 "unknown mode char"
2006-07-08 brainFix for permissions :p
2006-07-08 brainPut back security checks so non-ops cant set modes...
2006-07-08 brainIntegrate +o into handlers
2006-07-08 brainAdd cmode +o (op/deop) and in the process change a...
2006-07-08 brainAdd channelmode +l
2006-07-08 brainAdd chmode +k, cut down includes in use in mode.cpp
2006-07-08 brainComments
2006-07-07 brainAdd support for channelmode +i
2006-07-07 brainAdd cmode_n and cmode_t
2006-07-07 brainSave ourselves 3 dereferences
2006-07-07 brainRemove the transposition of @ and ! stuff, doesnt work...
2006-07-07 brainAvoid throwing a std::out_of_range exception when given...
2006-07-07 brainFix to check for colon (accidentally typed pos_of_dot)
2006-07-07 brainMask cleaning.
2006-07-07 brainStarted work on ModeParser::CleanMask()
2006-07-07 brainA bit more debugging
2006-07-07 brain'Activate' +m by putting it in the constructor
2006-07-07 brainGCC defines and <hash_map> -> "hash_map.h"
2006-07-07 brainFix listmodes and modes with params
2006-07-07 brainAdd mode +b to active list
2006-07-07 brainfix channel mode +b
2006-07-07 brainMode +b stuff, probably wont work yet
2006-07-07 brainTidied up checking in ModeParser::AddMode() and added...
2006-07-07 brainInitialize mode handlers and watchers to 0 in the const...
2006-07-07 brainAaaand, correct all the obligitary typos
2006-07-07 brainAdded hashing stuff to hold both user and channel modes...
2006-07-07 brainMode parser WORKS! (for simple non-parameterized channe...
2006-07-07 brainDummy framework to insert the class for channelmode +s
2006-07-07 brainHeader for cmode_s.cpp
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-10 brainTypedef an ugly iterator, dont send mode string if...
2006-04-10 brainTypo fixes, move some stuff about
2006-04-10 brainINSERT foot INTO mouth WHERE user='Brain'
2006-04-10 brainI hate HATE HATE templates.
2006-04-10 brainistringstream not ostringstream
2006-04-10 brainExtra allowance for modes which have different number...
2006-04-10 brainStart of new mode parser
2006-04-09 brainOm's way is better and lets watchers change mode parame...
2006-04-09 brainStart of mode parser refactoring
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-04-02 omUndo me screwing stuff up
2006-04-02 omAdd amd64/linux to list of OS'es tested, but mainly...
2006-03-12 brainRenamed to chanrec::modes
2006-03-12 brain*NEEDS TESTING* changed binarymodes to use the custom_m...
2006-03-10 brainSet bitfields on servermode
2006-03-09 omMostly formatting cleanup, rename a 'Ptr' to a more...
2006-03-09 brainUM_WALLOPS had value 3 which was a combination of UM_SE...
2006-03-09 brainModes the wrong way around
2006-03-09 brainAdded userrec::modebits - fast way of checking if user...
2006-03-09 brainGrant and revoke now use iterators
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)
next