Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-10-22 | Fix demo script on ipv6-supported boxes (#6229) | Andrew Morgan | 2 | -2/+2 | |
The synapse demo was a bit flakey in terms of supporting federation. It turns out that if your computer resolved `localhost` to `::1` instead of `127.0.0.1`, the built-in federation blacklist specified in `start.sh` would still block it, since it contained an entry for `::/127`. Removing this no longer prevents Synapse from contacting `::1`, federation works again on these boxes. | |||||
2019-10-22 | Update postgres.md (#6234) | Adrien Luxey | 1 | -3/+7 | |
Added database owner authentication with `sudo` when `su` does not work | |||||
2019-10-19 |