Age | Commit message (Expand) | Author |
2023-01-19 | Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662) | Neil |
2023-01-17 | `/sync` performance optimizations (#2927) | Till |
2022-09-28 | Consistent `*sql.Tx` usage across sync API (#2744) | Neil Alexander |
2022-04-09 | Remove dead code in the sync api (#2341) | kegsay |
2022-04-08 | syncapi: add more tests; fix more bugs (#2338) | kegsay |
2022-03-18 | Better mapping of stream positions to topological positions in `/messages` (#... | Neil Alexander |
2021-01-20 | Add sync API memberships table (#1726) | Neil Alexander |
2020-09-15 | Handle state with input event as new events (#1415) | Neil Alexander |
2020-06-12 | Rehuffle where things are in the internal package (#1122) | Kegsay |
2020-05-21 | Fix #897 and shuffle directory around (#1054) | Kegsay |
2020-05-15 | Fix a bug whereby backfilling could leak events across rooms (#1043) | Kegsay |
2020-05-14 | Cleanup syncapi topology logic (#1035) | Kegsay |
2020-05-14 | Finish merging syncserver.go (#1033) | Kegsay |
2020-05-01 | Fix prev_batch tokens (#999) | Kegsay |
2020-05-01 | Correctly generate backpagination tokens for events which have the same depth... | Kegsay |
2020-03-19 | HeaderedEvents in sync API (#922) | Neil Alexander |
2020-03-18 | Log errors from rows.Close (#920) | Prateek Sachan |
2020-02-11 | Always defer *sql.Rows.Close and consult with Err (#844) | Kiril Vladimiroff |
2020-01-25 | More sync fixes (#854) | Neil Alexander |
2020-01-23 | CS API: Support for /messages, fixes for /sync (#847) | Neil Alexander |