pleroma/installation
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
..
freebsd/rc.d Improve FreeBSD rc script 2020-08-18 10:24:34 -05:00
init.d Remove release_env 2020-11-08 11:56:09 +03:00
netbsd/rc.d Simplify the NetBSD rc script. 2018-12-16 13:15:37 +00:00
openbsd Update/add OpenBSD config files 2018-12-15 14:00:00 -08:00
caddyfile-pleroma.example explicitly set reverse proxy upstream to IPv4 2019-05-23 22:33:27 +01:00
download-mastofe-build.sh Update Copyrights 2020-03-03 16:44:49 -06:00
nginx-cache-purge.sh.example fix invalidates media url's 2020-06-14 21:02:57 +03:00
pleroma-apache.conf apache chain issue fix 2020-05-06 16:20:47 +03:00
pleroma-mongooseim.cfg Make it obvious how to support dual stack for MongooseIM 2019-09-20 13:21:07 +00:00
pleroma.nginx Remove FedSockets 2020-11-17 17:28:30 +03:00
pleroma.service Remove release_env 2020-11-08 11:56:09 +03:00
pleroma.supervisord Add supervisord configuration 2019-04-16 07:14:44 +00:00
pleroma.vcl Syntax error 2020-09-30 12:49:51 -05:00