]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands/cmd_privmsg.cpp
Change the syntax of FOREACH macros to be less dumb.
[user/henk/code/inspircd.git] / src / commands / cmd_privmsg.cpp
2013-08-04 AdamChange the syntax of FOREACH macros to be less dumb.
2013-07-19 attilamolnarReplace hardcoded mode letters, part 2
2013-06-12 attilamolnarCommandParser::LoopCall() changes
2013-06-12 attilamolnarUnite cmd_privmsg and cmd_notice
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-21 AdamMerge pull request #548 from SaberUK/master+variadic...
2013-05-20 attilamolnarRemove OnUserPreNotice and OnUserNotice hooks, add...
2013-04-27 attilamolnarMerge insp20
2013-04-10 attilamolnarReplace IS_AWAY() and IS_OPER() macros with User::IsAwa...
2013-04-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
2013-04-01 attilamolnarMove member variables from User to LocalUser
2012-10-12 attilamolnarFix unregistered users getting global notices, also...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-02 danieldgFix valgrind issues and crashes on exit
2009-10-01 danieldgAdd ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-16 danieldgAttempt to revert r11734
2009-09-16 danieldgMerge commands and modules in source, since they are...
2009-09-14 danieldgFix incorrect min/max parameters on commands
2009-09-13 danieldgClean up Command constructor
2009-09-13 danieldgMembership* changes
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-02-11 w00tFix nick@server.target PRIVMSG and NOTICE, noticed...
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-01 w00tObsolete m_restrictbanned, add <security:restrictbanned...
2008-10-18 w00tMake use of privs for PRIVMSG also.
2008-08-21 w00tmatch() is no longer a function+no header, now a static...
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-19 brainConvert channel::name to std::string, this was a beastie!
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-05 brainCalling wrong loopcall overloaded method, due to hasty...
2008-05-04 brainConversion of command handler params from "const char...
2008-04-04 brainAllow for custom prefixes as status chars in /notice...
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-30 brainAdd support for nick@server requested by many. We are...
2007-10-26 brainAdd new event for this with gauranteed delivery of...
2007-10-22 w00tMove cmd_*.cpp to src/commands/. Not done in the nicest...