Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActivityPub & Mastodon-compatible functionality #97

Closed
BanjoFox opened this issue Mar 27, 2018 · 3 comments
Closed

ActivityPub & Mastodon-compatible functionality #97

BanjoFox opened this issue Mar 27, 2018 · 3 comments
Labels
backend Items relating to the Rust-side of the app. feature request

Comments

@BanjoFox
Copy link
Collaborator

BanjoFox commented Mar 27, 2018

This is item 8, in the Hackers Guide to Aardwolf

Unfortunately this is a very... undefined floating target however I will do my best to at least point out the trail heads.
These bullet points are generally going to follow order of operations as they make sense in my head.

  • Build a "map" of the -existing- Mastodon functionality.
  • Build a "map" of the full ActivityPub specification
  • Find common links between Mastodon map, and ActivityPub map
  • Translate the parts common to ActivityPub & Mastodon into pseudocode. Getting it CLOSE to Rust would be great when possible
  • Take remaining parts of the ActivityPub spec, and pseudocode those
  • Try to come up with a list of additional functional targets which are missing/poorly defined/not covered by ActivityPub
@kaniini
Copy link

kaniini commented Mar 29, 2018

as a note, if you have questions about activitypub feel free to ping me in fediverse :)

I can't break it down into rust but I can probably explain it well enough that you could :)

@BanjoFox BanjoFox changed the title Implement more of the ActivityPub & Mastodon-compatible functionality Development Target - ActivityPub & Mastodon-compatible functionality Jul 5, 2018
@BanjoFox BanjoFox removed the mozsprint label Jul 5, 2018
@BanjoFox BanjoFox changed the title Development Target - ActivityPub & Mastodon-compatible functionality Backend Requirement - ActivityPub & Mastodon-compatible functionality Jul 5, 2018
@BanjoFox BanjoFox added help wanted backend Items relating to the Rust-side of the app. and removed help wanted labels Jul 5, 2018
@BanjoFox BanjoFox changed the title Backend Requirement - ActivityPub & Mastodon-compatible functionality ActivityPub & Mastodon-compatible functionality Jul 5, 2018
@BanjoFox BanjoFox added this to the Federation milestone Nov 2, 2018
@rayrrr
Copy link

rayrrr commented Jul 27, 2019

It has been broken down into Rust! https://github.com/asonix/activitypub <--another crate to add to the cargo. See also https://github.com/rustodon/rustodon

@BanjoFox
Copy link
Collaborator Author

@rayrrr -- Asonix is perhaps the largest contributor to this project currently. It is good to see that folks are still looking into Rustodon as well. That project is nearly as old as ours :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Items relating to the Rust-side of the app. feature request
Projects
None yet
Development

No branches or pull requests

3 participants