summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-02-16Move EVENT_RELOAD to OnReload.rburchell
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-16Fix compile warning.rburchell
2009-02-16Fix output of reason in os_chankill when AddAkiller is used, spotted by DukeP...cyberbotx
2009-02-16Replaced time_t with long in the ValueItem class, this was preventing buildin...cyberbotx
2009-02-16If you use finduser(), and then use the result, it helps if you actually find...rburchell
2009-02-16Fix wrong service listed in "to identify"rburchell
2009-02-16Prevent potential overflows of time values.rburchell
2009-02-16Add 'w' and 'y' support to dotime(), also prevent a possible overflow - than...rburchell
2009-02-16Fix segfault on shutdown, thanks Ankitrburchell
2009-02-16Another segfault found by DP :Prburchell
2009-02-16Make DumpCore actually do something again.rburchell
2009-02-16Default options::dumpcore to yes.rburchell
2009-02-16Allow NS STATUS from unregistered users, thanks DP!rburchell
2009-02-16Move botserv/administration "metacommand" to a priv. What was I smoking when ...rburchell
2009-02-16Wild pointers do not a happy Anope make. Thanks DP :)rburchell
2009-02-16Allow NS REGISTER to unregistered nicks, silly oversight. Thanks DP! :)rburchell
2009-02-16Fix call order, thanks to DPrburchell
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 nicktracking option, not used now.rburchell
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-15Add nickcorerburchell
2009-02-15Switch to using u->nc, courtesy of Rob, this means admin privs won't mysterio...rburchell
2009-02-15Merge master into svsopers.rburchell
2009-02-15Set required command string for botserv modules.rburchell
2009-02-15Implement opertype methods for priv/command access.rburchell
2009-02-15Check nick_identified() instead of u->na, as this may incorrectly treat peopl...rburchell
2009-02-15Set CFLAG_ALLOW_UNREGISTERED on commands which should be usable for unidentif...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-15Add svsopers.cpp to build.rburchell
2009-02-15Fix makefile, it's a cpp not a c.rburchell
2009-02-15First stab at adding User::nc as requested!robbeh
2009-02-15Replaced notice_lang with notice_help in all OnHelp() functions in modules. A...cyberbotx
2009-02-15Edit IRCDVar of inspircd12 so certain modules don't load on that IRCd, and sm...cyberbotx
2009-02-15Audited all src/modules/* and deleted bs_fantasy_unban (it was obsoleted).cyberbotx
2009-02-14Audited all remaining os_* modules, excluding os_restart (it causes a SIGTRAP...cyberbotx
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-14Removed os_raw, it was never supported by the Anope team, and now it no longe...cyberbotx