Commit graph

173 commits

Author SHA1 Message Date
dusk
f29e48ea74
fix quotes value being cut off 2025-10-15 20:39:50 +00:00
dusk
376f688ff4
improve error messages for the enum parameters 2025-10-15 20:18:53 +00:00
dusk
2fe747d704
fix some parameters that should parse remainder but werent 2025-10-15 19:10:44 +00:00
dusk
a307dd37c4
fix message edit commands, parse DM message links for ids 2025-10-13 10:25:55 +00:00
dusk
134855f8f8
fix reproxy command not accepting member ref 2025-10-13 08:16:53 +00:00
dusk
ca9f25ff64
use correct name for resolving flags and params in codegen 2025-10-11 05:49:01 +00:00
dusk
42c9429953
hide admin commands from suggestions etc. 2025-10-11 05:17:13 +00:00
dusk
7dd2a4e7e1
add system list alias to top level 2025-10-11 05:09:53 +00:00
dusk
da8ff942c9
fix switch commands ordering so they work properly (sw, sw edit out) 2025-10-11 04:19:25 +00:00
dusk
bbed401314
fix panic when operating inside graphemes while trying to find quotes 2025-10-11 03:54:43 +00:00
alyssa
a9355654df fix docker build 2025-10-08 21:50:58 +00:00
dusk
77444bff2e
add flags for public / private 2025-10-08 17:57:56 +00:00
dusk
dbab8c0eb5
update uniffi to latest 2025-10-08 14:22:10 +00:00
dusk
643f14847a
cargo fmt 2025-10-08 13:35:05 +00:00
dusk
f4216a83a9
make some common flags into constants 2025-10-08 04:29:48 +00:00
dusk
479e0a59b5
remove rest of the parsing in csharp bot 2025-10-08 03:26:40 +00:00
dusk
15ffd16c01
implement command root 2025-10-07 21:59:26 +00:00
dusk
c1ed7487d7
rank possible commands by input similarity 2025-10-07 18:22:04 +00:00
dusk
f14901a4e3
implement misc commands 2025-10-07 14:47:35 +00:00
dusk
1627e25268
implement server config commands 2025-10-07 14:27:21 +00:00
dusk
0f26a69f1b
implement the rest of the config commands 2025-10-04 19:32:58 +00:00
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
c42385f01c
implement rest of api (tokens) commands 2025-10-01 14:06:29 +00:00
dusk
d2807f402d
implement rest of the fun commands 2025-10-01 13:54:37 +00:00
dusk
1556b119f3
implement rest of commands for system 2025-10-01 12:27:06 +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
3e7898e5cc
implement members list, search later 2025-09-28 15:34:47 +00:00
dusk
228a177ea3
implement system link / unlink cmds 2025-09-28 15:03:28 +00:00
dusk
6d6dcc389f
add hidden flags that dont show up in suggestions, mainly for global flags 2025-09-27 00:21:34 +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
10dd499835
feat: implement switch commands 2025-09-24 21:32:42 +03:00
asleepyskye
39179f8e3a fix(gateway): properly check for reconnect
Some checks failed
Build and push Rust service Docker images / rust docker build (push) Has been cancelled
rust checks / cargo fmt (push) Has been cancelled
2025-09-19 09:30:20 -04:00
alyssa
ccbc027729 chore: fix rust build
Some checks failed
Build and push Rust service Docker images / rust docker build (push) Has been cancelled
rust checks / cargo fmt (push) Has been cancelled
2025-09-07 17:18:27 +00:00
dependabot[bot]
5df3191a2c
chore(deps): bump webp from 0.2.6 to 0.3.1 (#767)
Bumps [webp](https://github.com/jaredforth/webp) from 0.2.6 to 0.3.1.
- [Commits](https://github.com/jaredforth/webp/commits)

---
updated-dependencies:
- dependency-name: webp
  dependency-version: 0.3.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-07 13:02:10 -04: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
alyssa
ebb23286d8 chore: bump rust edition to 2024 2025-09-06 18:28:24 +00: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
alyssa
214f164fbc feat(api): implement PKError in rust-api 2025-09-03 00:35:39 +00:00
alyssa
a49dbefe83 fix(api): automatically reload ratelimit script on redis server restart 2025-09-03 00:35:39 +00:00
alyssa
dd14e7daef feat(api): add internal auth 2025-09-03 00:35:39 +00:00
alyssa
9c1acd84e1 fix(api): use constant time comparison for tokens 2025-09-03 00:35:39 +00:00