summaryrefslogtreecommitdiff
path: root/src/core/os_news.c
AgeCommit message (Expand)Author
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-04Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ...Adam-
2009-12-31Added in new plaintext databases. Note: This currently has no automatic backu...Adam-
2009-12-14Ripped out old databasesAdam-
2009-11-28Massive move of all of the Config variables out of global scope to the Config...Adam-
2009-11-17Removed some unnecessary casts, used C++-style casts over C-style casts, fixe...cyberbotx
2009-11-12Made Command::Execute's params constAdam-
2009-11-11Made Command::OnSyntaxError accept a subcommand parameter, we now give syntax...Adam-
2009-11-08Made the Module::ServHelp() functions part of the event systemAdam-
2009-11-03Moved some of the news variables out of the news module so other modules etc ...Adam-
2009-10-25Rewrote part of news system and moved it all to os_news.c. Removed src/news.cAdam-
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