You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
teknomunk d5d1f02390
Rearrange file structure to prepare for separating ActivityPub code to submodule
1 year ago
..
api Rearrange file structure to prepare for separating ActivityPub code to submodule 1 year ago
inbox Rearrange file structure to prepare for separating ActivityPub code to submodule 1 year ago
mastodon_api Start implementing OAUTH2 application infrastructure so that Husky will connect 1 year ago
test Rearrange file structure to prepare for separating ActivityPub code to submodule 1 year ago
activity_pub.c Rearrange file structure to prepare for separating ActivityPub code to submodule 1 year ago
activity_pub.h Implement /outbox, add status->activity indexing for local statuses 1 year ago
cli.c Rearrange file structure to prepare for separating ActivityPub code to submodule 1 year ago
cli.h Add start of CLI controller, put ActivityPub endpoints /following and followers in the right spot, implement account follow/unfollow (flaky), show status publish date 1 year ago
inbox.c Rearrange file structure to prepare for separating ActivityPub code to submodule 1 year ago
inbox.h Link status/repost to the activity that created them for use in /outbox, start renaming ap_activity to ap_object, move code that creates Create activity to account model 1 year ago
indexer.c Loop outbox processing, add incoming mentions to that account's local timeline, add emoji reactions inbox processing, implement followers listing, add reindex command 1 year ago
indexer.h Loop outbox processing, add incoming mentions to that account's local timeline, add emoji reactions inbox processing, implement followers listing, add reindex command 1 year ago
main.c Implement /outbox, add status->activity indexing for local statuses 1 year ago
main.h Move controller code to src/controller/ and out of src/main.c, add extremely simple 404 error page 1 year ago
mastodon_api.c Rearrange file structure to prepare for separating ActivityPub code to submodule 1 year ago
mastodon_api.h Initial commit of server code 1 year ago
nodeinfo.c Fix memory leaks, add logic to remove reacts, rename files/folders in HTTP submodules, rework timeline filtering, move http common files to new submodules, have the react result field 'me' filled in correctly 1 year ago
nodeinfo.h Basic nodeinfo/2.1 implementation 1 year ago
oauth.c Fix up JSON layout data, allow attributedTo instead of actor in post 1 year ago
oauth.h Start implementing OAUTH2 application infrastructure so that Husky will connect 1 year ago
outbox.c Rearrange file structure to prepare for separating ActivityPub code to submodule 1 year ago
outbox.h Start crypto implementation, remove debug printfs, partial application of s/reverse_index/uri_index/, fix memory leak in rie_reader, start writing outbox processing 1 year ago
owner.c Rearrange file structure to prepare for separating ActivityPub code to submodule 1 year ago
owner.h Implement webfinger and basic owner actor 1 year ago
pleroma_api.c Fix bugs, fix inbox blocks, add safety to reacts, create common cleanup_box for both inbox and outbox, start transition of ap_activity to ap_object 1 year ago
pleroma_api.h rework status handling to support replies, add handling for /api/pleroma/frontend_configurations, rework instance data, rework status response 1 year ago
test.c Start implementing followers logic, start react logic 1 year ago
test.h Start test suite, implement base64_decode, validate http signatures 1 year ago
webfinger.c Fix memory leaks, access bugs, use-before-initialization bugs 1 year ago
webfinger.h Basic nodeinfo/2.1 implementation 1 year ago