Commit graph

774 commits

Author SHA1 Message Date
dusk
a268f75d32
implement admin commands 2025-10-04 01:57:48 +00:00
dusk
5198f7d83b
better parameters handling, implement import export 2025-10-03 15:50:54 +00:00
dusk
e4f38c76a9
implement proxied message and permcheck commands 2025-10-03 02:21:12 +00:00
dusk
2b304457cc
implement autoproxy commands 2025-10-01 14:44:56 +00:00
dusk
1943687c70
implement rest of group and member commands 2025-10-01 00:51:45 +00:00
dusk
95fc7e9f60
implement parse list options and related commands 2025-09-30 18:45:35 +00:00
dusk
228a177ea3
implement system link / unlink cmds 2025-09-28 15:03:28 +00:00
dusk
c92c3f84f0
implement random commands, dont keep the subcommands only the flags 2025-09-26 23:56:49 +00:00
dusk
c00ff2f371
implement show-embed flags 2025-09-26 18:47:54 +00:00
dusk
b353dcbda2
Merge remote-tracking branch 'upstream/main' into rust-command-parser 2025-09-26 15:16:54 +00:00
dusk
104083aac1
feat: implement system front commands 2025-09-26 14:58:59 +00:00
dusk
4e0c56f6cb
fix: add missing parameters ext method, fix SwitchDelete usage 2025-09-24 21:36:33 +00:00
dusk
10dd499835
feat: implement switch commands 2025-09-24 21:32:42 +03:00
Jake Fulmine
14f11bd1e9 fix(bot): take member name privacy into account when viewing member groups
Some checks failed
Build and push Docker image / .net docker build (push) Has been cancelled
.net checks / run .net tests (push) Has been cancelled
.net checks / dotnet-format (push) Has been cancelled
2025-09-20 02:46:29 +02:00
asleepyskye
ebf8a40369 fix(bot): fix utility admin command
Some checks failed
Build and push Docker image / .net docker build (push) Has been cancelled
.net checks / run .net tests (push) Has been cancelled
.net checks / dotnet-format (push) Has been cancelled
2025-09-09 11:32:13 -04:00
asleepyskye
8bca02032f feat(bot): add utility admin command 2025-09-09 10:43:00 -04:00
alyssa
26208ce16c feat(bot): port help menu to components v2 2025-09-07 22:45:31 +00:00
Iris System
fbf51b41c1 feat(bot): ComponentsV2 system/member/group cards
Some checks are pending
Build and push Docker image / .net docker build (push) Waiting to run
.net checks / run .net tests (push) Waiting to run
.net checks / dotnet-format (push) Waiting to run
Build and push Rust service Docker images / rust docker build (push) Waiting to run
rust checks / cargo fmt (push) Waiting to run
2025-09-07 10:16:50 +12:00
dusk
15191171f5
feat: implement member avatar commands 2025-09-04 04:01:21 +03:00
dusk
1196d87fe7
feat: implement member proxy commands 2025-09-04 01:22:34 +03:00
dusk
4a7ee0deb0
feat: implement member edit commands 2025-09-04 00:12:31 +03:00
dusk
915d8b449b
fix(bot): get rid of syntax error in SystemEdit 2025-08-13 02:41:41 +03:00
dusk
f721b850d4
Merge remote-tracking branch 'upstream/main' into rust-command-parser 2025-08-09 17:38:44 +03:00
asleepyskye
3ad28eb15f fix(bot): generate and attach color previews 2025-07-16 11:48:48 -04:00
alyssa
539fc82342 feat(bot): lookup command messages 2025-06-15 21:10:57 +00:00
rladenson
dfd9ea553a feat: show notice of ToS on system creation 2025-04-27 20:43:27 -06:00
rladenson
094ddbcea2 fix: string interpolation error 2025-04-24 10:42:52 +00:00
alyssa
a8664665a6 feat: add last message cache to gateway 2025-04-04 11:10:39 +00:00
dusk
3eece261fd
feat: implement system privacy commands (yay system edit done) 2025-04-04 06:14:17 +09:00
dusk
cb0a9eaf9f
feat: implement system proxy commands 2025-04-04 05:24:09 +09:00
dusk
047bdd870d
feat: implement system delete command 2025-04-04 04:47:00 +09:00
dusk
9e74835e4b
feat: implement system banner commands 2025-04-04 04:27:28 +09:00
dusk
6a840f768f
feat: implement system serveravatar commands 2025-04-04 04:06:51 +09:00
dusk
b62340cbb3
feat: implement system avatar commands 2025-04-04 03:50:07 +09:00
dusk
293570c91c
feat: add confirm yes flag to clear handlers for system edit 2025-04-01 16:50:43 +09:00
dusk
ae2703f5d9
feat: implement system pronouns commands 2025-04-01 16:33:00 +09:00
dusk
4cc729c93c
feat: add color, tag, description, server tag system commands 2025-04-01 01:03:49 +09:00
dusk
ac52b5c257
feat: implement system name etc. commands 2025-03-31 22:22:38 +09:00
dusk
e8f8e5f0a3
Merge remote-tracking branch 'upstream/main' into rust-command-parser 2025-03-29 07:36:43 +03:00
alyssa
71e8cf960c feat(bot): make links in help/stats embeds clickable 2025-03-09 15:25:33 +00:00
alyssa
8266100155 fix(bot): clean up some error messages 2025-02-23 11:02:55 +00:00
alyssa
d537f05b23 feat(bot): use avater service for image verify 2025-02-23 09:33:32 +00:00
rladenson
0572725be1 fix: check member banner permissions on direct queries 2025-02-10 19:48:27 -07:00
rladenson
43bc220a3d fix: check group banner existence when querying group banner 2025-02-10 19:46:52 -07:00
dusk
07e8a4851a
feat(commands): add cs codegen to statically use params and flags in bot code, remove Any 2025-01-21 12:36:54 +09:00
dusk
07b616e422
Merge remote-tracking branch 'upstream/main' into rust-command-parser 2025-01-21 00:46:50 +09:00
dusk
2a063442ea
refactor(commands): remove Reset as a parameter type 2025-01-15 00:21:11 +09:00
alyssa
e50a959910 fix(bot): update formatting in pk;stats 2025-01-11 01:40:04 +00:00
dusk
482c923507
feat: better parameters handling, implement multi-token matching 2025-01-07 23:15:18 +09:00
rladenson
d2189dea73 feat: show appropriate warnings when setting tag 2025-01-05 05:59:10 -07:00