Kegan Dougal b0146bb031 Remember since tokens for each device
Tie it to the device so a since-less v3 sync still pulls in stored pollers
2021-06-09 18:13:55 +01:00
2021-06-03 15:29:46 +01:00
2021-05-14 16:49:33 +01:00
2021-05-14 16:49:33 +01:00
2021-05-26 20:01:56 +01:00
2021-05-14 16:49:33 +01:00
2021-05-13 16:25:42 +01:00
2021-05-14 16:49:33 +01:00
2021-06-09 18:13:55 +01:00

sync-v3

Run an experimental sync v3 server using an existing Matrix account. This is possible because, for the most part, v3 sync is a strict subset of v2 sync.

Usage

$ createdb syncv3
$ go build ./cmd/syncv3
$ ./syncv3 -server "https://matrix-client.matrix.org" -db "user=$(whoami) dbname=syncv3 sslmode=disable"
Description
Proxy implementation of MSC3575's sync protocol.
Readme Apache-2.0 4.7 MiB
Languages
Go 96.2%
JavaScript 3.4%
HTML 0.2%
CSS 0.1%