fedimovies/src/activitypub
2022-12-08 16:31:26 +00:00
..
actors Rename instance.host() to instance.hostname() 2022-11-24 13:27:10 +00:00
builders Rename modules 2022-12-06 23:29:59 +00:00
fetcher Rename modules 2022-12-07 21:00:54 +00:00
handlers Rename modules 2022-12-07 21:00:54 +00:00
activity.rs Create dedicated types for all activities and remove create_activity() function 2022-12-06 21:07:26 +00:00
authentication.rs Don't fetch actor when verifying JSON signature on Delete(Person) activity 2022-12-08 16:31:26 +00:00
collections.rs Use u16 when working with page size 2022-09-29 21:47:35 +00:00
constants.rs Rename constants 2022-10-02 21:23:16 +00:00
deliverer.rs Replace generic parameter in OutgoingActivity struct with Value type 2022-12-05 18:08:15 +00:00
identifiers.rs Move AP ID parsers to activitypub::identifiers module 2022-07-16 14:10:56 +00:00
mod.rs Move verify_signed_request function to activitypub::authentication module 2022-10-23 23:51:51 +00:00
receiver.rs Don't fetch actor when verifying JSON signature on Delete(Person) activity 2022-12-08 16:31:26 +00:00
signatures.rs Sign outgoing activities 2022-10-24 21:20:41 +00:00
views.rs Rename Pool type to DbPool 2022-12-03 21:30:24 +00:00
vocabulary.rs Transform incoming events into posts 2022-12-06 19:54:44 +00:00