1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 01:46:39 +02:00

Commit Graph

  • b75fadf73d Correctly lower TS (if the ircd provided it) on reciept of JOIN messages. This fixes dropped mode changes coming from services on TS6 (and TS6-alike) ircds for channels where TS is dropped elsewhere on the network. rburchell 2009-02-12 22:34:17 +00:00
  • b0535c7760 inspircd11: Pass chants in JOIN message to not blow away timestamps. rburchell 2009-02-12 22:34:00 +00:00
  • c9120ca031 hs_* audited. rburchell 2009-02-12 22:33:40 +00:00
  • 0e0ee67b81 enc_* don't require audit, as they do not implement commands. rburchell 2009-02-12 22:33:06 +00:00
  • 60c88393a0 Backport: Correctly lower TS (if the ircd provided it) on reciept of JOIN messages. This fixes dropped mode changes coming from services on TS6 (and TS6-alike) ircds for channels where TS is dropped elsewhere on the network. rburchell 2009-02-12 22:15:58 +00:00
  • 07892e8b4b Backport from 1.9.1 - inspircd11: Pass chants in JOIN message to not blow away timestamps. rburchell 2009-02-12 21:54:33 +00:00
  • baaed4b764 Fix bs_bot to use the correct parameters, patch from Adam. cyberbotx 2009-02-12 03:53:12 +00:00
  • 2e5b573192 Auditing of remaining cs_ modules. rburchell 2009-02-12 00:14:59 +00:00
  • 58b0279f7f Audit cs_kick, cs_list, cs_logout, cs_modes. rburchell 2009-02-12 00:00:50 +00:00
  • a512f7cdd7 cs_help, cs_identify, cs_info, cs_invite audited. rburchell 2009-02-11 23:59:58 +00:00
  • 30b3d92d94 Audit cs_forbid, cs_getkey, cs_getpass. rburchell 2009-02-11 23:59:38 +00:00
  • 4836d9548d Audit cs_ban, cs_clear, cs_drop. rburchell 2009-02-11 23:59:18 +00:00
  • 394d3b9325 Audit cs_access and cs_akick. rburchell 2009-02-11 23:58:57 +00:00
  • 9ed99ed5f4 I feel like a xanadu dev commiting only the TODO file! robbeh 2009-02-11 20:44:49 +00:00
  • cdec4027a8 Finish audit of BotServ commands. rburchell 2009-02-11 13:59:56 +00:00
  • badcd21abb Make max params work correctly, and fix bs_act to request params correctly. Audited as working ok. rburchell 2009-02-11 11:17:10 +00:00
  • 136ea16ed8 Fix naming discrepancy meaning some commands were not issuing syntax errors. rburchell 2009-02-11 10:46:14 +00:00
  • 3cc5bf39f5 Add full list of modules that require review as a result of command changes. rburchell 2009-02-11 01:01:06 +00:00
  • b0e41b4811 Fix *_help, so they work and, uh, don't crash. rburchell 2009-02-11 00:57:47 +00:00
  • 56633e894d NS HELP requires 0 params minimum. rburchell 2009-02-11 00:42:05 +00:00
  • 0701b7df9f Fix NS REGISTER not being registered as a command handler properly. rburchell 2009-02-11 00:39:46 +00:00
  • 94916b32cb Fix example.conf to use os_news instead of os_logonnews, os_randomnews, and os_opernews. cyberbotx 2009-02-11 00:31:17 +00:00
  • b0edff488a Fix crash loading bs_set on 1.9.1. rburchell 2009-02-11 00:28:07 +00:00
  • 0a5ae7e6d8 Fix 1.9.0 -> 1.9.1 incompatibility on a patch. rburchell 2009-02-11 00:23:25 +00:00
  • f4cdea8348 Revert oper protection patch from SciFi, it breaks things. This reverts commit fee057ae11daea45295744f0e9e13f1d0ce0f2b4. rburchell 2009-02-11 00:20:17 +00:00
  • 429da2b886 Fix for bug #1004, based from second half of patch from Adam. rburchell 2009-02-11 00:12:51 +00:00
  • 87ce2aa25d Partial patch by Adam, commenting fix for #1006 for future reference. rburchell 2009-02-11 00:12:20 +00:00
  • 87c8744724 Fixed compile errors within src/modules/*. cyberbotx 2009-02-11 00:07:53 +00:00
  • 6f9f2617e7 Fixed compile error in ss_main. cyberbotx 2009-02-10 23:53:25 +00:00
  • 8c2430d02d Fixed compiler error in os_userlist. cyberbotx 2009-02-10 23:51:37 +00:00
  • e2f6064f10 Fixed compile errors in os_szline. cyberbotx 2009-02-10 23:49:24 +00:00
  • 87065c514a Fixed compile errors in os_svsnick. cyberbotx 2009-02-10 23:39:48 +00:00
  • 0c17078092 Fixed compile errors in os_stats. cyberbotx 2009-02-10 23:37:31 +00:00
  • f9e7760a23 Fixed compile errors in os_shutdown and os_sqline. cyberbotx 2009-02-10 23:27:00 +00:00
  • 53e79c2155 Fixed compile errors in os_sgline. cyberbotx 2009-02-10 23:17:46 +00:00
  • fe78ca1399 Fix compile errors in os_set. cyberbotx 2009-02-10 22:56:06 +00:00
  • e1bdc807a8 Fixed compile errors in os_session. cyberbotx 2009-02-10 22:46:49 +00:00
  • 88186bfd2c Fix mistake noted by CyberBotX. rburchell 2009-02-10 21:48:47 +00:00
  • 2e08b60cf7 Fixes. rburchell 2009-02-10 21:46:57 +00:00
  • 7d58ed17c7 Fix os_news and os_noop. rburchell 2009-02-10 21:37:52 +00:00
  • 79f09ed157 Various fixes. rburchell 2009-02-10 21:16:20 +00:00
  • b1ee732713 Few fixes. rburchell 2009-02-10 21:16:00 +00:00
  • ef9f97fa05 Help() -> OnHelp(), return true. rburchell 2009-02-10 21:15:39 +00:00
  • 7a4b0418bc Fix ns_set. rburchell 2009-02-10 21:15:24 +00:00
  • 3d8245a5a6 fixed typo in ns_saset.c dealt with constness for change_core_display and added ASTYLE to contain astyle options robbeh 2009-02-10 20:47:53 +00:00
  • d01df85cd1 More fixes. rburchell 2009-02-10 19:34:31 +00:00
  • 1ed7d17b5d Various compile fixes. rburchell 2009-02-10 19:34:03 +00:00
  • b48c18b011 Fixes.. rburchell 2009-02-10 17:01:21 +00:00
  • b496e60eb0 Fix compile errors in hs_* modules, as well as add some const-safeness to HostServ functions. cyberbotx 2009-02-10 16:56:24 +00:00
  • 2bf017a0e1 Fixed compile errors in cs_xop. cyberbotx 2009-02-10 16:38:28 +00:00
  • 5fa7167181 Fix a few (easy) compile errors. rburchell 2009-02-10 16:19:14 +00:00
  • fe39b96db7 Fix modules to use the right type (CommandReturn, not CommandResult) rburchell 2009-02-10 16:17:16 +00:00
  • e225e7e628 Change cs_set to use new commands API (ugh, this sucked.) rburchell 2009-02-10 16:07:26 +00:00
  • b15c46d795 Move getstring() and getstring2() from macros to functions. This fixes a bunch of warnings, and means they are actually *readable*, as well as type-safe and const. rburchell 2009-02-10 13:54:09 +00:00
  • e7a1572317 Clean up a few warnings. rburchell 2009-02-10 13:30:24 +00:00
  • 1fd0249076 NS_VERBOTEN -> NS_FORBIDDEN, CS_VERBOTEN -> CS_FORBIDDEN, etc. rburchell 2009-02-10 12:26:09 +00:00
  • e7a6661baa Do not pack the build directory into the tarballs from now on, also fix subtle error in install.js for Windows when the last characters of the script's path is a backslash. cyberbotx 2009-02-10 12:00:47 +00:00
  • 018f1a50b2 Bump version to 1.9.1-explodes-on-impact. rburchell 2009-02-10 10:07:17 +00:00
  • 4d89b91ed3 Change ns_set to use subcommand for help display. rburchell 2009-02-10 10:04:34 +00:00
  • 24dbf4e00c Use a virtual destructor for Commands as it has virtual functions robbeh 2009-02-10 09:17:34 +00:00
  • 28a0108e0b Fix a few quick compile errors. rburchell 2009-02-10 09:07:32 +00:00
  • 87dc82f3e9 Convert cs_modes to new commands API.` rburchell 2009-02-10 00:00:17 +00:00
  • 0a06ce6490 Changed cs_register to use new command API. cyberbotx 2009-02-09 23:19:09 +00:00
  • d931ce8096 Changed cs_sendpass to use new command API. cyberbotx 2009-02-09 23:13:36 +00:00
  • fc0deb2181 Changed cs_status to use new command API. cyberbotx 2009-02-09 23:01:59 +00:00
  • de6a85bdf5 Changed cs_suspend to use new command API. cyberbotx 2009-02-09 22:53:42 +00:00
  • 0ab4571106 Changed cs_topic to use new command API. cyberbotx 2009-02-09 22:45:18 +00:00
  • 8c815bedeb Changed cs_xop to use new command API. cyberbotx 2009-02-09 22:34:55 +00:00
  • d684f3c556 Moved myChanHelp so it'll compile ;) robbeh 2009-02-09 22:17:43 +00:00
  • 3fe6a25236 Moved cs_list.c to use the new command API robbeh 2009-02-09 22:09:22 +00:00
  • 8c5a7e7aea Convert cs_logout to new commands API. rburchell 2009-02-09 22:04:14 +00:00
  • e7228b6289 Remove gone do_backtrace() prototype and call from memory.c rburchell 2009-02-09 21:35:04 +00:00
  • 72b86bcf72 Remove some references to the (removed) waiting variable. rburchell 2009-02-09 21:33:51 +00:00
  • eec4e00b16 Fix typo. rburchell 2009-02-09 21:33:07 +00:00
  • ff6477e6dd Changed os_sgline to use new command API. cyberbotx 2009-02-09 21:06:36 +00:00
  • d7d01bdc5c Squashed commit: merge next (1.9.1) back to trunk. SVN users, NOTE: THIS WILL NOT BUILD, NOR SHOULD YOU RUN IT YET. rburchell 2009-02-09 21:01:05 +00:00
  • d49b3a25fd Modify version string to 1.9.0-release 1.9.0 rburchell 2009-02-09 19:17:18 +00:00
  • 9312af211e Fix bug #1008 by moving parse_options() back to init_secondary() (reverts r1426) and moving the options for -debug, -nofork, and -support into parse_dir_options() instead (real reason for r1426). cyberbotx 2009-02-08 21:03:52 +00:00
  • 92f744e421 Fixed Autotools to detect *.cpp files in the src/core and src/modules folders. Also small fix to the Windows install.js call to CMake to include quotes around the source's path. cyberbotx 2009-02-08 19:05:35 +00:00
  • 1aba1eb3ea Indicate what bot wasn't modified (CBX, this was our bug! :) rburchell 2009-02-07 23:21:04 +00:00
  • 932391f34e Forward-port r1946: Patch by Adam fixing #1006 (originally caused by #922): modes set by ChanServ are reversed. Thanks! rburchell 2009-02-07 22:39:10 +00:00
  • 6c801d5780 Patch by Adam fixing #1006 (originally caused by #922): modes set by ChanServ are reversed. Thanks! rburchell 2009-02-07 22:32:02 +00:00
  • 226710743e Backported mooncups patch and added a message to /hs off when using inspircd12. robbeh 2009-02-07 22:15:54 +00:00
  • a0925f2d4c Add the capability to (properly) send login/logout account messages, used for InspIRCd at present, others are possible in the future (ircu etc). NOTE: This currently doesn't trigger on DROP, which is probably a bad thing. rburchell 2009-02-07 21:58:27 +00:00
  • 0b76c8b5e6 Applied patch by mooncup to re-apply the cloaked host when using /hs off for unreal32 robbeh 2009-02-04 17:27:59 +00:00
  • 1e5825ab57 Updated anoperc.in to reflect relocated services binary sjaz 2009-02-01 15:16:47 +00:00
  • 942b1a8800 Giving credits for +j support.. jantje_85 2009-02-01 02:00:28 +00:00
  • 308d7937ef Bug 1001: Added support for internal tracking of +j channel mode (throttling). jantje_85 2009-01-29 02:02:44 +00:00
  • 4f312227d7 Moved the tools executables to the bin directory, and fix anoperc's install location to also be bin. cyberbotx 2009-01-26 23:07:11 +00:00
  • c1df37e5ba Move Anope's executable (anope.exe for Windows / services for *nix) to be installed to the bin subdirectory, primarily for the Windows package. cyberbotx 2009-01-26 20:39:00 +00:00
  • 9c2591c20a Manual backport of r1935 / 183bf6525b84: check noexpire/readonly in expire_all(), otherwise stuff will get expired on shutdown. rburchell 2009-01-26 20:11:11 +00:00
  • 6c51b17ef1 Don't allow an empty ident when reading HS vident. Rob, this needs review before I want to push it to SVN. rburchell 2009-01-26 20:10:44 +00:00
  • 0dac2dbc49 Check noexpire/readonly in expire_all(), not the mainloop. Otherwise, expiry will happen on shutdown. rburchell 2009-01-26 20:07:28 +00:00
  • 422197c87b Fix crash when loading HostServ database with a null vIdent, found by Ankit. cyberbotx 2009-01-24 14:35:43 +00:00
  • 7379abc04a Trap empty idents from older Anope mysql UseRDB imports, and don't allow them to be set. rburchell 2009-01-24 14:03:46 +00:00
  • 619c513bee Fix warning. rburchell 2009-01-23 09:46:03 +00:00
  • 1d1e21fce2 Fix stuff. Thanks Ankit. rburchell 2009-01-23 09:38:32 +00:00
  • acde0c64ee Correctly handle parameterised modes in FJOIN, fixes bug #987. rburchell 2009-01-23 08:38:45 +00:00
  • ea0533be0f Insp sends QUIT on KILL, so don't destroy the user record immediately. Fixes bug #995 (QUIT from nonexistant user), reported by Ankit. rburchell 2009-01-23 08:27:40 +00:00
  • 1f102694aa Possible fix to bug #998, reported by Ankit (bad password count is not correct). rburchell 2009-01-23 08:17:05 +00:00