summaryrefslogtreecommitdiff
path: root/src/commands/cmd_privmsg.cpp
AgeCommit message (Expand)Author
2009-09-16Attempt to revert r11734danieldg
2009-09-16Merge commands and modules in source, since they are already merged in installdanieldg
2009-09-14Fix incorrect min/max parameters on commandsdanieldg
2009-09-13Clean up Command constructordanieldg
2009-09-13Membership* changesdanieldg
2009-09-03Change cmd_*.so to use the Module object APIdanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-14Nuke trailing spacespeavey
2009-02-11Fix nick@server.target PRIVMSG and NOTICE, noticed by GeniusDex.w00t
2009-01-02Update copyrights for 2009.w00t
2008-11-01Obsolete m_restrictbanned, add <security:restrictbannedusers>, default on.. t...w00t
2008-10-18Make use of privs for PRIVMSG also.w00t
2008-08-21match() is no longer a function+no header, now a static method of InspIRCd cl...w00t
2008-05-25First phase of conversion to dynamic limits on all the lengths, configured vi...brain
2008-05-19Convert channel::name to std::string, this was a beastie!brain
2008-05-18Make User:: nick/ident/dhost/fullname and some other things std::string inste...aquanight
2008-05-05Calling wrong loopcall overloaded method, due to hasty search and replace ear...brain
2008-05-04Conversion of command handler params from "const char* const* parameters, int...brain
2008-04-04Allow for custom prefixes as status chars in /notice @#chan etc. Up until now...brain
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-01-10Header update: 2007 -> 2008w00t
2007-10-30Add support for nick@server requested by many. We are not likely to backport ...brain
2007-10-26Add new event for this with gauranteed delivery of message BEFORE the text is...brain
2007-10-22Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w...w00t