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