lemmy/crates/apub/src
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
..
activities Check for dead federated instances (fixes #2221) (#3427) 2023-07-13 16:12:01 +02:00
api Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
collections Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
fetcher Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
http Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
objects Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
protocol Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
activity_lists.rs Activitypub crate rewrite (#2782) 2023-03-21 16:03:05 +01:00
lib.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
mentions.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00