Age | Commit message (Expand) | Author |
2009-02-16 | Allow NS STATUS from unregistered users, thanks DP! | rburchell |
2009-02-16 | Move botserv/administration "metacommand" to a priv. What was I smoking when ... | rburchell |
2009-02-16 | Wild pointers do not a happy Anope make. Thanks DP :) | rburchell |
2009-02-16 | Allow NS REGISTER to unregistered nicks, silly oversight. Thanks DP! :) | rburchell |
2009-02-16 | Fix call order, thanks to DP | 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 nicktracking option, not used now. | rburchell |
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 | Add nickcore | rburchell |
2009-02-15 | Switch to using u->nc, courtesy of Rob, this means admin privs won't mysterio... | rburchell |
2009-02-15 | Merge master into svsopers. | rburchell |
2009-02-15 | Set required command string for botserv modules. | rburchell |
2009-02-15 | Implement opertype methods for priv/command access. | rburchell |
2009-02-15 | Check nick_identified() instead of u->na, as this may incorrectly treat peopl... | rburchell |
2009-02-15 | Set CFLAG_ALLOW_UNREGISTERED on commands which should be usable for unidentif... | 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 | Add svsopers.cpp to build. | rburchell |
2009-02-15 | Fix makefile, it's a cpp not a c. | rburchell |
2009-02-15 | First stab at adding User::nc as requested! | robbeh |
2009-02-15 | Replaced notice_lang with notice_help in all OnHelp() functions in modules. A... | cyberbotx |
2009-02-15 | Edit IRCDVar of inspircd12 so certain modules don't load on that IRCd, and sm... | cyberbotx |
2009-02-15 | Audited all src/modules/* and deleted bs_fantasy_unban (it was obsoleted). | cyberbotx |
2009-02-14 | Audited all remaining os_* modules, excluding os_restart (it causes a SIGTRAP... | cyberbotx |
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-14 | Removed os_raw, it was never supported by the Anope team, and now it no longe... | cyberbotx |
2009-02-14 | applied patch from Adam to fix some potential screwups | pimpmylinux |
2009-02-14 | Audited os_session with help from Adam. | cyberbotx |
2009-02-14 | Audited os_global and os_modinfo, thanks to Adam for spotting and fixing these. | cyberbotx |
2009-02-14 | Audited os_akill, os_set, os_sgline, os_sqline, os_staff, and os_szline. | cyberbotx |
2009-02-13 | Pass the right array to do_umode(), fixes mode tracking on Unreal. Thanks to ... | rburchell |
2009-02-13 | Fix bs_set help, thanks to DukePyrolator! :) | rburchell |
2009-02-13 | Fix segfault, noted by DukePyrolator. Thanks! | rburchell |
2009-02-13 | Fix slist symbol mismatch. | rburchell |
2009-02-13 | Audit ns_*. | rburchell |
2009-02-13 | Fix part one of #1010, reported by DukePyrolator. (Language settings are not ... | rburchell |
2009-02-13 | Fix memo sending causing crashes due to unresolvable symbol at runtime, mark ... | rburchell |
2009-02-13 | More fixes to bs_bot from Adam, plus an extra fix within DoAdd not covered in... | cyberbotx |
2009-02-13 | Audited os_modload, os_modunload, os_shutdown, os_stats, and os_svsnick. | cyberbotx |
2009-02-12 | insp12: don't try sstrdup() a NULL argument if sid is not set. | rburchell |