summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
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
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-15Audited all src/modules/* and deleted bs_fantasy_unban (it was obsoleted).cyberbotx
2009-02-11Fixed compile errors within src/modules/*.cyberbotx
2009-02-10Fix modules to use the right type (CommandReturn, not CommandResult)rburchell
2009-02-10NS_VERBOTEN -> NS_FORBIDDEN, CS_VERBOTEN -> CS_FORBIDDEN, etc.rburchell
2009-02-09Squashed commit: merge next (1.9.1) back to trunk.rburchell
2009-02-08Fixed Autotools to detect *.cpp files in the src/core and src/modules folders.cyberbotx
2009-01-03Housekeeping contact address updates.sjaz
2009-01-02Update copyrights for 2009.rburchell
2008-12-29Final modifications to Autotools build system to work alongside CMake build s...cyberbotx
2008-12-29Modifications to the Autotools build system to try to make it work with the c...cyberbotx
2008-12-29Revived Autotools from the grave, although it'll need some tweaking to work a...cyberbotx
2008-12-29Reverting my last 2 commits in an attempt to fix my own screwball mistake.cyberbotx
2008-12-29Merge branch 'cmake'cyberbotx
2008-12-26Minor CMake cleanup, moving include directories and defines to use include_di...cyberbotx
2008-12-23Some more Windows fixes, both in CMake and in the code itself. (I don't like ...cyberbotx
2008-12-21Some more CMake edits, this allows versions of CMake as early as 2.4.0 to wor...cyberbotx
2008-12-19Updated the CMakeLists.txt files to function under CMake 2.4.x (earliest vers...cyberbotx
2008-12-17Removed the old autotools files that are no longer needed because of the use ...cyberbotx
2008-12-17Massive cleanup of the CMakeLists.txt files to finalize them.cyberbotx