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