summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2009-02-16Allow NS STATUS from unregistered users, thanks DP!rburchell
2009-02-16Move botserv/administration "metacommand" to a priv. What was I smoking when ...rburchell
2009-02-16Wild pointers do not a happy Anope make. Thanks DP :)rburchell
2009-02-16Allow NS REGISTER to unregistered nicks, silly oversight. Thanks DP! :)rburchell
2009-02-16Revert "Patch from DukePyrolator to replace all calls to match_wild() and mat...rburchell
2009-02-16Patch from DukePyrolator to replace all calls to match_wild() and match_wild_...cyberbotx
2009-02-15Removed notice_user() and replaced all calls with Used::SendMessage.cyberbotx
2009-02-15Remove User::na, use User::nc everywhere. Will probably break everything, but...rburchell
2009-02-15HelpServ has been destroyed, +1000 points. Also fixed the argument order in t...cyberbotx
2009-02-15Switch to using u->nc, courtesy of Rob, this means admin privs won't mysterio...rburchell
2009-02-15Merge master into svsopers.rburchell
2009-02-15Set required command string for botserv modules.rburchell
2009-02-15Set CFLAG_ALLOW_UNREGISTERED on commands which should be usable for unidentif...rburchell
2009-02-15Add CFLAG_ALLOW_UNREGISTERED, commands without this flag will now not run for...rburchell
2009-02-15First stab at adding User::nc as requested!robbeh
2009-02-15Replaced notice_lang with notice_help in all OnHelp() functions in modules. A...cyberbotx
2009-02-14Audited all remaining os_* modules, excluding os_restart (it causes a SIGTRAP...cyberbotx
2009-02-14Removed os_raw, it was never supported by the Anope team, and now it no longe...cyberbotx
2009-02-14applied patch from Adam to fix some potential screwupspimpmylinux
2009-02-14Audited os_session with help from Adam.cyberbotx
2009-02-14Audited os_global and os_modinfo, thanks to Adam for spotting and fixing these.cyberbotx
2009-02-14Audited os_akill, os_set, os_sgline, os_sqline, os_staff, and os_szline.cyberbotx
2009-02-13Fix bs_set help, thanks to DukePyrolator! :)rburchell
2009-02-13Audit ns_*.rburchell
2009-02-13More fixes to bs_bot from Adam, plus an extra fix within DoAdd not covered in...cyberbotx
2009-02-13Audited os_modload, os_modunload, os_shutdown, os_stats, and os_svsnick.cyberbotx
2009-02-12Fix bs_bot to use the correct parameters, patch from Adam.cyberbotx
2009-02-12Auditing of remaining cs_ modules.rburchell
2009-02-12Audit cs_kick, cs_list, cs_logout, cs_modes.rburchell
2009-02-11cs_help, cs_identify, cs_info, cs_invite audited.rburchell
2009-02-11Audit cs_forbid, cs_getkey, cs_getpass.rburchell
2009-02-11Audit cs_ban, cs_clear, cs_drop.rburchell
2009-02-11Audit cs_access and cs_akick.rburchell
2009-02-11Finish audit of BotServ commands.rburchell
2009-02-11Make max params work correctly, and fix bs_act to request params correctly. A...rburchell
2009-02-11Fix naming discrepancy meaning some commands were not issuing syntax errors.rburchell
2009-02-11Fix *_help, so they work and, uh, don't crash.rburchell
2009-02-11NS HELP requires 0 params minimum.rburchell
2009-02-11Fix NS REGISTER not being registered as a command handler properly.rburchell
2009-02-11Fix crash loading bs_set on 1.9.1.rburchell
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