summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-02-11Fix for bug #1004, based from second half of patch from Adam.rburchell
2009-02-11Partial patch by Adam, commenting fix for #1006 for future reference.rburchell
2009-02-11Fixed compile errors within src/modules/*.cyberbotx
2009-02-10Fixed compile error in ss_main.cyberbotx
2009-02-10Fixed compiler error in os_userlist.cyberbotx
2009-02-10Fixed compile errors in os_szline.cyberbotx
2009-02-10Fixed compile errors in os_svsnick.cyberbotx
2009-02-10Fixed compile errors in os_stats.cyberbotx
2009-02-10Fixed compile errors in os_shutdown and os_sqline.cyberbotx
2009-02-10Fixed compile errors in os_sgline.cyberbotx
2009-02-10Fix compile errors in os_set.cyberbotx
2009-02-10Fixed compile errors in os_session.cyberbotx
2009-02-10Fix mistake noted by CyberBotX.rburchell
2009-02-10Fixes.rburchell
2009-02-10Fix os_news and os_noop.rburchell
2009-02-10Various fixes.rburchell
2009-02-10Few fixes.rburchell
2009-02-10Help() -> OnHelp(), return true.rburchell
2009-02-10Fix ns_set.rburchell
2009-02-10fixed typo in ns_saset.c dealt with constness for change_core_display and add...robbeh
2009-02-10More fixes.rburchell
2009-02-10Various compile fixes.rburchell
2009-02-10Fixes..rburchell
2009-02-10Fix compile errors in hs_* modules, as well as add some const-safeness to Hos...cyberbotx
2009-02-10Fixed compile errors in cs_xop.cyberbotx
2009-02-10Fix a few (easy) compile errors.rburchell
2009-02-10Fix modules to use the right type (CommandReturn, not CommandResult)rburchell
2009-02-10Change cs_set to use new commands API (ugh, this sucked.)rburchell
2009-02-10Move getstring() and getstring2() from macros to functions. This fixes a bunc...rburchell
2009-02-10Clean up a few warnings.rburchell
2009-02-10NS_VERBOTEN -> NS_FORBIDDEN, CS_VERBOTEN -> CS_FORBIDDEN, etc.rburchell
2009-02-10Change ns_set to use subcommand for help display.rburchell
2009-02-10Fix a few quick compile errors.rburchell
2009-02-10Convert cs_modes to new commands API.`rburchell
2009-02-09Changed cs_register to use new command API.cyberbotx
2009-02-09Changed cs_sendpass to use new command API.cyberbotx
2009-02-09Changed cs_status to use new command API.cyberbotx
2009-02-09Changed cs_suspend to use new command API.cyberbotx
2009-02-09Changed cs_topic to use new command API.cyberbotx
2009-02-09Changed cs_xop to use new command API.cyberbotx
2009-02-09Moved myChanHelp so it'll compile ;)robbeh
2009-02-09Moved cs_list.c to use the new command APIrobbeh
2009-02-09Convert cs_logout to new commands API.rburchell
2009-02-09Remove gone do_backtrace() prototype and call from memory.crburchell
2009-02-09Remove some references to the (removed) waiting variable.rburchell
2009-02-09Fix typo.rburchell
2009-02-09Changed os_sgline to use new command API.cyberbotx
2009-02-09Squashed commit: merge next (1.9.1) back to trunk.rburchell
2009-02-08Fix bug #1008 by moving parse_options() back to init_secondary() (reverts r14...cyberbotx
2009-02-08Fixed Autotools to detect *.cpp files in the src/core and src/modules folders.cyberbotx