lemmy/crates/utils/src
Dessalines f2a0841586
Rate limit websocket joins. (#2165)
* Rate limit websocket joins.

* Removing async on mutex lock fn.

* Removing redundant ip

* Return early if check fails.
2022-03-27 00:29:05 +00:00
..
rate_limit Rate limit websocket joins. (#2165) 2022-03-27 00:29:05 +00:00
settings Check that config is valid before saving (#2152) 2022-03-24 16:23:12 +00:00
apub.rs Store activitypub endpoints in database (#162) 2021-02-04 16:34:58 +00:00
claims.rs Moving settings and secrets to context. 2021-09-27 11:25:26 +02:00
email.rs WIP: Email localization (fixes #500) (#2053) 2022-03-24 15:25:51 +00:00
lib.rs Consolidate and lower reqwest timeouts. Fixes #2150 (#2151) 2022-03-24 16:33:23 +00:00
request.rs Consolidate and lower reqwest timeouts. Fixes #2150 (#2151) 2022-03-24 16:33:23 +00:00
sensitive.rs Don't drop error context when adding a message to errors (#1958) 2021-12-06 09:54:47 -05:00
test.rs Moving settings and secrets to context. 2021-09-27 11:25:26 +02:00
utils.rs Rework error handling (fixes #1714) (#2135) 2022-03-16 20:11:49 +00:00
version.rs For untagged commits, include hash in version name (fixes #1563) 2021-04-12 13:47:58 +02:00