1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-18 04:40:59 -05:00
Commit Graph

793 Commits

Author SHA1 Message Date
Toast
a241b406da
Merge 4fb097fa70 into 8ffe787c51 2024-02-12 09:00:22 +00:00
toast-ts
4fb097fa70 Sync Sequelize v7 changes from Canary repository 2024-02-12 19:55:45 +11:00
github-actions[bot]
8ffe787c51 Combined Dependabot PR (#88)
* Bump @types/node from 20.11.16 to 20.11.17

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.16 to 20.11.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* Bump sequelize from 6.35.2 to 6.37.0

Bumps [sequelize](https://github.com/sequelize/sequelize) from 6.35.2 to 6.37.0.
- [Release notes](https://github.com/sequelize/sequelize/releases)
- [Commits](https://github.com/sequelize/sequelize/compare/v6.35.2...v6.37.0)

---
updated-dependencies:
- dependency-name: sequelize
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Bump undici from 6.6.0 to 6.6.2

Bumps [undici](https://github.com/nodejs/undici) from 6.6.0 to 6.6.2.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.6.0...v6.6.2)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: toast-ts <96593068+toast-ts@users.noreply.github.com>
2024-02-12 15:32:42 +11:00
dependabot[bot]
8eaf06261f
Bump redis from 4.6.12 to 4.6.13 (#84)
Bumps [redis](https://github.com/redis/node-redis) from 4.6.12 to 4.6.13.
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/redis@4.6.12...redis@4.6.13)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-12 15:22:53 +11:00
toast-ts
c67b64c514 Remove unused automod function 2024-02-12 04:57:54 +11:00
toast-ts
04024dea2e Hopefully I ironed out the issues in phishingDetection module. 2024-02-11 21:50:38 +11:00
toast-ts
6a237460ed Change font, container didn't support it. 2024-02-09 22:34:57 +11:00
toast-ts
b2d2300d13 Drop-in replacement for Canvas 2024-02-09 22:27:08 +11:00
toast-ts
a862564248 Remind myself 2024-02-09 14:59:32 +11:00
toast-ts
a5e45a3b13 Graph optimizations 2024-02-09 14:54:49 +11:00
toast-ts
ab9e88c263 Add raw SQL query support 2024-02-08 07:36:37 +11:00
toast-ts
1d02e781dc Add private_dir option. 2024-02-07 09:14:40 +11:00
toast-ts
d6812cb6d3 Add new automod rule 2024-02-07 07:19:26 +11:00
toast-ts
d38d27765e Display creation date differently 2024-02-05 06:00:59 +11:00
Toast
8565364187
Fix broken newline in README.md 2024-02-04 22:43:43 +11:00
toast-ts
d6a0645e81 Moderation improvements 2024-02-04 13:09:33 +11:00
Toast
a5f48fd75e
Update ResponseModule.ts 2024-02-03 20:47:15 +11:00
toast-ts
29743d523c Naughty naughty 2024-02-03 10:32:29 +11:00
toast-ts
980ffa5d25 Make the punishment log more readable. 2024-02-02 20:22:42 +11:00
Toast
fbc4f7f8f1 Make file executable 2024-02-01 20:39:11 +00:00
toast-ts
819033a7a7 Remove pointless arg in bash script 2024-02-02 07:27:28 +11:00
toast-ts
1627b8054e Update Yarn to 4.1 2024-02-02 07:21:25 +11:00
toast-ts
5ddc2dec0b Attempt to prevent undefined: null in purge log 2024-02-02 07:12:15 +11:00
toast-ts
8191296b11 Remove pointless bold text 2024-02-02 06:04:10 +11:00
toast-ts
b9ecfe23e1 Some improvements 2024-02-01 07:54:38 +11:00
toast-ts
3828a0e35c Hacky workaround for timestamp thing when member is banned 2024-01-31 23:57:56 +11:00
toast-ts
3150379c79 Fix up embed formatting 2024-01-31 23:57:40 +11:00
toast-ts
9396e97ae5 Attempt to fix regex when updating case 2024-01-31 23:35:18 +11:00
toast-ts
e8cc309b9e I set the timezone in wrong file. 2024-01-31 17:33:01 +11:00
toast-ts
c028851b8e Attempt to use host time 2024-01-31 17:22:41 +11:00
Toast
9d077c1635
Update activity status (#80) 2024-01-31 14:45:07 +11:00
toast-ts
88046c13d8 Satisfy Canvas dependency 2024-01-30 04:32:40 +11:00
toast-ts
3e1a441ee4 Change Advertisement rule to ban from mute 2024-01-29 17:46:28 +11:00
toast-ts
5106f0e849 Add startDocker.sh 2024-01-29 15:00:04 +11:00
toast-ts
5e980363a3 Isolate the bot to its own compose file 2024-01-29 14:50:26 +11:00
toast-ts
07a4c48f97 Update TokenService to work in isolated environment 2024-01-29 14:45:08 +11:00
toast-ts
b366680895 "is PostgreSQL running?" 2024-01-28 18:27:57 +11:00
toast-ts
6399099ccb Add Redis slave 2024-01-28 18:24:28 +11:00
toast-ts
ebca16e5a5 Merge branch from Novdec 2024-01-28 17:12:32 +11:00
toast-ts
9d2d08105c Fix wording 2024-01-28 12:29:36 +11:00
toast-ts
17b346042d Notify over DM channel regarding I/O issues 2024-01-27 23:08:30 +11:00
toast-ts
11ab143609 Setup a master/slave replication in Postgres 2024-01-27 19:29:00 +11:00
toast-ts
1210a84e55 Fix MESSAGE_UPDATE raw event for message content being same 2024-01-27 04:33:59 +11:00
toast-ts
4cc1cfec52 Log the error messages returned by the API 2024-01-27 02:48:56 +11:00
toast-ts
ae32205c9a Update types 2024-01-26 08:10:05 +11:00
toast-ts
4594c2136a The forgotten if statement 2024-01-26 08:09:14 +11:00
toast-ts
514b7ee2bf Add author field to punishment log 2024-01-24 10:27:46 +11:00
toast-ts
1719509d07 Ripbozo on Dave? 2024-01-24 09:37:38 +11:00
toast-ts
977b87d8b0 Display limit for reason option in Punish.ts 2024-01-24 07:24:09 +11:00
toast-ts
4280af2807 Add ability to disable raw gateway events 2024-01-23 09:15:40 +11:00