I hereby claim:
- I am tbiehn on github.
- I am tbiehn (https://keybase.io/tbiehn) on keybase.
- I have a public key ASC4fnS6PPz6YYSJTAPbS-9oV7QOJmRvKXf7tFhRikrA-Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /** | |
| * Author......: See docs/credits.txt | |
| * License.....: MIT | |
| * 1415 sha256(sha256($pass).$salt) | |
| KERN_TYPE_SHA256_PW_SHA256_SLT | |
| static const char *HT_01415 = "sha256(sha256($pass).$salt)"; | |
| DISPLAY_LEN_MIN_1411 = 64 + 1 + 0, | |
| DISPLAY_LEN_MAX_1411 = 64 + 1 + SALT_MAX, | |
| DISPLAY_LEN_MIN_1411H = 64 + 1 + 0, | |
| DISPLAY_LEN_MAX_1411H = 64 + 1 + (SALT_MAX * 2), |
Quickstart guides get you a slow Synapse.
This is mostly a delta guide, unfortunately - you'll need to read all the other things to get this to work.
If you already have a Synapse server instance running, and you're going to switch from sqlite to postgres... Use Synapse's migration script. If you don't use the migration script Very Bad Things are supposed to happen.
/etc/matrix-synapse/ Contains .yaml, homeserver.yaml, *.log.conf, etc.