Sefa Eyeoglu
ae8186242a
Merge pull request #315 from PrismLauncher/renovate/redis-0.x
2024-04-30 22:43:58 +02:00
Sefa Eyeoglu
47d97065c1
Merge pull request #314 from PrismLauncher/renovate/log-0.x
2024-04-30 22:43:39 +02:00
Sefa Eyeoglu
5a58f62217
Merge pull request #312 from PrismLauncher/renovate/enum_dispatch-0.x
2024-04-30 22:43:09 +02:00
Sefa Eyeoglu
1c03d76127
Merge pull request #311 from PrismLauncher/renovate/color-eyre-0.x
2024-04-30 22:42:47 +02:00
Sefa Eyeoglu
0e86137b5a
Merge pull request #310 from PrismLauncher/renovate/serde_json-1.x
2024-04-30 22:42:12 +02:00
renovate[bot]
62cb8e2814
fix(deps): update rust crate redis to 0.25.3
2024-04-30 20:41:57 +00:00
renovate[bot]
d590fd3bc8
fix(deps): update rust crate log to 0.4.21
2024-04-30 20:41:52 +00:00
renovate[bot]
4d5838517d
fix(deps): update rust crate enum_dispatch to 0.3.13
2024-04-30 20:41:42 +00:00
renovate[bot]
53a0dd78dd
fix(deps): update rust crate color-eyre to 0.6.3
2024-04-30 20:41:38 +00:00
renovate[bot]
a9e262bc78
chore(deps): update rust crate serde_json to 1.0.116
2024-04-30 20:41:32 +00:00
Sefa Eyeoglu
9b7c3d501f
Merge pull request #308 from PrismLauncher/renovate/crate-eyre-vulnerability
2024-04-30 22:40:22 +02:00
Sefa Eyeoglu
becd93316d
Merge pull request #309 from PrismLauncher/renovate/serde-monorepo
2024-04-30 22:40:06 +02:00
Sefa Eyeoglu
f0f2b18a4b
Merge pull request #307 from Lutitious/rm-legacy-tag
2024-04-30 22:38:37 +02:00
renovate[bot]
c4aa447b6a
chore(deps): update rust crate serde to 1.0.199
2024-04-30 20:32:41 +00:00
renovate[bot]
3f9151e6f6
fix(deps): update rust crate eyre to v0.6.12 [security]
2024-04-30 20:32:34 +00:00
Sefa Eyeoglu
4d12cccec7
Merge pull request #303 from getchoo/feat/RIIR
2024-04-30 22:31:52 +02:00
Sefa Eyeoglu
ca7bacb5ac
Revert "remove reactions from messages older than n days"
...
This reverts commit 94b12a1069
.
2024-04-30 22:08:39 +02:00
Sefa Eyeoglu
a51210289b
Revert "block_reaction: log old reactions"
...
This reverts commit 4795e152ca
.
2024-04-30 22:06:25 +02:00
Sefa Eyeoglu
d25776d45b
Revert "block_reaction: avoid rate limits"
...
This reverts commit 3503dda44d
.
2024-04-30 22:06:24 +02:00
seth
84a7cfe151
use http client from context
2024-04-26 20:53:13 -04:00
seth
921540e249
nix: move dev outputs to subflake
2024-04-10 01:04:07 -04:00
seth
3503dda44d
block_reaction: avoid rate limits
2024-04-09 22:36:07 -04:00
seth
4795e152ca
block_reaction: log old reactions
2024-04-02 19:51:22 -04:00
seth
94b12a1069
remove reactions from messages older than n days
2024-04-02 19:23:15 -04:00
seth
a8d6a2b8d7
nix: use self'.packages as a default in module
...
this allows for the module to always work when only importing it from
the flake. if you want to make sure you aren't duplicating nixpkgs
inputs, the `nixpkgs` input of this flake should be overriden, or
`services.refraction.package` should be set to an overlayed version of
refraction (i.e., `pkgs.refraction` after setting `nixpkgs.overlays =
[ inputs.refraction.overlays.default ]`)
2024-03-31 20:01:48 -04:00
seth
dfa4d66654
ci: update actions
2024-03-31 19:57:27 -04:00
seth
da95309ed3
nix: update flake.lock
2024-03-31 19:56:59 -04:00
seth
bdce1f4455
nix: use toolchain from refraction package
2024-03-31 19:56:40 -04:00
seth
5cfb079e35
nix: improve RUSTFLAGS + add overlay
2024-03-31 19:56:13 -04:00
seth
0b0779f8b7
clean up
2024-03-31 17:26:16 -04:00
seth
9dfc3b21ff
set_welcome: wire up role interaction
2024-03-31 14:51:21 -04:00
seth
a2106caf22
set_welcome: bulk delete messages
2024-03-31 13:12:13 -04:00
seth
a3014f2694
consts: store colors as hex codes in struct
2024-03-30 04:11:04 -04:00
seth
1ff95de3bf
make sure to borrow in getters
2024-03-30 03:42:53 -04:00
seth
29ed728fc1
drop rand
2024-03-30 03:24:47 -04:00
seth
b161a1a5c5
drop redis-macros
...
this was unused
2024-03-30 03:05:53 -04:00
seth
90387c5a3b
once_cell -> std
2024-03-30 03:04:32 -04:00
seth
a41a84fd2d
say: use channel_id, only use prefix command
2024-03-29 18:08:01 -04:00
seth
59bf42998b
feat: add /set_welcome command
2024-03-29 18:07:56 -04:00
seth
239928a22a
crates: bump octocrab, redis, & reqwest
2024-03-27 19:17:10 -04:00
seth
9f8233709b
nix: use correct env var for redis url
2024-03-27 19:08:43 -04:00
seth
4e11bd2bd7
analyze_logs: fix 0x0 regex
2024-03-27 23:04:32 +00:00
seth
a9a63f36ad
treewide: allow for running w/o storage
2024-03-27 23:04:32 +00:00
seth
827b5a4bd7
analyze_logs: introduce LogProvider trait
2024-03-27 23:04:32 +00:00
seth
b63ecde6b4
commands: tidy up help & joke
2024-03-27 23:04:32 +00:00
seth
e847ea0ad0
api: use error_for_status_ref()
2024-03-27 23:04:32 +00:00
seth
3c4cf67bbf
nix: naersk
/fenix
-> rustPlatform
/rust-overlay
2024-03-24 15:08:45 -04:00
Rahul Imran
924f00ab00
fix: remove vcredist x86
...
Signed-off-by: Rahul Imran <notlutitious@gmail.com>
2024-03-20 00:20:57 +00:00
seth
6bd5db7208
utils::resolve_message: use perms from behind pk proxy
2024-03-18 09:48:37 -04:00
seth
af9938a3c6
handlers::event: improve tracing
2024-03-18 08:45:25 -04:00