Age | Commit message (Expand) | Author |
2009-02-16 | Move OnUserKicked to a module event. | rburchell |
2009-02-16 | Modevents, ported from insp. Typesafe (unlike the current ones), no double ha... | rburchell |
2009-02-16 | Replaced time_t with long in the ValueItem class, this was preventing buildin... | cyberbotx |
2009-02-16 | Add 'w' and 'y' support to dotime(), also prevent a possible overflow - than... | rburchell |
2009-02-16 | Revert "Patch from DukePyrolator to replace all calls to match_wild() and mat... | rburchell |
2009-02-16 | Patch from DukePyrolator to replace all calls to match_wild() and match_wild_... | cyberbotx |
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 | HelpServ has been destroyed, +1000 points. Also fixed the argument order in t... | cyberbotx |
2009-02-15 | Fix CFLAG_ALLOW_UNREGISTERED. | rburchell |
2009-02-15 | Add CFLAG_ALLOW_UNREGISTERED, commands without this flag will now not run for... | rburchell |
2009-02-15 | Split Command implementation from definition. | rburchell |
2009-02-15 | Can now correctly tie users to opertypes. | rburchell |
2009-02-15 | Shuffle shit around. | rburchell |
2009-02-15 | Blah, blah.. | rburchell |
2009-02-15 | Fix compile error. | rburchell |
2009-02-15 | Convert to use new, (drastically) faster matching algorithm, from InspIRCd. T... | rburchell |
2009-02-15 | Add include/svsoper.h, add skeleton methods/doc. | rburchell |
2009-02-15 | First stab at adding User::nc as requested! | robbeh |
2009-02-14 | Removed references to RAW in config and lang files. Kirby from Dreamland ate ... | cyberbotx |
2009-02-14 | protocol: split implementation from interface for cleaner code. | rburchell |
2009-02-11 | Fix naming discrepancy meaning some commands were not issuing syntax errors. | rburchell |
2009-02-11 | Revert oper protection patch from SciFi, it breaks things. This reverts commi... | rburchell |
2009-02-10 | Fixed compile errors in os_szline. | cyberbotx |
2009-02-10 | Fixed compile errors in os_shutdown and os_sqline. | cyberbotx |
2009-02-10 | Fixed compile errors in os_sgline. | cyberbotx |
2009-02-10 | Fix os_news and os_noop. | rburchell |
2009-02-10 | Few fixes. | rburchell |
2009-02-10 | fixed typo in ns_saset.c dealt with constness for change_core_display and add... | robbeh |
2009-02-10 | Fixes.. | rburchell |
2009-02-10 | Fix compile errors in hs_* modules, as well as add some const-safeness to Hos... | cyberbotx |
2009-02-10 | Move getstring() and getstring2() from macros to functions. This fixes a bunc... | rburchell |
2009-02-10 | NS_VERBOTEN -> NS_FORBIDDEN, CS_VERBOTEN -> CS_FORBIDDEN, etc. | rburchell |
2009-02-10 | Use a virtual destructor for Commands as it has virtual functions | robbeh |
2009-02-09 | Remove gone do_backtrace() prototype and call from memory.c | rburchell |
2009-02-09 | Squashed commit: merge next (1.9.1) back to trunk. | rburchell |
2009-02-07 | Add the capability to (properly) send login/logout account messages, used for... | rburchell |
2009-01-23 | Fix a signed vs unsigned warning (this also means Anope will correctly functi... | rburchell |
2009-01-12 | Fix bug 993, Anope was crashing on /os reload, no longer crashes. | cyberbotx |
2009-01-03 | Housekeeping contact address updates. | sjaz |
2009-01-02 | Update copyrights for 2009. | rburchell |
2008-12-31 | Removed check for HAVE_VA_LIST_AS_ARRAY, it broke MemoServ. | cyberbotx |
2008-12-29 | Edits to CPack-related part of CMake to not include Autotools-built files fro... | cyberbotx |
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-23 | Some more Windows fixes, both in CMake and in the code itself. (I don't like ... | cyberbotx |
2008-12-19 | Updated the CMakeLists.txt files to function under CMake 2.4.x (earliest vers... | cyberbotx |