Commit graph

  • 546835d421 starboard: fix starboards accepting any emoji instead of just the specified one Dragory 2019-11-30 23:39:12 +02:00
  • 29d0bc3a18 typeorm: set migrationsDir to the dev folder Dragory 2019-11-30 23:38:11 +02:00
  • b47872bf87 utility: fix !clean response delete behaviour Dragory 2019-11-30 22:23:02 +02:00
  • 23a9a5e800 utility: reply with archive url when !cleaning other channels Dragory 2019-11-30 22:22:25 +02:00
  • 53e7c2f17d utility: add --bot/-bot to !search to search for bot members Dragory 2019-11-30 22:16:57 +02:00
  • 17f34ffeb7 utility: fix !search --export/-e only showing the first 15 results Dragory 2019-11-30 22:13:48 +02:00
  • 51bfb376cf tags: allow using --delete/-d with !tag to delete tags Dragory 2019-11-30 22:06:48 +02:00
  • 42df230e71 automod: better formatting for matched content in log messages Dragory 2019-11-30 22:06:26 +02:00
  • 48adb1df90 chore: clean up getInviteCodesInString Dragory 2019-11-30 22:05:48 +02:00
  • e586bfbda3 automod: add normalize and loose_matching trigger options Dragory 2019-11-30 22:04:28 +02:00
  • 64e1fbc10c Add !context utility command Dragory 2019-11-30 19:54:44 +02:00
  • 7df1bb91d2 automod: show matched text in summaries; don't use show post date in summaries; add logMessage variable to alert action Dragory 2019-11-30 18:07:25 +02:00
  • fb43ec159a Update README instructions Dragory 2019-11-30 17:11:20 +02:00
  • 8b46a07078 Remove now-unused nodemon Dragory 2019-11-30 17:08:11 +02:00
  • 8b1aa9bce0 Remove obsolete GuildStarboards repository Dragory 2019-11-30 17:05:36 +02:00
  • 2a646f5a6e Switch from ts-node to tsc-watch for faster watch restarts; move format npm script to project root Dragory 2019-11-30 17:04:59 +02:00
  • fd8a4598aa automod: add add_roles and remove_roles actions Dragory 2019-11-30 16:18:29 +02:00
  • b0df86692f automod: simplify preprocessStaticConfig Dragory 2019-11-28 18:34:48 +02:00
  • f8444c1a3d utility.about: fix git repo path; don't throw an error if a git repo is not found Dragory 2019-11-28 02:47:15 +02:00
  • 581cf80feb starboard: post-merge tweaks; use preprocessStaticConfig; utilize overrides rather than config properties when possible Dragory 2019-11-28 02:39:26 +02:00
  • ba2873a29a Run a loose pre-check before preprocessStaticConfig Dragory 2019-11-28 02:34:41 +02:00
  • 279a8fe7ae post: use content as raw embed source in !post_embed with --raw/-r switch Dragory 2019-11-27 22:04:00 +02:00
  • cbcd2bd67d Mark StrictValidationError errors property as readonly Dragory 2019-11-27 22:03:10 +02:00
  • f3af836020 Update prettier to 1.19.1 for optional chaining/nullish coalescing support Dragory 2019-11-27 22:02:37 +02:00
  • 969e06e00e utils: add messageLink() and isValidEmbed() Dragory 2019-11-27 22:02:11 +02:00
  • 00e047f701 Change target in tsconfig from esnext to es2018 to support optional chaining/nullish coalescing on Node.js 12 Dragory 2019-11-27 21:43:39 +02:00
  • 02e53aa358 nodemon: set watch delay of 300 to prevent mass-restarts on pulls/refactors Dragory 2019-11-27 21:19:18 +02:00
  • f0f4f1bd6c Merge branch 'DarkView-newStarboard' Dragory 2019-11-27 20:47:53 +02:00
  • b36fcb41fe Merge branch 'newStarboard' of https://github.com/DarkView/ZeppelinBot into DarkView-newStarboard Dragory 2019-11-27 20:47:39 +02:00
  • 9164bcd045 Fix URL matching in automod, censor, and spam plugin Dragory 2019-11-27 20:41:45 +02:00
  • 682d8e9153 Don't apply multiple automod rules to the same message Dragory 2019-11-27 20:30:50 +02:00
  • cec2c74eaa Disable unneeded tslint warning Dragory 2019-11-27 20:30:36 +02:00
  • 97ca671f1b Fixed locateUser being unable to load and added w alias for where Nils Blömeke 2019-11-09 16:38:12 +01:00
  • d82f5fbc46 Finished Starboard (Pre Override test) Nils Blömeke 2019-11-09 00:48:38 +01:00
  • 92402662e6 Update dashboard instructions in README Dragory 2019-11-08 00:22:17 +02:00
  • 0dee588231 Update README instructions and example config, add some notes Dragory 2019-11-08 00:20:24 +02:00
  • bd7c41ab1f Add related links as a comment to register-tsconfig-prod-paths.js Dragory 2019-11-08 00:16:57 +02:00
  • 8fd2b10842 Code cleanup Dragory 2019-11-08 00:05:29 +02:00
  • 289470126a Fix invalid redirect in GuildConfigEditor if guild was not found Dragory 2019-11-08 00:05:01 +02:00
  • c9a21c64bf More work on API permissions Dragory 2019-11-08 00:04:24 +02:00
  • 79b0adf81a Ignore .cache everywhere, not just repository root Dragory 2019-11-08 00:03:24 +02:00
  • 9390b164d8 Fix issues caused by @shared tsconfig path Dragory 2019-11-08 00:03:02 +02:00
  • 53ed83b701 dashboard: update babel packages Dragory 2019-11-07 22:56:51 +02:00
  • 9f445f0424 dashboard: use tsconfig path aliases in webpack automatically Dragory 2019-11-07 22:53:28 +02:00
  • f0e9d9ff7f Fix @shared tsconfig paths so they resolve properly Dragory 2019-11-07 22:53:11 +02:00
  • ba4ddfcc32 Update Typescript to 3.7 Dragory 2019-11-07 22:52:40 +02:00
  • 5880489039 Update husky and lint-staged Dragory 2019-11-02 22:16:43 +02:00
  • d4f064346d Add api permissions groundwork Dragory 2019-11-02 22:12:07 +02:00
  • 16111bbe84 Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. Dragory 2019-11-02 22:11:26 +02:00
  • 80a82fe348 Automod: add custom status support; add rule cooldown support (not for raidspam yet) Dragory 2019-10-26 02:59:00 +03:00
  • 9a04e0fb25 Revamp !help command. Add support for linking to specific commands in zep docs. Dragory 2019-10-26 02:13:16 +03:00
  • f1644709fb Always use the original TypeConversionError instance that knub is expecting Dragory 2019-10-26 02:12:43 +03:00
  • be41b3716f Update knub-command-manager to 6.1.0 Dragory 2019-10-26 02:11:50 +03:00
  • cde2a8ebcb Update Eris to 0.11.0. Update Knub to 26.0.2. Dragory 2019-10-26 01:17:03 +03:00
  • 9b5307ba2b Documentation work. Add command info for all Utility plugin commands. Dragory 2019-10-25 23:14:21 +03:00
  • d9b65590d8 Docs work Dragory 2019-10-25 21:45:18 +03:00
  • 6a1ec188a6 Apply default overrides *before* custom overrides Dragory 2019-10-25 21:44:39 +03:00
  • 82c65ca44e flag -> isSwitch as per knub-command-manager update (via knub) Dragory 2019-10-25 20:28:51 +03:00
  • bdf44c32ff Recommend -option instead of --option Dragory 2019-10-25 20:25:25 +03:00
  • bfe224925b Update to Knub 26.0.0 Dragory 2019-10-25 20:25:07 +03:00
  • f5651d4c82 Use 'replaceDefaultOverrides' instead of the deprecated '=overrides' syntax Dragory 2019-10-25 20:22:00 +03:00
  • 94756faa5d Fix !clean sometimes cleaning too many messages Dragory 2019-10-14 01:10:32 +03:00
  • 9ec93db08c Update documentation on overrides Dragory 2019-10-13 22:20:02 +03:00
  • 7afa1aab48 Update Knub to 25.0.1 Dragory 2019-10-13 22:16:21 +03:00
  • 4ab96c11b4 Update to Knub 25.0.0 Dragory 2019-10-13 22:05:56 +03:00
  • 5b67544beb Code clean-up Dragory 2019-10-13 22:05:41 +03:00
  • ca6eedb1be censor: if invite filtering is enabled, always remove unknown invites Dragory 2019-10-13 22:05:26 +03:00
  • a75a551ce5 Fix Automod not clearing recent actions, leading to memory leak Dragory 2019-10-13 22:03:06 +03:00
  • 83c0ee93ed Remove redundant !clean alias Dragory 2019-10-13 00:58:44 +03:00
  • f2251535ab !clean: --has-invite -> --has-invites, allow specifying target channel Dragory 2019-10-13 00:52:06 +03:00
  • 27484d261b Consolidate !clean to one command with --options, add --has-invite Dragory 2019-10-13 00:40:24 +03:00
  • e3d734801d Cache invites when resolving them Dragory 2019-10-13 00:21:35 +03:00
  • 6ff8c8d290 SimpleCache: allow specifying max items, add better type support Dragory 2019-10-13 00:20:59 +03:00
  • a0a30add2b Remove messages with !massban Dragory 2019-10-13 00:06:30 +03:00
  • 2d98c470ef Fix double logs from warnings Dragory 2019-10-12 19:22:07 +03:00
  • 83f4e0c982 excluded_message_regex -> _regexes Dragory 2019-10-11 23:43:52 +03:00
  • 66ccba6a2d Add TODO Dragory 2019-10-11 23:40:02 +03:00
  • cfac89118e Only allow specific flags in TSafeRegex Dragory 2019-10-11 23:39:54 +03:00
  • 53742f1970 logs: add excluded_message_regex option Dragory 2019-10-11 23:39:36 +03:00
  • 713333f35e automod: don't use log system for alert actions, require channel id directly instead; allow disabling logging from specific rules Dragory 2019-10-11 23:16:15 +03:00
  • 40af0f2359 Automod logging improvements Dragory 2019-10-11 22:56:34 +03:00
  • 17aac769bb Fix error reporting in WelcomeMessage Dragory 2019-10-11 22:39:49 +03:00
  • db2db7f172 dashboard: guild list style tweaks Dragory 2019-10-11 22:38:55 +03:00
  • 1bc9915250 Merge branch 'master' of github.com:Dragory/ZeppelinBot Dragory 2019-10-11 22:31:59 +03:00
  • 166bd44069 templateFormatter: fix newlines within function calls resulting in weird behavious Dragory 2019-10-11 22:31:48 +03:00
  • 5c14cc32b9 Ignore some debug files Dragory 2019-10-11 22:30:31 +03:00
  • 08c5749859
    Fix missing bot feedback on bans Miikka 2019-10-11 13:51:12 +03:00
  • 1e1e999fc6 Fix automod example in docs Dragory 2019-10-11 04:57:37 +03:00
  • c7d24edc1d Fix several flag options expecting a value Dragory 2019-10-11 04:54:05 +03:00
  • f921548024 Fix 2 knub-command-manager dependencies with different TypeConversionError classes Dragory 2019-10-11 04:46:09 +03:00
  • 5fa02badb5 Tweak default warn/kick/ban messages Dragory 2019-10-11 04:45:37 +03:00
  • 12a41d7af3 Fix overly verbose warn cases Dragory 2019-10-11 04:44:58 +03:00
  • 8a9112c99d Update to Knub 24.1.2 Dragory 2019-10-11 04:07:15 +03:00
  • a7efc99b7b Update Knub to 24.1.1 Dragory 2019-10-11 02:54:10 +03:00
  • 2a8ab45f10 Use Node.js 12 Dragory 2019-10-11 02:45:11 +03:00
  • 89ef0e48e4 Add support for tag categories Dragory 2019-10-11 02:42:52 +03:00
  • 0bbe9433c1 Config schema and docs text changes. Fix clickable tab area in dashboard/docs. Dragory 2019-10-11 02:09:31 +03:00
  • f41d280fab Automod work. Add config examples to automod. Dragory 2019-10-11 01:59:56 +03:00
  • 5a9ad943a2 dashboard: ctrl+s/cmd+s to save config, style tweaks Dragory 2019-10-10 23:25:34 +03:00
  • 942f56ee76 webpack: append hash to filename instead of using only hash Dragory 2019-10-10 23:25:13 +03:00