Dragory
|
f46d719f4c
|
Code clean-up
|
2020-09-23 00:21:44 +03:00 |
Dragory
|
e2de5b97bd
|
Documentation clean-up
|
2020-09-23 00:20:55 +03:00 |
Nils
|
96e8eae188
|
Fully functioning built-in plugin to send system messages on join/leave (#437)
Co-authored-by: Miikka <2606411+Dragory@users.noreply.github.com>
|
2020-09-23 00:19:34 +03:00 |
funkyhippo
|
3af5a67c1b
|
Added anonymizeChannelName configuration option.
|
2020-09-23 00:17:31 +03:00 |
dependabot[bot]
|
88c2fc2e83
|
Bump knex from 0.21.4 to 0.21.5
Bumps [knex](https://github.com/knex/knex) from 0.21.4 to 0.21.5.
- [Release notes](https://github.com/knex/knex/releases)
- [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/knex/knex/commits/0.21.5)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-09-23 00:11:12 +03:00 |
dependabot[bot]
|
d45bb8d09c
|
Bump mime from 2.4.4 to 2.4.6
Bumps [mime](https://github.com/broofa/mime) from 2.4.4 to 2.4.6.
- [Release notes](https://github.com/broofa/mime/releases)
- [Changelog](https://github.com/broofa/mime/blob/master/CHANGELOG.md)
- [Commits](https://github.com/broofa/mime/commits)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-09-23 00:10:50 +03:00 |
dependabot[bot]
|
bf476532f0
|
Bump humanize-duration from 3.12.1 to 3.23.1
Bumps [humanize-duration](https://github.com/EvanHahn/HumanizeDuration.js) from 3.12.1 to 3.23.1.
- [Release notes](https://github.com/EvanHahn/HumanizeDuration.js/releases)
- [Changelog](https://github.com/EvanHahn/HumanizeDuration.js/blob/master/HISTORY.md)
- [Commits](https://github.com/EvanHahn/HumanizeDuration.js/compare/v3.12.1...v3.23.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-09-23 00:10:34 +03:00 |
Dragory
|
0d25e48cd5
|
Add debugger support to watch task
0.0.0.0 used as IP to allow debugging from Windows to WSL2
|
2020-09-23 00:02:57 +03:00 |
Dragory
|
7227775c27
|
Use latest node-supervisor version from git
Includes improved --inspect support
|
2020-09-23 00:02:16 +03:00 |
Dragory
|
8d151c1800
|
Fix null values in entity getSQLProps()
Fixes 'null' role name when staff member has no hoisted roles
|
2020-09-22 23:47:04 +03:00 |
Dragory
|
307b9fdee4
|
docs: fix formatting
|
2020-09-22 22:26:21 +03:00 |
Dragory
|
8d2e76c7b1
|
docs: fix misnamed option, fixes #454
|
2020-09-22 22:26:08 +03:00 |
Dragory
|
d1990370ab
|
Merge README changes from 'master'
|
2020-09-13 16:00:03 +03:00 |
Miikka
|
909625a48e
|
Update setup.md
|
2020-09-13 15:58:54 +03:00 |
Dragory
|
2fa7ec6866
|
Combine changelogs for v2.31.0-beta.0 and beta.1
|
2020-09-13 15:27:40 +03:00 |
Dragory
|
96f97c78c0
|
Remove husky/lint-staged
Broke "npm ci" when downloading the zip instead of cloning.
|
2020-09-13 15:25:02 +03:00 |
Dragory
|
aea216f289
|
Fix crash when using newThreadCategoryId without categoryAutomation
|
2020-08-24 19:35:01 +03:00 |
Dragory
|
8930e5dde8
|
Fix crash when greetingMessage is used instead of serverGreetings
|
2020-08-24 19:31:53 +03:00 |
Dragory
|
b992b49c5c
|
Clean up bot mention notification styles
|
2020-08-21 05:16:23 +03:00 |
Dragory
|
581b09a8ae
|
Fix thread header ping not working, utilize allowed_mentions
|
2020-08-21 05:13:24 +03:00 |
Dragory
|
c467c7d0f6
|
Add npm script to run migrations manually
|
2020-08-18 22:43:26 +03:00 |
Dragory
|
fdabf65882
|
Fix thread alert_id being limited to 20 chars on MySQL
|
2020-08-18 22:43:08 +03:00 |
Dragory
|
47125fd7fd
|
Fix rare crash in typingProxy
|
2020-08-18 21:43:30 +03:00 |
Dragory
|
883d8adf93
|
Fix crash when a user sends an attachment
Also added an eslint rule to catch similar errors caused by shadowed
variables in the future.
|
2020-08-17 11:26:06 +03:00 |
Dragory
|
a69e9dd0a2
|
Rename server intents image to clear GitHub image cache
|
2020-08-17 02:22:22 +03:00 |
Dragory
|
5886da6da6
|
Update server members intent instruction image
|
2020-08-17 02:20:11 +03:00 |
Dragory
|
15afd0995d
|
Some wording tweaks/clarifications in docs
|
2020-08-17 02:17:32 +03:00 |
Dragory
|
ceff84a9ad
|
Fix server intents image link in setup.md
|
2020-08-17 02:15:05 +03:00 |
Dragory
|
47c3878e07
|
Show FAQ more prominently in README
|
2020-08-17 02:14:12 +03:00 |
Dragory
|
cb9f04a5e3
|
faq: add entry about message numbers, remove notes on attachments
Note on attachments is no longer necessary as the new default is to
link to the original attachment instead of rehosting it.
|
2020-08-17 02:12:06 +03:00 |
Dragory
|
958db5135d
|
Use releases instead of tags in update check, ignore prereleases/drafts
|
2020-08-17 02:07:03 +03:00 |
Dragory
|
f8d53741e4
|
Update version in package.json
|
2020-08-17 02:03:19 +03:00 |
Dragory
|
4d42656c24
|
Delete command message after !edit/!delete
Consistency with !reply
|
2020-08-17 02:02:22 +03:00 |
Dragory
|
aff119549e
|
Removed some leftover brackets around message numbers
|
2020-08-17 01:58:20 +03:00 |
Dragory
|
adc54909fa
|
Tidy up edit/deletion styles
|
2020-08-17 01:53:21 +03:00 |
Dragory
|
6a8ecfed8a
|
Small extra tweak to thread message numbers
|
2020-08-17 01:46:51 +03:00 |
Dragory
|
3aa74f2cbf
|
Hide message numbers from non-verbose logs
|
2020-08-17 01:45:45 +03:00 |
Dragory
|
c7b49b5484
|
Tweaks to default message number formatting
|
2020-08-17 01:43:36 +03:00 |
Dragory
|
1532371091
|
Add link to intent instructions image in changelog
|
2020-08-17 01:35:09 +03:00 |
Dragory
|
d9683efec6
|
Add very important line break
|
2020-08-17 01:34:10 +03:00 |
Dragory
|
ca7dde0850
|
Add instructions for enabling Server Members Intent in setup docs
|
2020-08-17 01:32:30 +03:00 |
Dragory
|
bdfdeaf7e1
|
Emphasized breaking changes in the changelog
|
2020-08-17 01:25:29 +03:00 |
Dragory
|
ab40214b64
|
Add renamed config options to the changelog
|
2020-08-17 01:25:05 +03:00 |
Dragory
|
ac2548b6cc
|
Request GUILD_MEMBERS intent for server greetings. Emphasize new intent requirement in the changelog.
|
2020-08-17 01:24:30 +03:00 |
Dragory
|
4fbf2a1769
|
Rename guildGreetings to serverGreetings
The original name (guildGreetings) is now an alias for the new option
name, so old configs will still work after this change.
|
2020-08-17 01:21:07 +03:00 |
Dragory
|
900a14d8a1
|
Rename categoryAutomation.newThreadFromGuild to categoryAutomation.newThreadFromServer
The original name (categoryAutomation.newThreadFromGuild) is now
an alias for the new option name, so old configs still work after
this change.
|
2020-08-17 01:04:05 +03:00 |
Dragory
|
c177be8920
|
Fix categoryAutomation type
|
2020-08-17 00:55:18 +03:00 |
Dragory
|
099b5f9616
|
Enable !edit and !delete by default
|
2020-08-17 00:55:05 +03:00 |
Dragory
|
c437634a18
|
Add !edit and !delete to the command docs
|
2020-08-17 00:39:50 +03:00 |
Dragory
|
d85a2dad5d
|
Add !message
|
2020-08-17 00:39:39 +03:00 |