summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2009-03-09Fix /cs set mlock to not use strtok, which wasn't working due to the change i...cyberbotx
2009-03-09Fix bug #1025, the message for "no such entry" should show whatever was numbe...cyberbotx
2009-03-09Fix bug #1028, the *_getpass and *_sendpass modules will now refuse to load i...cyberbotx
2009-03-08Fix bug #1027, properly send a Globop on CS DROP, patch provided by Adam.cyberbotx
2009-03-06Fix bug #1026, Anope shouldn't crash on /ns set greet now, was just a small b...cyberbotx
2009-03-02Added a strip_string function to Anope.cmake, cleaned up other parts of Anope...cyberbotx
2009-02-28Oper restrictions on memoserv commands.rburchell
2009-02-28Missed converting this to opertypes.rburchell
2009-02-28Remove CSRestrictGetPass, it is unneeded with the introduction of opertypes. ...rburchell
2009-02-28Patch from Adam, reducing duplication in cs_modes. Untested.rburchell
2009-02-28Add access checking to cs_* modules. Also change number of arguments for cs_m...rburchell
2009-02-21Also allow RECOVER/RELEASE, reported by Adam and Raff7.rburchell
2009-02-21Allow NS GHOST from an unregistered sender, reported by Raff7.rburchell
2009-02-21Fix cs_access not displaying syntax errors and having a signed vs unsigned bu...cyberbotx
2009-02-19Fix a few warnings. Also move split_usermask into cs_akick, as this is the on...rburchell
2009-02-19Fix ns_update, thanks DP. Fix two compile errors.rburchell
2009-02-18Patch from DP, converting all match calls and removing old match method.rburchell
2009-02-17Fix numerous errors in Win32 building under Visual Studio due to the many cha...cyberbotx
2009-02-17Hook events correctly in constructor.rburchell
2009-02-16Oops.rburchell
2009-02-16Move EVENT_RELOAD to OnReload.rburchell
2009-02-16Fix output of reason in os_chankill when AddAkiller is used, spotted by DukeP...cyberbotx
2009-02-16Prevent potential overflows of time values.rburchell
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