Age | Commit message (Expand) | Author |
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 | Remove os_restart from the TODO, it was verified to work it just didn't like ... | cyberbotx |
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 | Fix error when install directory in instal.js contains spaces, spotted by Rex... | cyberbotx |
2009-02-13 | Move 1.9.0 TODO to Changes, as it's, er, done. | rburchell |
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 | Two very small typo's in example.conf. | sjaz |
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-13 | Audited os_reload, os_umode, os_update, os_userlist, and ss_main. | cyberbotx |
2009-02-12 | insp12: don't try sstrdup() a NULL argument if sid is not set. | rburchell |
2009-02-12 | Correctly lower TS (if the ircd provided it) on reciept of JOIN messages. Thi... | rburchell |
2009-02-12 | inspircd11: Pass chants in JOIN message to not blow away timestamps. | rburchell |
2009-02-12 | hs_* audited. | rburchell |
2009-02-12 | enc_* don't require audit, as they do not implement commands. | rburchell |
2009-02-12 | Fix bs_bot to use the correct parameters, patch from Adam. | cyberbotx |
2009-02-12 | Auditing of remaining cs_ modules. | rburchell |
2009-02-12 | Audit cs_kick, cs_list, cs_logout, cs_modes. | rburchell |
2009-02-11 | cs_help, cs_identify, cs_info, cs_invite audited. | rburchell |
2009-02-11 | Audit cs_forbid, cs_getkey, cs_getpass. | rburchell |
2009-02-11 | Audit cs_ban, cs_clear, cs_drop. | rburchell |
2009-02-11 | Audit cs_access and cs_akick. | rburchell |
2009-02-11 | I feel like a xanadu dev commiting only the TODO file! | robbeh |
2009-02-11 | Finish audit of BotServ commands. | rburchell |
2009-02-11 | Make max params work correctly, and fix bs_act to request params correctly. A... | rburchell |
2009-02-11 | Fix naming discrepancy meaning some commands were not issuing syntax errors. | rburchell |
2009-02-11 | Add full list of modules that require review as a result of command changes. | rburchell |