summaryrefslogtreecommitdiff
path: root/internal/federation/federatingprotocol.go
AgeCommit message (Expand)AuthorFiles
2025-02-03[bugfix] Don't panic on delivery of Activity with no `object` (#3730)Libravatar tobi1
2025-01-28[chore] remove type switch in Create() and instead move to FederatedCallbacks...Libravatar kim1
2024-11-11[performance] minimise log field allocations (#3529)Libravatar kim1
2024-07-30[chore] add some more slice related utility functions + remove duplicated fun...Libravatar kim1
2024-04-11[performance] massively improved ActivityPub delivery worker efficiency (#2812)Libravatar kim1
2024-04-03[bugfix] improved authenticate post inbox error handling (#2803)Libravatar kim1
2024-03-12[feature] Process incoming `Move` activity (#2724)Libravatar tobi1
2023-11-21[chore/security] refactor AuthenticateFederatedRequest() to handle account de...Libravatar kim1
2023-11-10[bugfix] Don't try to update suspended accounts (#2348)Libravatar tobi1
2023-11-04[feature] support canceling scheduled tasks, some federation API performance ...Libravatar kim1
2023-10-23[chore] de-interface{} the federator and dereferencer structs (#2285)Libravatar kim1
2023-10-04[feature] tentatively start adding polls support (#2249)Libravatar kim1
2023-09-12[feature] Allow admins to expire remote public keys; refetch expired keys on ...Libravatar tobi1
2023-07-07[chore/bugfix] Domain block tidying up, Implement first pass of `207 Multi-St...Libravatar tobi1
2023-06-17[chore/bugfix] Refactor `ap/extract.go` functions, return URIs more reliably ...Libravatar tobi1
2023-06-13[chore] Refactor AP authentication, other small bits of tidying up (#1874)Libravatar tobi1
2023-05-12[feature] status refetch support (#1690)Libravatar kim1
2023-05-09[feature] Enable federation in/out of profile PropertyValue fields (#1722)Libravatar tobi1
2023-04-28[performance] improved request batching (removes need for queueing) (#1687)Libravatar kim1
2023-04-06[bugfix] Normalize status content (don't parse status content as IRI) (#1665)Libravatar tobi1
2023-03-28[performance] refactoring + add fave / follow / request / visibility caching ...Libravatar kim1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney1
2023-03-06[bugfix] internal server error on search not found (#1590)Libravatar kim1
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney1
2023-02-15Fix 410 Gone race on account deletes (#1507)Libravatar Sam Lade1
2023-02-03[chore] reformat GetAccount() functionality, support updating accounts based ...Libravatar kim1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi1
2022-11-29[chore] Tidy up some of the search logic (#1082)v0.6.0-rc1Libravatar tobi1
2022-11-23[feature/performance] Fail fast when doing remote transport calls inside inco...Libravatar tobi1
2022-11-11[feature] Read + Write tombstones for deleted Actors (#1005)Libravatar tobi1
2022-09-02[performance] use GetAccountByUsernameDomain() for local account lookups to r...Libravatar kim1
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim1
2022-06-11[chore] Webfinger rework (#627)Libravatar tobi1
2022-05-23[security] Check all involved IRIs during block checking (#593)Libravatar tobi1
2022-05-02[performance] Speed up some of the slower db queries (#523)Libravatar tobi1
2022-04-26[chore] Return more useful errors from auth failure (#494)v0.3.1Libravatar tobi1
2022-01-24update remote account get/deref logicLibravatar tsmethurst1
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi1
2021-12-20Remove unnecessary storage config variables (#344)Libravatar tobi1
2021-11-13move to ssb gofed fork (#298)Libravatar tobi1
2021-10-16Follow request improvements (#282)Libravatar tobi1
2021-10-11reference global logrus (#274)Libravatar R. Aidan Campbell1
2021-10-10Handle forwarded messages (#273)Libravatar tobi1
2021-09-24Unblock fix (#247)Libravatar tobi1
2021-08-25Pg to bun (#148)Libravatar tobi1
2021-08-20Database updates (#144)Libravatar tobi1
2021-08-10Dereference remote replies (#132)Libravatar Tobi Smethurst1
2021-07-11Block/unblock (#96)Libravatar Tobi Smethurst1
2021-07-05Domain block (#76)Libravatar Tobi Smethurst1
2021-06-27Remote instance dereferencing (#70)Libravatar Tobi Smethurst1