summaryrefslogtreecommitdiff
path: root/src/commands.c
AgeCommit message (Expand)Author
2010-06-18Removed all references to $, git has no svn keywordsAdam
2010-02-04We now store a list of users using a NickCore in the NickCore, this prevents ...Adam-
2010-01-31replaced the alog() command with a new type-safe and stream-based Alog()DukePyrolator
2010-01-11updated copyright info for 2010pimpmylinux
2010-01-04Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, cha...cyberbotx
2010-01-04Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ...Adam-
2009-12-13Moved hostserv/set priv to commands, only check for HasCommand() when trying ...Adam-
2009-11-28Massive move of all of the Config variables out of global scope to the Config...Adam-
2009-11-18Remove some CoreExports and add them in other places, fixed a few minor warni...cyberbotx
2009-11-12Fix default OnSyntaxError subcommand to be the last param if its size is less...Adam-
2009-11-11Made Command::OnSyntaxError accept a subcommand parameter, we now give syntax...Adam-
2009-11-08Rewrote all of the old C style flag systems into a new Flag class which every...Adam-
2009-10-30Rewrote all of the defcon code, and moved most of it to os_defcon. This fixes...Adam-
2009-10-17Made MOD_STOP returned from commands really halt processing (stops OnPostComm...Adam-
2009-08-30Add messages at the bottom of HELP telling you if you can/cant use the comman...Adam-
2009-07-25Changed params parameter of Command's Execute() from std::vector<std::string>...cyberbotx
2009-07-24Changed subcommand parameter of Command's OnHelp() from std::string to ci::st...cyberbotx
2009-07-06Made pre-command channel sanity checks only apply to ChanServ and BotServ. It...adam-
2009-07-02Really fix bug #1088adam-
2009-06-23Adds check for using commands on non-registered channels before the adam-
2009-05-07Move where command permission checking is done, patch by Adam.cyberbotx
2009-05-05Adds check for opertype permissions to mod_run_cmd() in commands.c, and adds ...cyberbotx
2009-04-16Check Command::permission in command handler.rburchell
2009-04-10Fix crash in mod_help_cmd when a non-existing command is looked up, spotted b...cyberbotx
2009-04-03Fix bug #1045, patch from Adam, suspended channels can no longer be administe...cyberbotx
2009-04-03Added service argument to OnPreCommand, added OnPostCommand event, changed th...cyberbotx
2009-04-02Remove capability for commands to hook existing commands, add an OnPreCommand...rburchell
2009-04-01Change some stuff to use NC::IsServicesOper instead of is_services_*.rburchell
2009-03-23Fix part #2 of bug #1010, patched partially by Adam and cleaned up / finished...cyberbotx
2009-02-16Fix wrong service listed in "to identify"rburchell
2009-02-15Remove User::na, use User::nc everywhere. Will probably break everything, but...rburchell
2009-02-15Check nick_identified() instead of u->na, as this may incorrectly treat peopl...rburchell
2009-02-15Set CFLAG_ALLOW_UNREGISTERED on commands which should be usable for unidentif...rburchell
2009-02-15Add CFLAG_ALLOW_UNREGISTERED, commands without this flag will now not run for...rburchell
2009-02-11Make max params work correctly, and fix bs_act to request params correctly. A...rburchell
2009-02-11Fix naming discrepancy meaning some commands were not issuing syntax errors.rburchell
2009-02-09Squashed commit: merge next (1.9.1) back to trunk.rburchell
2009-01-03Housekeeping contact address updates.sjaz
2009-01-02Update copyrights for 2009.rburchell
2008-11-28Removed mod_current_module, again, so far, no ill-effects...cyberbotx
2008-11-28Removed mod_current_module_name, so far no ill-effects...cyberbotx
2008-11-14Insane commit of doom: s/ \t/grburchell
2008-11-08Same cleanups for help_cmd, mod_help_cmd, etc insanity.Robin Burchell w00t@inspircd.org
2008-11-08Compress do_run_cmd() into mod_run_cmd().Robin Burchell w00t@inspircd.org
2008-11-08Remove completely unused and quite duplicated run_cmd() vs mod_run_cmd().Robin Burchell w00t@inspircd.org
2008-11-07Remove createModule stuff.. instead, pass string to loadModule. This still is...Robin Burchell w00t@inspircd.org
2008-01-13BUILD : 1.7.21 (1345) BUGS : NOTES : Updated copyright information geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-08-28BUILD : 1.7.19 (1282) BUGS : 729 NOTES : Changed the "Limited to ..." lines i...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-08-26BUILD : 1.7.19 (1265) BUGS : NOTES : Updated copyright information geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-08-27BUILD : 1.7.15 (1143) BUGS : 593 NOTES : Fixed mod_current_module not always ...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b