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