summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2009-03-23Patch from DukePyrolator, allow unregistered users to use NS GROUP.cyberbotx
2009-03-23Patch from DukePyrolator, only show the message about using NS INFO ALL if th...cyberbotx
2009-03-23Fix bug #1044, CS SET MLOCK no longer requires a parameter, and leaving out t...cyberbotx
2009-03-23Fix part #2 of bug #1010, patched partially by Adam and cleaned up / finished...cyberbotx
2009-03-23Fix bug #1065, patch from DukePyrolator, force a user off a nick when it is s...cyberbotx
2009-03-23Add opertype access checks to OS QUIT, OS RESTART, and OS SHUTDOWN, patch fro...cyberbotx
2009-03-23Fix bug #1064, patch from DukePyrolator, fixes NS RECOVER so it doesn't displ...cyberbotx
2009-03-23Really fix bug #1062, patch from Adam, BS ACT and BS SAY should no longer sen...cyberbotx
2009-03-23Fix bug #1062, patch from Adam, BS ASSIGN should no longer show revealing err...cyberbotx
2009-03-23Replace manual array for ChannelInfo's access list to use an std::vector inst...cyberbotx
2009-03-20Fix bug #1030 for 1.9.x, patch by Adam, plus cosmetic tweaks, deleting from t...cyberbotx
2009-03-20Fix bug #1043, patch from Adam, CS LIST will no longer show suspended channel...cyberbotx
2009-03-20Show access denied if you do not have access to CS SUSPEND, patch from Adam.cyberbotx
2009-03-17Fix bug #1041, patch by Adam (with coding style tweaks by me), CS LOGOUT shou...cyberbotx
2009-03-17Fix bug #1040, patch from Adam, CS INVITE not displays messages for successfu...cyberbotx
2009-03-16Remove variable shadowing in os_oline, patch from Phenoix.cyberbotx
2009-03-15Remove variable shadowing in ms_rsend, patch from Phenoix.cyberbotx
2009-03-15Correct a set of potential security holes in varags usage in ns_sendpass, pat...cyberbotx
2009-03-15Correct a set of potential security holes in varags usage in ns_register, pat...cyberbotx
2009-03-15Remove variable shadowing in ms_send, patch from Phenoix.cyberbotx
2009-03-15Patch from Phenoix to correct a set of potential security holes in varargs us...cyberbotx
2009-03-15Fix but #1050, MS STAFF's syntax shows correctly, required adding a language ...cyberbotx
2009-03-14Fix for bs badwords deletion. Good find Adam.sjaz
2009-03-11Fix the CMake generation to work with older versions of CMake 2.4.x, cleaning...cyberbotx
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