This repository was archived by the owner on Jul 21, 2025. It is now read-only.
v2.1.0
Sydent 2.1.0 (2020-09-10)
Features
- Add a Dockerfile and allow environment variables
SYDENT_SERVER_NAME,SYDENT_PID_FILEandSYDENT_DB_PATHto modify default configuration values. (#290) - Add config options for controlling how email addresses are obfuscated in third party invites. (#311)
Bugfixes
- Fix a bug in the error handling of 3PID session validation, if the token submitted is incorrect. (#296)
- Stop sending the unspecified
successparameter in responses to/requestTokenrequests. (#302) - Fix a bug causing Sydent to ignore
nextLinkparameters. (#303) - Fix the HTTP status code returned during some error responses. (#305)
- Sydent now correctly enforces the valid characters in the
client_secretparameter used in various endpoints. (#309)
Internal Changes
- Replace instances of Riot with Element. (#308)