index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
os_news.c
Age
Commit message (
Expand
)
Author
2009-10-06
Destroyed Command::help_param* and rewrote the help part of os_news to be muc...
Adam-
2009-09-20
Removed the file name arg from MODULE_INIT
Adam-
2009-09-15
Removed command position from Module::AddCommand(), it is no longer used beca...
Adam-
2009-08-19
Add a few items to outstanding issues in TODO, clean up a lot of warnings (no...
cyberbotx
2009-07-25
Changed params parameter of Command's Execute() from std::vector<std::string>...
cyberbotx
2009-07-24
Changed subcommand parameter of Command's OnHelp() from std::string to ci::st...
cyberbotx
2009-05-05
Adds check for opertype permissions to mod_run_cmd() in commands.c, and adds ...
cyberbotx
2009-04-16
PERMISSION_DENIED -> ACCESS_DENIED string.
rburchell
2009-04-06
Replace Set*Help() functions with virtual *ServHelp() functions that can be o...
cyberbotx
2009-04-04
Remove various uneeded priv checks.
rburchell
2009-02-17
Hook events correctly in constructor.
rburchell
2009-02-16
Oops.
rburchell
2009-02-16
Move EVENT_RELOAD to OnReload.
rburchell
2009-02-15
Replaced notice_lang with notice_help in all OnHelp() functions in modules. A...
cyberbotx
2009-02-10
Fix os_news and os_noop.
rburchell
2009-02-10
Fix modules to use the right type (CommandReturn, not CommandResult)
rburchell
2009-02-09
Squashed commit: merge next (1.9.1) back to trunk.
rburchell