summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2009-02-14applied patch from Adam to fix some potential screwupspimpmylinux
2009-02-14Audited os_session with help from Adam.cyberbotx
2009-02-14Audited os_global and os_modinfo, thanks to Adam for spotting and fixing these.cyberbotx
2009-02-14Audited os_akill, os_set, os_sgline, os_sqline, os_staff, and os_szline.cyberbotx
2009-02-13Pass the right array to do_umode(), fixes mode tracking on Unreal. Thanks to ...rburchell
2009-02-13Fix bs_set help, thanks to DukePyrolator! :)rburchell
2009-02-13Fix segfault, noted by DukePyrolator. Thanks!rburchell
2009-02-13Fix slist symbol mismatch.rburchell
2009-02-13Audit ns_*.rburchell
2009-02-13Fix part one of #1010, reported by DukePyrolator. (Language settings are not ...rburchell
2009-02-13Fix memo sending causing crashes due to unresolvable symbol at runtime, mark ...rburchell
2009-02-13More fixes to bs_bot from Adam, plus an extra fix within DoAdd not covered in...cyberbotx
2009-02-13Audited os_modload, os_modunload, os_shutdown, os_stats, and os_svsnick.cyberbotx
2009-02-12insp12: don't try sstrdup() a NULL argument if sid is not set.rburchell