Richard van der Hoff
73c759e4f7
Add some documentation on the log fields
2024-09-13 16:21:48 +01:00
nisbet-hubbard
ddb11e7b5b
Update README.md
2024-06-16 07:18:05 +08:00
Kegan Dougal
09be2d1b93
Update README.md
...
Fixes https://github.com/matrix-org/sliding-sync/issues/448
2024-06-11 13:23:58 +01:00
Christoph Settgast
3e0162d70b
README: document prebuild binaries
...
Now that there is a release which is statically built, advertise it in the README as well
2024-04-26 17:36:50 +02:00
kegsay
cfff8bccb7
Merge pull request #393 from csett86/disable-cgo
...
CGO disabled to allow running on older distros
2024-03-05 13:57:39 +00:00
Max Kratz
b5044b9755
fixes the spacing for the env list in README.md doc
2024-01-27 16:52:33 +01:00
Christoph Settgast
d70848c332
CGO disabled to allow running on older distros
...
with CGO we are linking to whatever glibc is in ubuntu-latest, which may
not be present in other distros (Think older Debian, Alpine)
In addition, the docker build with alpine already (implicitly) does not
use CGO, as CGO is still not supported with musl officially if I
understand the following issue correctly: https://github.com/golang/go/issues/19938
So disabling CGO in the released binaries and in the README instructions harmonizes
the behaviour across docker and non-docker builds.
Signed-off-by: Christoph Settgast <csett86_git@quicksands.de>
2024-01-13 23:24:22 +01:00
Kegan Dougal
0bd026fc09
bugfix: correctly tell clients when the fallback key has been used
...
Fixes a class of unable to decrypt errors caused when the fallback
key was used but the client was unaware.
2024-01-04 17:06:28 +00:00
kegsay
e3b110e13b
Update README.md
2023-11-24 16:08:50 +00:00
Boris Rybalkin
d04a0a7c61
fix docs
2023-11-16 14:01:13 +00:00
Kegan Dougal
8e32fff894
Bump to v0.99.12
2023-11-09 16:32:03 +00:00
Kegan Dougal
cb7dac8785
Update readme
2023-08-24 12:45:33 +01:00
Travis Ralston
a32728f62d
Remove incorrect m.server
example from readme
...
There's nothing in the spec which requires this on the client .well-known, and it's improperly formatted for federation.
2023-08-17 14:33:15 -06:00
Sami Olmari
eb401bcb77
Fix Nginx-example regex case-sensitivity.
...
Matrix endpoints are specified to be case sensitive always, fix the Nginx-example to be case-sensitive instead case-insensitive
Signed-off-by: Sami Olmari <sami@olmari.fi>
2023-07-27 00:17:21 +03:00
Kegan Dougal
4e387ca9f0
v0.99.4
2023-07-12 18:20:09 +01:00
TheSunCat
d8ef7a604b
Correct mention of --help flag, which does not exist
2023-07-10 17:47:32 +02:00
TheSunCat
e19df00bc4
Detail instructions for hosting
2023-07-10 17:39:53 +02:00
David Robertson
4705888322
Update the version-to-msc map
2023-06-19 15:52:11 +01:00
David Robertson
7b8b1aa614
Update readme to link v0.99.3 to spec
...
Closes #161 .
2023-06-19 15:21:57 +01:00
David Robertson
f14946ae7c
Merge pull request #96 from matrix-org/dmr/readme
...
README tweaks
2023-05-30 12:44:37 +01:00
David Robertson
fdec1b2188
Use Kegan's e2e test incantation
2023-05-30 12:44:23 +01:00
David Robertson
2797e04e55
Recommend docker latest
tag in README
2023-05-30 10:51:57 +01:00
Benjamin Bouvier
cc267cf5b0
Revert change to host in docker example + add note about tweaking the host var
2023-05-11 09:36:55 +02:00
Benjamin Bouvier
cfeeeeaf83
readme: Add note for advertising support via .well-known
2023-05-09 14:46:51 +02:00
David Robertson
c4d5a0664f
Add developers' cheat sheet to README
...
Because I will forget this
2023-05-02 16:08:28 +01:00
David Robertson
1c5d918718
Tweak release notes for 0.99.2
2023-05-02 15:08:56 +01:00
David Robertson
417a47f4c5
Update README with 0.99.2 changes
2023-04-27 11:52:57 +01:00
David Robertson
2c91fcb34b
Merge pull request #39 from frebib/listen-tls
2023-03-29 12:34:15 +01:00
Joe Groocock
5735470e73
Clarify use of client for development use
...
Regular users are not expected to need the provided client
implementation and can instead go straight to their regular Matrix
client and log in to use the sliding-sync proxy.
Fixes: https://github.com/matrix-org/sliding-sync/issues/28
Signed-off-by: Joe Groocock <me@frebib.net>
2023-03-27 13:49:21 +00:00
Joe Groocock
d066dce13c
Implement listening on TLS/HTTPS
...
This uses Go's vanilla ListenAndServeTLS(), and as such none of the
normal TLS toggles are available for the user to configure. This
provides a basic H2+TLS1.3 with modern cipher experience, which should
be good enough for use on the open internet.
Signed-off-by: Joe Groocock <me@frebib.net>
2023-03-23 22:15:23 +00:00
Kegan Dougal
b3dfb02b57
v0.99.0-rc1
2023-01-20 09:45:35 +00:00
Kegan Dougal
3143b60c9f
Add Docker instructions
2022-12-16 12:18:51 +00:00
Kegan Dougal
714e127aa7
Add release notes and pprof instructions
2022-12-16 11:25:45 +00:00
Kegan Dougal
233d21ad2e
Type switch payload types; add Prometheus instructions
...
The type names should make it self-explanatory what kinds of
payloads are being processed.
2022-12-16 10:52:08 +00:00
Kegan Dougal
6e0ea54c57
v0.4.0
2022-08-23 16:15:28 +01:00
Kegan Dougal
ca2b19310e
v0.3.0
2022-08-05 13:10:48 +01:00
Kegan Dougal
eb6c84b9ba
v0.2.0rc3
2022-07-14 15:48:30 +01:00
Kegan Dougal
2246cb5436
Add CI for checking /client; prep for new version
2022-07-14 15:35:52 +01:00
Kegan Dougal
1f5d52fef9
Remove CLI flags; always use env vars
...
Provides a consistent public-facing API for Docker and direct usage.
2022-07-13 11:20:13 +01:00
Kegan Dougal
c145bec508
v0.2.0rc2: spec: honour the spec and return all room IDs matched in a list when slow_get_all_rooms is true
...
Adjust integration tests to test this. Cut v0.2.0rc2.
2022-07-12 17:47:18 +01:00
Kegan Dougal
2926c3b3e2
v0.2.0rc1
2022-06-08 18:32:19 +01:00
kegsay
f348e2da4b
Update README.md
2022-04-13 11:35:14 +01:00
Kegan Dougal
6eb46df64b
Add docker env var mappings
2022-04-01 14:42:03 +01:00
Kegan Dougal
06b02df0cc
v0.1.0
2022-04-01 13:44:09 +01:00
kegsay
e8c7bb9f08
Update README.md
2021-12-23 16:36:12 +00:00
Kegan Dougal
9540e3456b
Update API notes
2021-12-10 15:18:39 +00:00
Kegan Dougal
8951c3737d
Add FilteredSortableRooms which wraps SortableRooms with filters
2021-11-08 16:21:02 +00:00
Kegan Dougal
73e5dc69ff
Mention postgres dep
2021-11-03 10:24:28 +00:00
Kegan Dougal
0ebf6b6fd0
Render m.reaction events
2021-10-21 15:57:50 +01:00
Kegan Dougal
852d3b4ae0
Display canonical alias if no room name is set; display errors on UI
2021-09-30 17:28:36 +01:00