DynamicOperationsArchitect
DynamicOperationsArchitect
Maybe we can have a global setting like "synchronize server-side deletions" which is disabled by default. Then its up to the user to decide how trustworthy the provider is.
This server is used exclusively for Dendrite, even the database runs on another server. Running 'ss -tulpen' shows me that on 127.0.0.1:8008 Dendrite is listening. On the primary IP of...
This server was set up with 0.9.9 and has had every release of Dendrite since. Most recently, I successfully created a user with `create-account` under 0.10.0. I noticed that `create-account`...
@S7evinK I have now also gone the way via `go run` as a test. The user is not created with it either. You create an admin account and I do...
@S7evinK From the HTTP point of view the registration of a new user seems to work as expected. Here is what tcpdump captured while trying to register a new user...
@S7evinK Looks like the password length might be a problem here. With up to 72 chars `create-account` works as expected. 73 or more chars are causing the mentioned issue. I...
@S7evinK I think in the meantime its helpful to let `create-account` fail in case the password is longer then 72 bytes.