]> Untitled Git - lemmy.git/commit
pull in activitypub library
authorFelix <me@nutomic.com>
Sat, 29 Feb 2020 11:42:44 +0000 (12:42 +0100)
committerFelix <me@nutomic.com>
Sat, 29 Feb 2020 11:42:44 +0000 (12:42 +0100)
commit7cdf167e4b28b08e9df90e874be31891ca904f26
tree1dd024469c9b5f18abbe4a41a27afdde058ba06a
parentb854d8f3a0d484fd08bedc75e237fcc2c5eb4a67
pull in activitypub library
17 files changed:
README.md
server/Cargo.lock
server/Cargo.toml
server/src/activitypub/activity.rs [new file with mode: 0644]
server/src/activitypub/actor/mod.rs [new file with mode: 0644]
server/src/activitypub/actor/properties.rs [new file with mode: 0644]
server/src/activitypub/collection.rs [new file with mode: 0644]
server/src/activitypub/endpoint.rs [new file with mode: 0644]
server/src/activitypub/link.rs [new file with mode: 0644]
server/src/activitypub/mod.rs [new file with mode: 0644]
server/src/activitypub/object/mod.rs [new file with mode: 0644]
server/src/activitypub/object/properties.rs [new file with mode: 0644]
server/src/apub/community.rs
server/src/apub/post.rs
server/src/apub/puller.rs
server/src/apub/user.rs
server/src/lib.rs