summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorminibikini <egor@kislitsyn.com>2019-09-27 21:59:23 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2019-09-27 21:59:23 +0000
commitf9380289eb251c818e87e8f0ad0a41fc8bdd90aa (patch)
tree5bb67874c8b34ad13f25055938826475f38e2301 /CHANGELOG.md
parent92d08d4113c4de09cd8d736ed1a0349745866eef (diff)
downloadpleroma-f9380289eb251c818e87e8f0ad0a41fc8bdd90aa.tar.gz
pleroma-f9380289eb251c818e87e8f0ad0a41fc8bdd90aa.zip
Add `remote_ip` plug
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0a8163135..1d307f0e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -113,6 +113,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Pleroma API: Add `/api/v1/pleroma/accounts/confirmation_resend?email=<email>` for resending account confirmation.
- Pleroma API: Email change endpoint.
- Admin API: Added moderation log
+- Support for `X-Forwarded-For` and similar HTTP headers which used by reverse proxies to pass a real user IP address to the backend. Must not be enabled unless your instance is behind at least one reverse proxy (such as Nginx, Apache HTTPD or Varnish Cache).
- Web response cache (currently, enabled for ActivityPub)
- Mastodon API: Added an endpoint to get multiple statuses by IDs (`GET /api/v1/statuses/?ids[]=1&ids[]=2`)
- ActivityPub: Add ActivityPub actor's `discoverable` parameter.