dendrite/clientapi/routing
Neil Alexander 51d229b025
Configuration tweaks (#2567)
This makes the following changes:

* The various `Defaults` functions are now responsible for setting sane defaults if `generate` is specified, rather than hiding them in `generate-config`
* Some configuration options have been marked as `omitempty` so that they don't appear in generated configs unnecessarily (monolith-specific vs. polylith-specific options)
* A new option `-polylith` has been added to `generate-config` to create a config that makes sense for polylith deployments (i.e. including the internal/external API listeners and per-component database sections)
* A new option `-normalise` has been added to `generate-config` to take an existing file and add any missing options and/or defaults
2022-09-01 14:15:41 +01:00
..
account_data.go
admin_whois.go
admin.go Use /admin/v1/register in create-account (#2484) 2022-08-12 12:00:07 +01:00
aliases.go
auth_fallback.go
capabilities.go
createroom.go Use is_direct flag from /createRoom, update stripped state (#2644) 2022-08-16 11:55:06 +01:00
deactivate.go
device.go
directory_public_test.go
directory_public.go
directory.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
getevent.go
joinroom.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
key_backup.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
key_crosssigning.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
keys.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
leaveroom.go
login.go
logout.go
membership.go
memberships.go
notification.go
openid.go
password.go
peekroom.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
presence.go
profile.go
pusher.go
pushrules.go
receipt.go
redaction.go
register_secret_test.go
register_secret.go
register_test.go Configuration tweaks (#2567) 2022-09-01 14:15:41 +01:00
register.go Restrict username length properly (#2676) 2022-08-26 09:56:41 +01:00
room_tagging.go
routing.go Restrict username length properly (#2676) 2022-08-26 09:56:41 +01:00
sendevent.go
sendtodevice.go
sendtyping.go
server_notices_test.go
server_notices.go
state.go
threepid.go
upgrade_room.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
userdirectory.go Show/hide users in user directory (#2637) 2022-08-12 13:33:31 +02:00
voip.go
whoami.go