Age | Commit message (Expand) | Author |
2009-02-11 | Fix *_help, so they work and, uh, don't crash. | rburchell |
2009-02-11 | NS HELP requires 0 params minimum. | rburchell |
2009-02-11 | Fix NS REGISTER not being registered as a command handler properly. | rburchell |
2009-02-11 | Fix example.conf to use os_news instead of os_logonnews, os_randomnews, and o... | cyberbotx |
2009-02-11 | Fix crash loading bs_set on 1.9.1. | rburchell |
2009-02-11 | Fix 1.9.0 -> 1.9.1 incompatibility on a patch. | rburchell |
2009-02-11 | Revert oper protection patch from SciFi, it breaks things. This reverts commi... | rburchell |
2009-02-11 | Fix for bug #1004, based from second half of patch from Adam. | rburchell |
2009-02-11 | Partial patch by Adam, commenting fix for #1006 for future reference. | rburchell |
2009-02-11 | Fixed compile errors within src/modules/*. | cyberbotx |
2009-02-10 | Fixed compile error in ss_main. | cyberbotx |
2009-02-10 | Fixed compiler error in os_userlist. | cyberbotx |
2009-02-10 | Fixed compile errors in os_szline. | cyberbotx |
2009-02-10 | Fixed compile errors in os_svsnick. | cyberbotx |
2009-02-10 | Fixed compile errors in os_stats. | cyberbotx |
2009-02-10 | Fixed compile errors in os_shutdown and os_sqline. | cyberbotx |
2009-02-10 | Fixed compile errors in os_sgline. | cyberbotx |
2009-02-10 | Fix compile errors in os_set. | cyberbotx |
2009-02-10 | Fixed compile errors in os_session. | cyberbotx |
2009-02-10 | Fix mistake noted by CyberBotX. | rburchell |
2009-02-10 | Fixes. | rburchell |
2009-02-10 | Fix os_news and os_noop. | rburchell |
2009-02-10 | Various fixes. | rburchell |
2009-02-10 | Few fixes. | rburchell |
2009-02-10 | Help() -> OnHelp(), return true. | rburchell |
2009-02-10 | Fix ns_set. | rburchell |
2009-02-10 | fixed typo in ns_saset.c dealt with constness for change_core_display and add... | robbeh |
2009-02-10 | More fixes. | rburchell |
2009-02-10 | Various compile fixes. | rburchell |
2009-02-10 | Fixes.. | rburchell |
2009-02-10 | Fix compile errors in hs_* modules, as well as add some const-safeness to Hos... | cyberbotx |
2009-02-10 | Fixed compile errors in cs_xop. | cyberbotx |
2009-02-10 | Fix a few (easy) compile errors. | rburchell |
2009-02-10 | Fix modules to use the right type (CommandReturn, not CommandResult) | rburchell |
2009-02-10 | Change cs_set to use new commands API (ugh, this sucked.) | rburchell |
2009-02-10 | Move getstring() and getstring2() from macros to functions. This fixes a bunc... | rburchell |
2009-02-10 | Clean up a few warnings. | rburchell |
2009-02-10 | NS_VERBOTEN -> NS_FORBIDDEN, CS_VERBOTEN -> CS_FORBIDDEN, etc. | rburchell |
2009-02-10 | Do not pack the build directory into the tarballs from now on, also fix subtl... | cyberbotx |
2009-02-10 | Bump version to 1.9.1-explodes-on-impact. | rburchell |
2009-02-10 | Change ns_set to use subcommand for help display. | rburchell |
2009-02-10 | Use a virtual destructor for Commands as it has virtual functions | robbeh |
2009-02-10 | Fix a few quick compile errors. | rburchell |
2009-02-10 | Convert cs_modes to new commands API.` | rburchell |
2009-02-09 | Changed cs_register to use new command API. | cyberbotx |
2009-02-09 | Changed cs_sendpass to use new command API. | cyberbotx |
2009-02-09 | Changed cs_status to use new command API. | cyberbotx |
2009-02-09 | Changed cs_suspend to use new command API. | cyberbotx |
2009-02-09 | Changed cs_topic to use new command API. | cyberbotx |
2009-02-09 | Changed cs_xop to use new command API. | cyberbotx |