summary refs log tree commit diff
path: root/src/activitypub (follow)
Commit message (Expand)AuthorAgeFilesLines
* bug fixes and improvements (i wrote this code a week ago and forgot what it d... feat/federation2Madeline2023-10-266-11/+63
* basic channel federationMadeline2023-09-305-3/+148
* 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-296-71/+95
* 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-2810-55/+228
* ap guild endpointMadeline2023-09-279-68/+362
* change default content typeMadeline2023-09-271-0/+8
* switch to own activitypub types libraryMadeline2023-09-268-119/+61
* various thingsMadeline2023-09-265-30/+46
* fix body parser configMadeline2023-09-253-3/+47
* initial bullshit for federation v2Madeline2023-09-2615-0/+1036