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 f04141fdbd
Fix probably SEGV in outbox envelope creation with shared inboxes, move data for statuses so everything isn't data/statuses/*.json (need to repeat for data/statuses/ap)
1 year ago
..
ap Add debug tool (pretty_json.rb), change limit on follower/following accounts results, implement delivery to shared inboxes 1 year ago
crypto Implement working Digest headers included in HTTP Signature for all outgoing posts 1 year ago
status Add backoff to outbox processing, get replies federating, get emoji notifications working in Husky, get local statuses not in the uri index looking up by uri 1 year ago
account.c Fix probably SEGV in outbox envelope creation with shared inboxes, move data for statuses so everything isn't data/statuses/*.json (need to repeat for data/statuses/ap) 1 year ago
account.h Implement block notification 1 year ago
client_app.c Fix up JSON layout data, allow attributedTo instead of actor in post 1 year ago
client_app.h Get husky Oauth2 authentication working 1 year ago
notification.c Replace string template api Account response with version using JSON submodule 1 year ago
notification.h Replace string template api Account response with version using JSON submodule 1 year ago
notification.json.template Add backoff to outbox processing, get replies federating, get emoji notifications working in Husky, get local statuses not in the uri index looking up by uri 1 year ago
owner.c Fix up JSON layout data, allow attributedTo instead of actor in post 1 year ago
owner.h Start implemeting owner model, update client app model, get first stage of Oauth2 working (issuing authorization code) 1 year ago
server.c Basic nodeinfo/2.1 implementation 1 year ago
server.h Basic nodeinfo/2.1 implementation 1 year ago
status.c Fix probably SEGV in outbox envelope creation with shared inboxes, move data for statuses so everything isn't data/statuses/*.json (need to repeat for data/statuses/ap) 1 year ago
status.h Add debug tool (pretty_json.rb), change limit on follower/following accounts results, implement delivery to shared inboxes 1 year ago
time.c Add route for unfollow, handle Update activities, add self mentions to statuses during Create handling, replace purely linear outbox handling with one that can skip failed deliveries 1 year ago
time.h Add route for unfollow, handle Update activities, add self mentions to statuses during Create handling, replace purely linear outbox handling with one that can skip failed deliveries 1 year ago
timeline.c Fix issue with timelines, implement reposts and repost federation 1 year ago
timeline.h Implement timelines, make media and reactions data driven (reactions still need count/react pulled from data) 1 year ago