lemmy/crates
Nutomic 7d8cb93b53
Check for dead federated instances (fixes #2221) (#3427)
* Check for dead federated instances (fixes #2221)

* move to apub crate, use timestamp

* make it compile

* clippy

* use moka to cache blocklists, dead instances, restore orig scheduled tasks

* remove leftover last_alive var

* error handling

* wip

* fix alive check for instances without nodeinfo, add coalesce

* clippy

* move federation blocklist cache to #3486

* unused deps
2023-07-13 16:12:01 +02:00
..
api Add infinite scroll user option (#3572) 2023-07-12 09:12:01 -04:00
api_common Add infinite scroll user option (#3572) 2023-07-12 09:12:01 -04:00
api_crud Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
apub Check for dead federated instances (fixes #2221) (#3427) 2023-07-13 16:12:01 +02:00
db_schema Check for dead federated instances (fixes #2221) (#3427) 2023-07-13 16:12:01 +02:00
db_views Add infinite scroll user option (#3572) 2023-07-12 09:12:01 -04:00
db_views_actor Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
db_views_moderator Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
routes Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
utils Fix wrong SMTP port when TLS is being used (fixes #3574) (#3607) 2023-07-13 13:10:14 +02:00