]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/cmd_privmsg.cpp
Don't permit non-opers to /NOTICE $* and /PRIVMSG $* :p
[user/henk/code/inspircd.git] / src / cmd_privmsg.cpp
2006-03-19 brainDon't permit non-opers to /NOTICE $* and /PRIVMSG ...
2006-03-12 brainRenamed to chanrec::modes
2006-03-12 brain*NEEDS TESTING* changed binarymodes to use the custom_m...
2006-03-08 brainRemoved has_channel(userrec*,chanrec*), the new preferr...
2006-03-07 brainWhowas refactor - probably wont compile yet
2006-02-05 brainFixes for (unlikely and theoretical) desync in TOPIC
2006-02-04 brainAdded "char status" parameter to OnUserPreNotice and...
2006-02-03 brainFix to event params
2006-02-03 brainThis probably wont compile atm - add support for prefix...
2006-02-03 brainAllow for NOTICE and PRIVMSG from outside chan with...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-11 brainChanged fd_ref_table from 65536 to more correct MAX_DES...
2005-12-26 brainAdding hook type checking to event calls to speed them up
2005-12-18 brainOptimized out a strcmp for away message
2005-12-16 brainFixed LoopCall method calls
2005-12-16 brainSplit all commands into seperate files and redid comman...