Commit Graph

  • 35c433bd3c
    Add v3.0.0 update notes on the new update docs as well Dragory 2020-10-27 19:26:56 +0200
  • 8a27e25192
    Add docs on how to update the bot Dragory 2020-10-27 19:26:11 +0200
  • b0eb402b86
    Recommend installing Node.js 14 in setup docs Dragory 2020-10-27 19:18:41 +0200
  • 5ca09ae9b4
    Add note on upgrading to v3.0.0 Dragory 2020-10-27 19:17:39 +0200
  • 4184ad17e9
    Update CHANGELOG for v3.0.0 Dragory 2020-10-27 19:15:26 +0200
  • fa84fa6034
    Fix thread channel being deleted before the close message is sent Dragory 2020-10-27 18:27:30 +0200
  • 1df7ba3e64
    Tweak bot/system user message visibility in threads Dragory 2020-10-27 18:26:39 +0200
  • 7196e690a2
    For 'original' attachments, always use the attachment link from the DMs, even in staff replies Dragory 2020-10-27 18:11:59 +0200
  • c761802ddd
    Fix attachments missing from logs Dragory 2020-10-27 18:11:31 +0200
  • b2e473de5a
    SYSTEM -> BOT Dragory 2020-10-25 04:54:59 +0200
  • b3f7d094a8
    Rephrase [SYSTEM TO USER] to the bot's name instead in the thread channel Dragory 2020-10-25 04:54:07 +0200
  • 11629bb6cb
    Fix thread info header rendering in logs Dragory 2020-10-25 04:32:44 +0200
  • 012a819242
    Send response message after creating thread Dragory 2020-10-25 04:27:12 +0200
  • 4663886629
    Also handle error 1001 gracefully Dragory 2020-10-25 03:52:27 +0200
  • 4decd42294
    Handle ECONNRESET errors gracefully as well Dragory 2020-10-25 03:49:40 +0200
  • fec963715c
    Fix error when sending out moderator reply errors Dragory 2020-10-25 03:40:43 +0200
  • 620ab79f71
    Add basic sticker receiving support Dragory 2020-10-22 01:37:30 +0300
  • f8f9204dac
    Use custom Eris fork for sticker support Dragory 2020-10-22 01:30:11 +0300
  • 48777b7733
    Remove unused constant Dragory 2020-10-22 00:53:54 +0300
  • d05672a2dc
    Expose the display roles module to plugins Dragory 2020-10-22 00:53:13 +0300
  • f4ced372ba
    Fix SQL syntax error when using snippets Dragory 2020-10-22 00:47:59 +0300
  • 371c49981c
    Fix missing -v/-s options for !loglink, add same options for !logs Dragory 2020-10-22 00:40:01 +0300
  • bbca6a873f
    Allow setting a default display role Dragory 2020-10-22 00:17:14 +0300
  • 405a19b918
    Add !role to CHANGELOG Dragory 2020-10-21 23:28:26 +0300
  • 2d13f88ccc
    Add `fallbackRoleName` option. Don't include "Moderator" in role-less anonymous replies unless `fallbackRoleName` is set. Dragory 2020-10-21 23:24:45 +0300
  • 0e2135943f
    Add !role command to change the role displayed in your replies Dragory 2020-10-21 23:15:41 +0300
  • 4b8d01ebea
    Clarify CHANGELOG on inline snippets Dragory 2020-10-21 22:36:46 +0300
  • 5815157190
    Refuse to send replies with an unknown inline snippet Dragory 2020-10-21 22:33:15 +0300
  • 3e44416077
    Only consider single words as inline snippets Dragory 2020-10-21 22:30:38 +0300
  • 9a88a6ef89
    Fix multiple inline snippets breaking Dragory 2020-10-21 22:26:43 +0300
  • ddb759f6ae
    Add !s as an alias for !snippets Dragory 2020-10-21 22:21:46 +0300
  • db40c39dfa
    Snippets are now case-insensitive everywhere Dragory 2020-10-21 22:21:04 +0300
  • 90dd35194c
    Add support for inline snippets. Fixes #464 Dragory 2020-10-21 22:07:35 +0300
  • cc79ac8817
    Update CHANGELOG for beta.3 Dragory 2020-10-21 21:50:58 +0300
  • ccd56a1d88
    Handle error 1006 (Connection reset by peer) gracefully Dragory 2020-10-21 21:41:38 +0300
  • 012bd5b9b2
    Fix faulty chunking for received user messages Dragory 2020-10-21 21:36:50 +0300
  • 0a98b5cb49
    Don't remove !edit command if it fails Dragory 2020-10-21 21:29:20 +0300
  • 4ecea31fd8
    Fix 'undefined' message numbers Dragory 2020-10-21 21:28:06 +0300
  • d5ea95d9e9
    Limit replies to fit within one message Dragory 2020-10-21 21:03:33 +0300
  • 42f6e79df8
    Remove faulty message chunking logic in user DMs Dragory 2020-10-21 21:00:45 +0300
  • 192fec6952
    Fix rounding in thread messages that only contain an ID Dragory 2020-10-19 01:50:12 +0300
  • 5b0f9d31b7
    Create new message types for staff reply edits/deletions Dragory 2020-10-12 20:54:42 +0300
  • 5de750bc3e
    Add metadata field for thread messages Dragory 2020-10-12 20:53:53 +0300
  • f9671c385d
    Add formatters for system messages Dragory 2020-10-12 20:33:43 +0300
  • c9e0dbf040
    Handle unhandled rejections the same way as uncaught exceptions Dragory 2020-10-12 20:00:55 +0300
  • f5caa80c4c
    Allow plugins to access the 'threads' module for creating new threads Dragory 2020-10-12 20:00:25 +0300
  • a3c1ed0a28
    Include DM message in beforeNewThread hook data. Allow specifying categoryId in createNewThreadForUser(). Dragory 2020-10-12 19:59:47 +0300
  • aadda31069
    Add metadata field for threads Dragory 2020-10-12 19:57:35 +0300
  • c58ebf5698
    Update CHANGELOG and documentation on plugin loading Dragory 2020-10-04 17:19:49 +0300
  • d8c531cb4d
    Add support for different plugin sources; add support for installing plugins from npm Dragory 2020-10-04 16:46:43 +0300
  • e6bdc4cd8c
    Update CHANGELOG Dragory 2020-10-04 02:14:07 +0300
  • c7fc8a6bc0
    Update CHANGELOG Dragory 2020-10-04 02:12:44 +0300
  • 9048942ce9
    Expose web server express application to plugins Dragory 2020-10-04 02:10:13 +0300
  • e99352e2ac
    Use Express as the web server for logs/attachments Dragory 2020-10-03 16:40:05 +0300
  • bf4920f4b0
    Update log storage plugin example for beta.3 Dragory 2020-10-03 16:15:02 +0300
  • b80cb0ed15
    Add CHANGELOG entries for beta.3 Dragory 2020-10-03 16:12:57 +0300
  • 0d2202d38c
    Allow log storage handlers to store data. Add shouldSave() function to log storage handlers. Dragory 2020-10-03 16:10:27 +0300
  • 3937c0a838
    Start expiredBlockLoop() directly, not on "ready" event Dragory 2020-10-03 15:18:27 +0300
  • 19b9d4db61
    Fix missing await when removing blocks Dragory 2020-10-03 15:17:30 +0300
  • 454ab75fec
    Fix !newthread failing with uncached users Dragory 2020-09-25 01:42:37 +0300
  • 4bdcf1e427
    Update CHANGELOG for v2.31.0-beta.2. Update package version. Dragory 2020-09-23 03:43:29 +0300
  • 3a7f7ffc90
    Add support for alternative log storage types Dragory 2020-09-23 03:16:26 +0300
  • a7e863da6a
    Move migration files within src Dragory 2020-09-23 02:34:35 +0300
  • 0d29859dd8
    Remove Feb 2018 legacy migrator Dragory 2020-09-23 02:30:14 +0300
  • 5c6df913bf
    beforeNewThread hook type fixes Dragory 2020-09-23 02:29:09 +0300
  • f5b6e46040
    Add afterThreadClose plugin hook Dragory 2020-09-23 02:28:41 +0300
  • 9be6b2aa1f
    Don't allow opening threads with bots with !newthread, fixes #452 Dragory 2020-09-23 01:04:40 +0300
  • 0c9302b41b
    Add statusType option Dragory 2020-09-23 00:58:18 +0300
  • 4ea5650289
    Consider an empty value for mentionRole as 'none' Dragory 2020-09-23 00:39:56 +0300
  • bf47fb7406
    Add 'none' option for mentionRole Dragory 2020-09-23 00:38:46 +0300
  • 180f936bc4
    Update config jsdoc Dragory 2020-09-23 00:26:36 +0300
  • 171ad403d9
    Add updateNotificationsForBetaVersions option Dragory 2020-09-23 00:25:50 +0300
  • f46d719f4c
    Code clean-up Dragory 2020-09-23 00:21:44 +0300
  • e2de5b97bd
    Documentation clean-up Dragory 2020-09-23 00:20:55 +0300
  • 96e8eae188
    Fully functioning built-in plugin to send system messages on join/leave (#437) Nils 2020-09-22 23:19:34 +0200
  • 3af5a67c1b Added anonymizeChannelName configuration option. funkyhippo 2020-09-21 13:44:07 -0700
  • 88c2fc2e83 Bump knex from 0.21.4 to 0.21.5 dependabot[bot] 2020-09-01 06:23:42 +0000
  • d45bb8d09c Bump mime from 2.4.4 to 2.4.6 dependabot[bot] 2020-09-13 12:26:58 +0000
  • bf476532f0 Bump humanize-duration from 3.12.1 to 3.23.1 dependabot[bot] 2020-09-13 12:26:57 +0000
  • 0d25e48cd5
    Add debugger support to watch task Dragory 2020-09-23 00:02:55 +0300
  • 7227775c27
    Use latest node-supervisor version from git Dragory 2020-09-23 00:02:14 +0300
  • 8d151c1800
    Fix null values in entity getSQLProps() Dragory 2020-09-22 23:46:56 +0300
  • 307b9fdee4
    docs: fix formatting Dragory 2020-09-22 22:26:21 +0300
  • 8d2e76c7b1
    docs: fix misnamed option, fixes #454 Dragory 2020-09-22 22:26:08 +0300
  • d1990370ab
    Merge README changes from 'master' Dragory 2020-09-13 16:00:03 +0300
  • 909625a48e
    Update setup.md Miikka 2020-09-13 15:58:54 +0300
  • 2fa7ec6866
    Combine changelogs for v2.31.0-beta.0 and beta.1 Dragory 2020-09-13 15:27:40 +0300
  • 96f97c78c0
    Remove husky/lint-staged Dragory 2020-09-13 15:24:51 +0300
  • aea216f289
    Fix crash when using newThreadCategoryId without categoryAutomation Dragory 2020-08-24 19:35:01 +0300
  • 8930e5dde8
    Fix crash when greetingMessage is used instead of serverGreetings Dragory 2020-08-24 19:31:53 +0300
  • d206111806
    make snippets not-anonymous anymore Matthew 2020-08-22 12:21:23 -0400
  • b992b49c5c
    Clean up bot mention notification styles Dragory 2020-08-21 05:16:23 +0300
  • 581b09a8ae
    Fix thread header ping not working, utilize allowed_mentions Dragory 2020-08-21 05:13:24 +0300
  • 54edc4c863
    fixes Matthew 2020-08-20 19:56:59 -0400
  • 6ef5de1cdf
    fixes Matthew 2020-08-18 20:55:31 -0400
  • 5f7fed7de4
    fixes Matthew 2020-08-18 20:52:46 -0400
  • bd6fc1cf6f
    fixes Matthew 2020-08-18 20:49:33 -0400
  • fc865be319
    fixes Matthew 2020-08-18 20:45:44 -0400
  • 94cfb6a38c
    fixes Matthew 2020-08-18 20:44:13 -0400
  • d421dda0ca
    fixes Matthew 2020-08-18 20:42:47 -0400