nixpkgs/nixos/doc/manual/release-notes
Martin Weinelt 143d266f0d
nixos/matrix-synapse: add UNIX domain socket listener support
Exposes two options, `path` and `mode`, to configure the location and
permissions on the socket file.

The `mode` needs to be specified as string in octal and will be converted
into a decimal integer, so it correctly passes through the YAML parser
and arrives at the `os.chmod` call in the Twisted codebase. What a fun
detour.

Adds an assertion, that either `path` or `bind_addresses` and `port` are
configured on every listener.

Migrates the default replication listener of the main instance to a UNIX
domain socket, because it is more efficient.

Introduces the `enableRegistrationScript` option, to gracefully disable
the user registration script, when the client listener listens on a UNIX
domain socket, which is something the script does not support.
2024-02-09 16:05:05 +01:00
..
release-notes.md nixos/doc: include section for 24.05 2023-12-14 19:20:33 +01:00
rl-1310.section.md
rl-1404.section.md
rl-1412.section.md
rl-1509.section.md manual: fix parsing differences for markdown-it-py 3 2023-09-27 15:35:23 +02:00
rl-1603.section.md
rl-1609.section.md doc: avoid 'simply' (#266434) 2023-11-09 21:48:05 +01:00
rl-1703.section.md
rl-1709.section.md nixos: fix typos 2023-05-19 22:31:04 -04:00
rl-1803.section.md nixos: fix typos 2023-05-19 22:31:04 -04:00
rl-1809.section.md
rl-1903.section.md nixos: fix typos 2023-05-19 22:31:04 -04:00
rl-1909.section.md doc: avoid 'simply' (#266434) 2023-11-09 21:48:05 +01:00
rl-2003.section.md doc: avoid 'simply' (#266434) 2023-11-09 21:48:05 +01:00
rl-2009.section.md doc: avoid 'simply' (#266434) 2023-11-09 21:48:05 +01:00
rl-2105.section.md treewide: Fix typos 2023-09-28 19:06:13 +02:00
rl-2111.section.md nixos/snapraid: remove from top-level 2023-12-06 19:02:38 +01:00
rl-2205.section.md nixos/modemmanager: enableFccUnlock -> enableBundledFccUnlockScripts 2023-09-12 16:55:15 +02:00
rl-2211.section.md doc: avoid 'simply' (#266434) 2023-11-09 21:48:05 +01:00
rl-2305.section.md alsa-utils: fix eval 2023-11-17 00:46:24 +01:00
rl-2311.section.md nixos/wpa_supplicant: Ensure the generated config isn't world-readable 2023-12-09 21:33:55 +00:00
rl-2405.section.md nixos/matrix-synapse: add UNIX domain socket listener support 2024-02-09 16:05:05 +01:00