Commit Graph

754 Commits (cshd)

Author SHA1 Message Date
Matthew c5f2cc0cfd push naming changes 2023-03-09 22:04:39 -05:00
Matthew 21050bf497
update 2021-09-23 22:26:49 -04:00
Miikka 57ba9e410a
Update LICENSE.md 2021-06-05 00:07:44 +03:00
Dragory 4051368cb6
3.3.2 2021-03-31 22:18:26 +03:00
Dragory 5a63fe5e34
Update CHANGELOG for v3.3.2 2021-03-31 22:18:22 +03:00
Dragory 944c23cd9c
Fix warning when updating to v3.3.1 2021-03-31 22:17:48 +03:00
Dragory adf772f2ff
3.3.1 2021-03-31 21:33:06 +03:00
Dragory 56d7d737ba
Update CHANGELOG for v3.3.1 2021-03-31 21:33:01 +03:00
Dragory 1647fdb215
Merge branch 'dev' 2021-03-31 21:30:20 +03:00
Dragory 3105bbebfe
Fix crash from stage channels 2021-03-31 21:29:55 +03:00
baptiste0928 4544ac5db8
Add custom emoji instructions for reactOnSeenEmoji (#543) 2021-01-28 14:42:16 +02:00
Dragory d24e4b046a
Fix global moderator role overrides 2021-01-20 23:47:57 +02:00
Dragory 2841631786
Add *.config.ini to .gitignore for multi-config environments 2021-01-09 03:05:38 +02:00
Dragory b88e2f03e3
Add an example for '-c' usage in CHANGELOG 2021-01-07 21:25:42 +02:00
Dragory e9db800a84
3.3.0 2021-01-07 21:18:11 +02:00
Dragory b1e947e82f
Add a link to update instructions at the top of CHANGELOG 2021-01-07 21:18:02 +02:00
Dragory e0c4c2524e
Update version number in CHANGELOG 2021-01-07 21:17:17 +02:00
Dragory 24f5291d13
Fix link in CHANGELOG 2021-01-07 21:16:11 +02:00
Dragory 0d7c13245b
Update docs 2021-01-07 21:15:12 +02:00
Dragory 6a20b99859
Update dev version changelog 2021-01-07 21:14:52 +02:00
Dragory d48c21f608
Add option: useGitForGitHubPlugins 2021-01-07 21:13:45 +02:00
Dragory 811dbb23f5
Update dev version changelog 2021-01-07 20:45:46 +02:00
Dragory cd500f06dd
close: use native options for -s, add -silent/-cancel/-c options 2021-01-07 20:42:12 +02:00
Lilly Rose Berner ff5707c40f
Document silent close, allow silent to be passed like other options (#528)
!loglink accepts options prefixed with a dash, which often leads to
users using close the same way and it not working as expected.
2021-01-07 20:24:26 +02:00
dependabot[bot] e2970394d0
Bump ini from 1.3.5 to 1.3.6 (#512)
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.6.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-07 20:23:01 +02:00
Dragory 151b3e7fd8
Add config.json.ini to auto-detected config files 2021-01-07 20:21:43 +02:00
Dragory 4b1c092a7b
Allow setting status to 'none' to disable setting status automatically 2021-01-07 20:18:19 +02:00
Dragory dc3a1a05d3
Fix PluginApi.webserver being undefined 2021-01-07 20:15:25 +02:00
Dragory 7758408fab
Update dev version changelog 2021-01-07 20:13:42 +02:00
Dragory 4a2edc6267
Change default mentionRole value to none 2021-01-07 20:11:57 +02:00
Dragory b95c134a02
Update docs with new default value for inboxServerPermission 2021-01-07 20:10:06 +02:00
Dragory d702122e56
Add dev version changes to CHANGELOG.md 2021-01-07 20:07:18 +02:00
Dragory e9893fe56e
Add CLI option --config/-c to specify config file 2021-01-07 20:00:27 +02:00
SamiKamal aee9cde40a
Update README.md (added more emojis to 'Getting Started') (#513) 2020-12-13 04:40:06 +02:00
Dragory 402afbf703
Add CPU arch to start-up message 2020-11-22 13:27:39 +02:00
Dragory b6ac6ec791
Add some common settings to config.example.ini 2020-11-22 13:25:05 +02:00
Dragory 8662917bea
Set inboxServerPermission to manageMessages by default
With single server setups being extremely common, this is a safer
default than not requiring any permissions at all.
2020-11-22 13:22:34 +02:00
Dragory 179361d761
Update json-schema-to-jsdoc and move it to devDependencies 2020-11-22 13:18:14 +02:00
Dragory 18da383673
Use 7 chars for git commit hash, not 8
Consistent with GitHub
2020-11-22 13:15:36 +02:00
Dragory daf7cb5deb
Install plugins before connecting to Discord
This avoids unnecessarily connecting to the gateway if plugin
installation fails.
2020-11-22 13:14:52 +02:00
Dragory 994a07843a
Move start-up version string to the very beginning 2020-11-22 13:00:18 +02:00
Dragory c45cd2bc70
Include Node.js version in start-up console message 2020-11-22 12:56:55 +02:00
Dragory 4a548dc261
Don't truncate plugin installation errors 2020-11-22 12:56:41 +02:00
Dragory 3f3de28091
Show bot version in console on start-up 2020-11-22 12:54:44 +02:00
Dragory 37cba80ed9
Rewrite GitHub NPM plugin names to full GitHub tarball links
This allows those plugins to be installed from GitHub even without
having Git installed.
2020-11-22 12:33:01 +02:00
Dragory 623ec15d13
Add option: showResponseMessageInThreadChannel 2020-11-08 16:46:09 +02:00
Dragory 17c485306e
3.2.0 2020-11-06 02:43:17 +02:00
Dragory 91f2beadf7
Update CHANGELOG for v3.2.0 2020-11-06 02:41:52 +02:00
Dragory 17acee0039
Update to Eris 0.14.0 2020-11-06 02:30:22 +02:00
Dragory 82f418a299
Fix !newthread throwing an error if a hook cancels thread creation
!newthread ignores beforeNewThread hooks entirely now.
2020-11-06 00:34:40 +02:00