pleroma/docs
rinpatch 2c55f7d7cb Remove FedSockets
Current FedSocket implementation has a bunch of problems. It doesn't
have proper error handling (in case of an error the server just doesn't
respond until the connection is closed, while the client doesn't match
any error messages and just assumes there has been an error after 15s)
and the code is full of bad descisions (see: fetch registry which uses
uuids for no reason and waits for a response by recursively querying a
 ets table until the value changes, or double JSON encoding).

Sometime ago I almost completed rewriting fedsockets from scrach to
adress these issues. However, while doing so, I realized that fedsockets
 are just too overkill for what they were trying to accomplish, which is
 reduce the overhead of federation by not signing every message.
This could be done without reimplementing failure states and endpoint
 logic we already have with HTTP by, for example, using TLS cert auth,
or switching to a more performant signature algorithm. I opened
https://git.pleroma.social/pleroma/pleroma/-/issues/2262 for further
discussion on alternatives to fedsockets.

From discussions I had with other Pleroma developers it seems like they
 would approve the descision to remove them as well,
therefore I am submitting this patch.
2020-11-17 17:28:30 +03:00
..
API Make notifs view work for reports 2020-11-13 13:35:46 +00:00
administration Remove release_env 2020-11-08 11:56:09 +03:00
configuration Remove FedSockets 2020-11-17 17:28:30 +03:00
installation Debian installation guide: fix libmagic header package name 2020-11-17 16:11:37 +03:00
ap_extensions.md docs/ap_extensions.md: Add JSON-LD full names 2020-10-05 17:36:12 +02:00
clients.md clients.md: Add AndStatus, note supported protocols 2020-10-26 03:23:47 +01:00
dev.md little changes for MRF config descriptions 2020-11-11 18:49:15 +03:00
index.md Removed a space that was too much 2020-06-22 14:22:23 +02:00