1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
Commit Graph

7 Commits

Author SHA1 Message Date
Jan Alexander Steffens (heftig)
541c3b0bef
matrix: Add missing dep on postgresql to matrix-appservice-irc.service 2023-12-07 17:20:51 +01:00
Jan Alexander Steffens (heftig)
d8ced720e9
matrix: Adjust modelines
- Add `ft=systemd` where needed
- Remove `ft=` where filetype detection works (especially jinja.vim)
- Set `sw=2 sts=-1 et` everywhere
2022-12-10 00:55:51 +01:00
Jan Alexander Steffens (heftig)
0d1363253d
matrix: Use node --dns-result-order=ipv4first to work around bug
Node's address lookup strips the scope ID from link-local IPv6
addresses, making them invalid and unable to be connected to.

We're getting hit with this since Node 17 because it now defaults to the
`verbatim` dns-result-order and this happens to return the link-local
IPv6 address for `matrix.archlinux.org` first.

Specify `ipv4first` so we return to Node 16's behavior.
2021-12-04 15:09:28 +01:00
Jan Alexander Steffens (heftig)
d86311fc8b
matrix: Only expose the IRC appservice to 127.0.0.1 2020-06-11 21:15:27 +02:00
Jan Alexander Steffens (heftig)
04b4c61ef4
Migrate matrix from soyuz to hcloud 2019-08-14 20:12:58 +02:00
Jan Alexander Steffens (heftig)
e794c4fe60
roles/matrix: Don't restart IRC appservice when restarting synapse 2018-12-20 20:12:18 +01:00
Jan Alexander Steffens (heftig)
6de34c3ebb
roles/matrix: Refine and add IRC bridge 2017-03-03 22:54:59 +01:00