summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2009-10-30Rewrote all of the defcon code, and moved most of it to os_defcon. This fixes...Adam-
2009-10-23Couple of typos in hs_request. Thanks Fudge.sjaz
2009-10-20Added SUFFIXES .c .cpp .so to makefiles to clean up some of the codeAdam-
2009-10-20Fixed makesfiles to work on both bsd make and gnu makeAdam-
2009-10-20Apply some changes based on possible "flaws" found with flawfinder.cyberbotx
2009-10-13Complete rewrite of everything associated with modes, this breaks saving and ...Adam-
2009-09-29Fixed "make clean" to really clean up all the modulesAdam-
2009-09-27Removed old mod_version system for detecting module versions and replaced wit...Adam-
2009-09-27Fixed the remaining commands to always show all users help and to appear in t...Adam-
2009-09-20Removed the file name arg from MODULE_INITAdam-
2009-09-15Removed command position from Module::AddCommand(), it is no longer used beca...Adam-
2009-09-12Fix problem with CMake's auto-library search when being run on a subdirectory...cyberbotx
2009-09-06Fixed Makefiles to only suppress building when using run-cc.plAdam-
2009-08-21Partial revert of r2449, my_memo_lang shouldn't have a char * parameter, cons...cyberbotx
2009-08-19Fixed a crash when using commands if HostServ is disabledadam-
2009-08-12fixed a crashbug on /hostserv activateDukePyrolator
2009-07-25Changed params parameter of Command's Execute() from std::vector<std::string>...cyberbotx
2009-07-24Changed subcommand parameter of Command's OnHelp() from std::string to ci::st...cyberbotx
2009-07-21Fixed multiple issues with os_info, including changing the /cs oinfo syntax t...adam-
2009-06-26Changed module callbacks to use new Timer APIadam-
2009-06-23Adds check for using commands on non-registered channels before the adam-
2009-06-11Make stristr() const-safe, replace post-increment on iterators with pre-incre...cyberbotx
2009-06-11Cleanup of internals of new opertype stuff by Adam. Removes OS OPER and OS AD...rburchell
2009-05-26Typo fixing, spotted by DukePyrolator.cyberbotx
2009-05-26Make sure the .svn folder is removed when checking src/modules for subdirecto...cyberbotx
2009-05-25Added ability for CMake to build a module from a subdirectory of src/modules.cyberbotx
2009-05-05Adds check for opertype permissions to mod_run_cmd() in commands.c, and adds ...cyberbotx
2009-04-19Fix crash if NS SET <anything> was used without a parameter, spotted and patc...cyberbotx
2009-04-16PERMISSION_DENIED -> ACCESS_DENIED string.rburchell
2009-04-06Replace Set*Help() functions with virtual *ServHelp() functions that can be o...cyberbotx
2009-04-04Remove is_services_admin() check from cs_enforce to allow build to succeed.cyberbotx
2009-04-04Removed is_host_setter() and is_host_remover() from code and replaced them wi...cyberbotx
2009-04-04Remove various uneeded priv checks.rburchell
2009-04-03Added service argument to OnPreCommand, added OnPostCommand event, changed th...cyberbotx
2009-03-29#1058 Patch to fix HS REQUEST memo to include ident. Thanks Adam.sjaz
2009-03-25Fix problem with CMake under Windows, spotted by therock247uk on the forums, ...cyberbotx
2009-03-24Fix parameters of NS SET within ns_maxemail so it doesn't break ns_set's vers...cyberbotx
2009-03-23Partial fix for NS REGISTER not displaying syntax error if only 1 argument is...cyberbotx
2009-03-20Partial fix for bug #1038, patch from Adam, NS OINFO and CS OINFO now properl...cyberbotx
2009-03-14Fix bug #1035, patch by Adam, now bans set through CS ENFORCE can be removed ...cyberbotx
2009-03-11Fix the CMake generation to work with older versions of CMake 2.4.x, cleaning...cyberbotx
2009-03-02Added a strip_string function to Anope.cmake, cleaned up other parts of Anope...cyberbotx
2009-02-19Preliminary support for a module source file (within src/modules) to include ...cyberbotx
2009-02-19Fix ns_update, thanks DP. Fix two compile errors.rburchell
2009-02-19Move last of events that are in the core distro over to newevents.rburchell
2009-02-18Fix problems with registration being denied, thanks Adam.rburchell
2009-02-18Move EVENT_DB_SAVING to newevent.rburchell
2009-02-18Move assign and unassign to new events, allow for halting too should modules ...rburchell
2009-02-17Hook events correctly in constructor.rburchell
2009-02-16Move EVENT_RELOAD to OnReload.rburchell