pleroma/docs/configuration
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
..
cheatsheet.md Remove FedSockets 2020-11-17 17:28:30 +03:00
custom_emoji.md MkDocs does not like if a paragraph doesn't have a newline after it 2019-10-03 11:02:07 +03:00
hardening.md Let blob: pass CSP 2020-04-26 00:29:42 -05:00
howto_database_config.md Merge branch 'develop' into fix/configdb-otp-instructions 2020-07-30 13:04:49 -05:00
howto_ejabberd.md Include python script and description 2020-10-13 19:58:38 +01:00
howto_mediaproxy.md Rename some directories because MkDocs uses them for categories 2019-10-02 23:28:45 +03:00
howto_mongooseim.md Rename some directories because MkDocs uses them for categories 2019-10-02 23:28:45 +03:00
howto_proxy.md Rename some directories because MkDocs uses them for categories 2019-10-02 23:28:45 +03:00
howto_set_richmedia_cache_ttl_based_on_image.md Rename some directories because MkDocs uses them for categories 2019-10-02 23:28:45 +03:00
howto_theming_your_instance.md I forgot to git add some files, oops (should be squashed with MR) 2020-06-22 14:18:55 +02:00
i2p.md Runtime configurability of RateLimiter. Refactoring. Disabled default rate limits in tests. 2020-02-27 18:46:05 +03:00
mrf.md moving mrf settings from instance to separate group 2020-06-16 18:32:18 +03:00
onion_federation.md Runtime configurability of RateLimiter. Refactoring. Disabled default rate limits in tests. 2020-02-27 18:46:05 +03:00
optimizing_beam.md Apply 1 suggestion(s) to 1 file(s) 2020-11-10 16:44:23 +00:00
postgresql.md Docs: sql -> SQL 2020-05-25 19:26:07 +02:00
static_dir.md Docs: Fix the way tabs are declared 2020-08-15 09:55:59 +03:00
storing_remote_media.md fixes for tests 2020-06-16 19:03:45 +03:00