summaryrefslogtreecommitdiff
path: root/src/core/os_news.c
AgeCommit message (Expand)Author
2009-10-06Destroyed Command::help_param* and rewrote the help part of os_news to be muc...Adam-
2009-09-20Removed the file name arg from MODULE_INITAdam-
2009-09-15Removed command position from Module::AddCommand(), it is no longer used beca...Adam-
2009-08-19Add a few items to outstanding issues in TODO, clean up a lot of warnings (no...cyberbotx
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-05-05Adds check for opertype permissions to mod_run_cmd() in commands.c, and adds ...cyberbotx
2009-04-16PERMISSION_DENIED -> ACCESS_DENIED string.rburchell
2009-04-06Replace Set*Help() functions with virtual *ServHelp() functions that can be o...cyberbotx
2009-04-04Remove various uneeded priv checks.rburchell
2009-02-17Hook events correctly in constructor.rburchell
2009-02-16Oops.rburchell
2009-02-16Move EVENT_RELOAD to OnReload.rburchell
2009-02-15Replaced notice_lang with notice_help in all OnHelp() functions in modules. A...cyberbotx
2009-02-10Fix os_news and os_noop.rburchell
2009-02-10Fix modules to use the right type (CommandReturn, not CommandResult)rburchell
2009-02-09Squashed commit: merge next (1.9.1) back to trunk.rburchell