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 d714135f06
Move account sync to inbox processing and reduce timeout to 3 hours, add stub route for /api/v2/, change inbox and outbox processing to stop using fs_list and remove file locking that was causing significant delays, start using struct status_ref to include the id URL and not just the local status id
3 months ago
..
api Change inbox handling so it can't get stuck if fs_list glitches, start adding routes for urn: and did:, change fetch timeouts, change when tor gets used 4 months ago
inbox Move account sync to inbox processing and reduce timeout to 3 hours, add stub route for /api/v2/, change inbox and outbox processing to stop using fs_list and remove file locking that was causing significant delays, start using struct status_ref to include the id URL and not just the local status id 3 months ago
mastodon_api Move account sync to inbox processing and reduce timeout to 3 hours, add stub route for /api/v2/, change inbox and outbox processing to stop using fs_list and remove file locking that was causing significant delays, start using struct status_ref to include the id URL and not just the local status id 3 months ago
test commit several updates 9 months ago
activity_pub.c Update submodules, update webfinger handling, supress debug printfs, supress duplicate follow notifications, add outbox blackisting, add start of automatic data directory creation 11 months ago
activity_pub.h
admin.c Fix bugs where account_url was being used where account_id should have been, make sure newly created owner account has account_url and account_id set correctly 5 months ago
admin.h Implement server setup wizard 5 months ago
cli.c commit several updates 9 months ago
cli.h
did.c Change inbox handling so it can't get stuck if fs_list glitches, start adding routes for urn: and did:, change fetch timeouts, change when tor gets used 4 months ago
did.h Change inbox handling so it can't get stuck if fs_list glitches, start adding routes for urn: and did:, change fetch timeouts, change when tor gets used 4 months ago
fetch.c Move account sync to inbox processing and reduce timeout to 3 hours, add stub route for /api/v2/, change inbox and outbox processing to stop using fs_list and remove file locking that was causing significant delays, start using struct status_ref to include the id URL and not just the local status id 3 months ago
fetch.h Add stub fetch process, fix several race conditions, fix segv, reduce refetch time to 30 minutes from 2 days, fill in hostname for status_render_source 11 months ago
inbox.c Change inbox handling so it can't get stuck if fs_list glitches, start adding routes for urn: and did:, change fetch timeouts, change when tor gets used 4 months ago
inbox.h
indexer.c
indexer.h
main.c Move account sync to inbox processing and reduce timeout to 3 hours, add stub route for /api/v2/, change inbox and outbox processing to stop using fs_list and remove file locking that was causing significant delays, start using struct status_ref to include the id URL and not just the local status id 3 months ago
main.h
mastodon_api.c Implement API endpoint for voting in polls and have local model updated to match 8 months ago
mastodon_api.h
nodeinfo.c
nodeinfo.h
oauth.c
oauth.h
outbox.c Move account sync to inbox processing and reduce timeout to 3 hours, add stub route for /api/v2/, change inbox and outbox processing to stop using fs_list and remove file locking that was causing significant delays, start using struct status_ref to include the id URL and not just the local status id 3 months ago
outbox.h
owner.c commit several updates 9 months ago
owner.h
pleroma_api.c Fix typo in README, update submodules, implement delivery of activities via TOR, make sure system statuses have unique IDs, fix HTTP signature generation to work with http:// URLs 9 months ago
pleroma_api.h
test.c
test.h
urn.c Change inbox handling so it can't get stuck if fs_list glitches, start adding routes for urn: and did:, change fetch timeouts, change when tor gets used 4 months ago
urn.h Change inbox handling so it can't get stuck if fs_list glitches, start adding routes for urn: and did:, change fetch timeouts, change when tor gets used 4 months ago
webfinger.c
webfinger.h