Skip to content
Snippets Groups Projects
  1. Oct 22, 2019
    • Andrew Morgan's avatar
      Fix demo script on ipv6-supported boxes (#6229) · b2945d26
      Andrew Morgan authored
      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.
      b2945d26
    • Adrien Luxey's avatar
      Update postgres.md (#6234) · 0327a00a
      Adrien Luxey authored
      Added database owner authentication with `sudo` when `su` does not work
      0327a00a
  2. Oct 19, 2019
    • Andrew Morgan's avatar
      Delete format_tap.py (#6219) · 22a9f750
      Andrew Morgan authored
      * Delete format_tap.py
      
      This python implementation of a tap formatting library for buildkite has been
      replaced with a perl implementation as part of the matrix-org/sytest repo,
      which is specific to sytest's language, not that of any one homeserver's.
      22a9f750
  3. Oct 18, 2019
  4. Oct 17, 2019
  5. Oct 11, 2019
Loading