|
5319046dc7
|
Add federation test cases for Smithereen and Mastodon
|
2021-11-09 17:16:58 +01:00 |
|
|
252d87d332
|
Fix clippy error
|
2021-11-08 13:16:14 +01:00 |
|
|
888e683856
|
For verify_is_public() we also need to check cc field
|
2021-11-06 18:44:34 +01:00 |
|
|
a5a674a270
|
Add method ApubObject.verify()
|
2021-11-06 18:35:14 +01:00 |
|
|
8ea21c39b7
|
Reduce stack memory usage in apub code
- use our own, smaller Endpoints struct
- wrap ObjectId.url in Box
- adjust usage of Box in different places
|
2021-11-06 14:53:39 +01:00 |
|
|
c725514841
|
Change to_apub and from_apub to take by value and avoid cloning
|
2021-11-06 14:47:58 +01:00 |
|
|
2edf8ba157
|
Move ObjectId to library
|
2021-11-05 21:37:46 +01:00 |
|
|
bd3352423a
|
Remove ActivityFields trait, deserialize into another struct instead
|
2021-11-05 21:14:19 +01:00 |
|
|
969a7f2d1b
|
Refactoring apub code
|
2021-11-05 21:12:10 +01:00 |
|
|
41f7bcc0d2
|
Correctly use and document check_is_apub_id_valid() param use_strict_allowlist
|
2021-11-02 21:39:06 +01:00 |
|
|
0bde2d595e
|
Add tests for parsing activities and collections
|
2021-11-02 12:44:51 +01:00 |
|
|
03d8ac75ef
|
Move activity structs to protocol folder
|
2021-10-29 12:50:32 +02:00 |
|
|
5ff044346f
|
Move object and collection structs to protocol folder
|
2021-10-29 12:50:32 +02:00 |
|