summary refs log tree commit diff
path: root/src/activitypub/federation (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bug fixes and improvements (i wrote this code a week ago and forgot what it ↵ feat/federation2Madeline2023-10-264-10/+21
| | | | does)
* basic channel federationMadeline2023-09-304-3/+113
|
* Accept Follow for federated guild joins. TODO: Channels and role federationMadeline2023-09-291-2/+34
|
* send accept when follow is receivedMadeline2023-09-295-35/+141
|
* weirdnessMadeline2023-09-291-5/+8
|
* Debug logging and cache federated lookupsMadeline2023-09-292-7/+19
|
* Http signatures: fix missing quotes in sent header, add date checkMadeline2023-09-291-1/+9
|
* Move genericInboxHandler to own fileMadeline2023-09-293-59/+89
|
* Fix HttpSig.sign modifying fetchOptsMadeline2023-09-291-1/+1
|
* update activitypub-types packageMadeline2023-09-293-49/+16
|
* send Follow request to guild when remote invite code usedMadeline2023-09-285-34/+161
|
* ap guild endpointMadeline2023-09-275-65/+321
| | | | fetching invites from remote instances
* switch to own activitypub types libraryMadeline2023-09-265-64/+53
|
* various thingsMadeline2023-09-263-29/+44
|
* fix body parser configMadeline2023-09-251-2/+3
| | | | | add user inbox for dm channels fix missing prop in federated keys generation
* initial bullshit for federation v2Madeline2023-09-265-0/+574