Commit graph

11 commits

Author SHA1 Message Date
Neil Alexander b099e7cb75
Some more tweaks, not that it makes any difference 2022-08-09 17:44:46 +01:00
Neil Alexander 4ddc569cf5
Don't return typed nils 2022-08-09 17:00:25 +01:00
Neil Alexander 0165c2ab2c
Tweak federation client proxying 2022-08-09 15:12:00 +01:00
Neil Alexander 60044eed9c
Some more error tweaking 2022-08-09 14:19:57 +01:00
Neil Alexander fb0c38fbd2
Update error behaviour 2022-08-09 12:31:13 +01:00
Neil Alexander 3716f207bb
Some more tweaks 2022-08-08 17:33:40 +01:00
Neil Alexander 1f0f3e8e7c
Tweak error handling 2022-08-08 16:35:51 +01:00
Neil Alexander 9ebeaaf93f
Lots of changes to clients 2022-08-08 14:56:26 +01:00
S7evinK 08a0278760
Add missing HTTP mode for userapi (#1982)
* Add missing internal api endpoint

Signed-off-by: Till Faelligen <tfaelligen@gmail.com>

* Add missing performKeyBackup endpoint

* Add missing http mode for userapi

* Fix failing tests

* Add error checks

* Fix sytest

* Update startup logic for HTTP mode

* Use userImpl for AS (annoying)

* Don't send device list updates for appservice devices

* Fix build

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2021-12-03 17:18:35 +00:00
Ryan W a624eab309
- Removed double imports (#1989)
- Lower cased error messages

Signed-off-by: Ryan Whittington <twentybitdev@gmail.com>

Co-authored-by: kegsay <kegan@matrix.org>
2021-09-08 17:31:03 +01:00
Kegsay ecd7accbad
Rehuffle where things are in the internal package (#1122)
renamed:    internal/eventcontent.go -> internal/eventutil/eventcontent.go
	renamed:    internal/events.go -> internal/eventutil/events.go
	renamed:    internal/types.go -> internal/eventutil/types.go
	renamed:    internal/http/http.go -> internal/httputil/http.go
	renamed:    internal/httpapi.go -> internal/httputil/httpapi.go
	renamed:    internal/httpapi_test.go -> internal/httputil/httpapi_test.go
	renamed:    internal/httpapis/paths.go -> internal/httputil/paths.go
	renamed:    internal/routing.go -> internal/httputil/routing.go
	renamed:    internal/basecomponent/base.go -> internal/setup/base.go
	renamed:    internal/basecomponent/flags.go -> internal/setup/flags.go
	renamed:    internal/partition_offset_table.go -> internal/sqlutil/partition_offset_table.go
	renamed:    internal/postgres.go -> internal/sqlutil/postgres.go
	renamed:    internal/postgres_wasm.go -> internal/sqlutil/postgres_wasm.go
	renamed:    internal/sql.go -> internal/sqlutil/sql.go
2020-06-12 14:55:57 +01:00
Renamed from internal/http/http.go (Browse further)