Commit Graph

190 Commits

Author SHA1 Message Date
Tarrgon 825fc45d96 Remove name from title to prevent length problems 2026-05-20 15:06:23 -04:00
Tarrgon 7adfa832ae Update sqlite3
Nothing seems to break with this, fortunately
2026-05-20 13:21:48 -04:00
Tarrgon 2fe0e5b2b0 Package audit 2026-05-20 13:20:16 -04:00
Tarrgon 95379605c3 Merge pull request #3 from nkrystik/docker-cleanup
[deps]: Refresh Dockerfile and remove source-map-support.
2026-05-20 12:46:37 -04:00
Nix Krystik bf3ade207b Enable source maps in node & update name in Dockerfile. 2026-05-20 02:55:21 +08:00
Nix Krystik 4f365db12e Dockerfile no longer includes devDependencies or ./src 2026-05-20 02:42:45 +08:00
Tarrgon 625231480b Prevent timeout issues 2026-05-19 12:36:26 -04:00
Tarrgon ddffc3f9ed Fix imports 2026-05-19 12:14:46 -04:00
Tarrgon 13251468b1 Update modals 2026-05-19 12:14:19 -04:00
Tarrgon 7e5ec68f7e Add mod ticket context menu 2026-05-19 11:45:56 -04:00
Tarrgon ed6d43c3ad Custom mod tickets 2026-05-19 09:44:43 -04:00
Tarrgon 9dda367857 Merge pull request #2 from nkrystik/report-interaction
Report Message interaction for server members.
2026-05-19 09:06:01 -04:00
Tarrgon d08b21492a Add new features 2026-05-19 09:04:59 -04:00
Nix Krystik 9dc2034700 Removed le comments that made this less painful to read through. (also used to lead copilot to water somewhat.) 2026-05-16 17:43:28 +08:00
Nix Krystik 7dcc71d240 Added a cooldown with a default of 5 minutes. This can be adjusted to meet desired timing. 2026-05-16 17:40:26 +08:00
Nix Krystik e9c45b1907 Proof-of-concept for silent message reports. 2026-05-16 05:04:05 +08:00
Tarrgon b1801582a7 Match pull as well as pr 2026-05-12 10:49:31 -04:00
Tarrgon 7144f6fda8 Allow quick linking of PRs and issues 2026-05-12 10:45:02 -04:00
Tarrgon bbb9aa39e9 Include parent channels in link skips
Lets threads in channels be skipped as well.
2026-05-12 10:43:20 -04:00
Tarrgon 127f91c088 Merge pull request #1 from e621ng/dependabot/npm_and_yarn/rollup-4.59.0
Bump rollup from 4.41.0 to 4.59.0
2026-03-10 16:04:40 -04:00
Tarrgon 07e2cda721 dependency upgrade 2026-03-10 16:01:11 -04:00
dependabot[bot] 17d504a18b Bump rollup from 4.41.0 to 4.59.0
Bumps [rollup](https://github.com/rollup/rollup) from 4.41.0 to 4.59.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.41.0...v4.59.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 4.59.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-10 19:59:39 +00:00
Tarrgon 30bb187799 Prevent comma eating 2026-03-10 15:53:08 -04:00
Tarrgon 5d387d1281 Transform share URLs to post ids 2026-02-07 15:03:16 -05:00
Tarrgon 7e3f1b0258 Add artist id handling 2026-02-04 16:20:38 -05:00
Tarrgon 8c677dcf21 Close tickets after 5 days of inactivity 2026-01-16 09:17:53 -05:00
Tarrgon 09280d6eb1 Normalize error 2026-01-09 20:44:15 -05:00
Tarrgon ee3d6af7ec Initialize data 2026-01-09 20:43:47 -05:00
Tarrgon 7b42c8c656 Add status code 2026-01-09 20:42:23 -05:00
Tarrgon f79cdad3ee Throw json data properly 2026-01-09 20:40:03 -05:00
Tarrgon a48c4f9bea Error on non-200 response 2026-01-09 15:22:45 -05:00
Tarrgon 56956e2855 Error if user object malformed 2025-12-13 21:53:09 -05:00
Tarrgon 4c93cb8212 Add underage flag error 2025-12-13 18:06:17 -05:00
Tarrgon 4825a0695f Log unknown ticket types 2025-12-13 17:58:45 -05:00
Tarrgon 5301455730 Remove logs 2025-12-13 17:58:26 -05:00
Tarrgon 0890bdc5bf Ensure name length 2025-12-13 17:58:20 -05:00
Tarrgon 9d18b97144 Custom oauth lib
The package used is deprecated. And I want to be able to debug oauth errors better.
2025-12-13 17:58:10 -05:00
Tarrgon c2e4d1bd3c Do both 2025-11-19 14:05:55 -05:00
Tarrgon 20d431f61d Fix knowledgebase 2025-11-18 21:20:55 -05:00
Tarrgon ed6cd90627 Add user id to user-related messages 2025-11-18 11:49:09 -05:00
Tarrgon f86bda1ff3 Fix building 2025-11-12 16:21:35 -05:00
Tarrgon 986e23fe6d Update nickname formatting 2025-11-09 15:19:33 -05:00
Tarrgon 916bf519d4 Fix note custom log 2025-10-23 09:57:57 -04:00
Tarrgon 433ed278a8 Fix note max page 2025-10-03 11:08:20 -04:00
Tarrgon 241884865c Remove issue links from github releases 2025-10-02 14:49:03 -04:00
Tarrgon a540ce3c92 Only kick alts
The joiner will prevent them from joining, and if they are banned, only the banned account has its ban lifted. This prevents future headaches of unbanning.
2025-09-29 18:43:44 -04:00
Tarrgon 85f6b63d4e Add full ban 2025-09-29 15:34:18 -04:00
Tarrgon 321d9780ad Add comments explaining these methods
These methods aren't accurate to their names as they manipulate the data returned to better suit the purposes of the bot.
2025-09-28 15:47:21 -04:00
Tarrgon c9ee0cc6a8 Fix title being too long 2025-09-25 20:58:22 -04:00
Tarrgon 9dbdd00c00 Consolidate imports 2025-09-23 07:08:26 -04:00