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