Age | Commit message (Expand) | Author |
2022-08-11 | Implement history visibility on `/messages`, `/context`, `/sync` (#2511) | Till |
2022-07-18 | History visibility database changes (#2533) | Till |
2022-07-15 | Use sync API database in `filterSharedUsers` (#2572) | Neil Alexander |
2022-07-11 | Ristretto cache (#2563) | Neil Alexander |
2022-04-28 | Only load members of newly joined rooms (#2389) | Till |
2022-04-28 | Limit presence in `/sync` responses (#2394) | Till |
2022-04-26 | Send all account data on complete sync by default | Neil Alexander |
2022-04-26 | Fix account_data not correctly send in a complete sync (#2379) | Till |
2022-04-26 | Add heroes to the room summary (#2373) | Till |
2022-04-20 | Eliminate more SQL no row errors in sync API (#2363) | Neil Alexander |
2022-04-13 | Make `/messages` filterable (#2347) | Till |
2022-04-08 | syncapi: add more tests; fix more bugs (#2338) | kegsay |
2022-04-07 | Add possibility to ignore users (#2329) | Till |
2022-04-06 | Add presence module V2 (#2312) | Till |
2022-04-01 | Include joined and invite member counts in room summary (#2315) | Neil Alexander |
2022-03-29 | Remove eduserver (#2306) | S7evinK |
2022-03-18 | Better mapping of stream positions to topological positions in `/messages` (#... | Neil Alexander |
2022-03-11 | Don't range entire state for `/sync` (#2270) | Neil Alexander |
2022-03-03 | Implement Push Notifications (#1842) | Dan |
2022-02-21 | Implement `/context` (#2207) | S7evinK |
2021-09-08 | - Removed double imports (#1989) | Ryan W |
2021-03-03 | Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel... | Neil Alexander |
2021-02-04 | Don't re-request state events that are already in the timeline (#1739) | Neil Alexander |
2021-01-20 | Add sync API memberships table (#1726) | Neil Alexander |
2021-01-19 | Basic sync filtering (#1721) | Neil Alexander |
2021-01-13 | Simplify send-to-device messaging (#1702) | Neil Alexander |
2021-01-08 | Sync refactor — Part 1 (#1688) | Neil Alexander |
2020-12-21 | fix imports (#1665) | 6543 |
2020-12-18 | More sane next batch handling, typing notification tweaks, give invites their... | Neil Alexander |
2020-12-11 | Give receipts their own stream ID in the database (#1631) | Neil Alexander |
2020-12-10 | Refactor sync tokens (#1628) | Neil Alexander |
2020-12-09 | Don't recalculate event ID so often in sync (#1624) | Neil Alexander |
2020-12-03 | Peeking updates (#1607) | Neil Alexander |
2020-11-16 | Pass pointers to events — reloaded (#1583) | Neil Alexander |
2020-11-09 | Implement read receipts (#1528) | S7evinK |
2020-10-22 | Fix RewritesState bug (#1557) | Neil Alexander |
2020-10-02 | Add history visibility guards (#1470) | Kegsay |
2020-10-02 | Fix initial sync (#1465) | Neil Alexander |
2020-09-15 | Handle state with input event as new events (#1415) | Neil Alexander |
2020-09-10 | Peeking via MSC2753 (#1370) | Matthew Hodgson |
2020-09-04 | Sync bug fixes (#1394) | Neil Alexander |
2020-09-01 | Put redactions/filters in the writer goroutine (#1378) | Kegsay |
2020-09-01 | Storage tweaks (#1373) | Neil Alexander |
2020-09-01 | Remove unused SyncStreamPosition | Neil Alexander |
2020-08-28 | Add some error wrapping to sync API, use background context for sync (#1363) | Neil Alexander |
2020-08-25 | [readability] use event.StateKeyEquals where relevant and minor for-loop refa... | oliverpool |
2020-08-25 | Don't overwrite global err before return (#1293) | oliverpool |
2020-08-21 | Component-wide TransactionWriters (#1290) | Neil Alexander |
2020-08-19 | Transaction writer changes, move roomserver writers (#1285) | Neil Alexander |
2020-07-29 | Add support for logs in StreamingToken (#1229) | Kegsay |