dendrite/syncapi/storage
Kegsay 0fdd4f14d1
Add support for logs in StreamingToken (#1229)
* Add support for logs in StreamingToken

Tokens now end up looking like `s11_22|dl-0-123|ab-0-12224`
where `dl` and `ab` are log names, `0` is the partition and
`123` and `12224` are the offsets.

* Also test reserialisation

* s/|/./g so tokens url escape nicely
2020-07-29 19:00:04 +01:00
..
postgres Finish implementing redactions (#1189) 2020-07-08 17:45:39 +01:00
shared Add support for logs in StreamingToken (#1229) 2020-07-29 19:00:04 +01:00
sqlite3 Don't use more than 999 variables in SQLite querys. (#1224) 2020-07-27 13:19:30 +01:00
tables Finish implementing redactions (#1189) 2020-07-08 17:45:39 +01:00
interface.go Finish implementing redactions (#1189) 2020-07-08 17:45:39 +01:00
storage.go Rehuffle where things are in the internal package (#1122) 2020-06-12 14:55:57 +01:00
storage_test.go Add support for logs in StreamingToken (#1229) 2020-07-29 19:00:04 +01:00
storage_wasm.go Rehuffle where things are in the internal package (#1122) 2020-06-12 14:55:57 +01:00