Age | Commit message (Expand) | Author |
2024-11-14 | Fix linting | Till Faelligen |
2024-10-18 | Update the license headers to mention the commercial license | Quentin Gliech |
2024-10-17 | Rename the go package | Quentin Gliech |
2024-10-17 | Update the copyright headers in all files | Quentin Gliech |
2024-09-10 | Speed up purging rooms (#3381) | Till |
2024-07-27 | Fix nil pointer derefernce issues (#3379) | Till |
2024-03-22 | Add getting/deleting single event report (#3344) | Till |
2024-03-22 | Add `/_synapse/admin/v1/event_reports` endpoint (#3342) | Till |
2024-03-21 | Add event reporting (#3340) | Till |
2024-03-05 | Query rooms with ACLs instead of all rooms (#3338) | Till |
2023-11-09 | More `rows.Close()` and `rows.Err()` (#3262) | Till |
2023-08-15 | [pseudoID] More pseudo ID fixes (#3167) | Sam Wedgwood |
2023-07-19 | Use pointer when passing the connection manager around (#3152) | Till |
2023-06-14 | Add missing dep | Devon Hudson |
2023-06-14 | Fix senderID/key conversions | Devon Hudson |
2023-06-14 | Merge SenderID & Per Room User Key work (#3109) | devonh |
2023-06-12 | Add initial support for storing user room keys (#3098) | Till |
2023-05-30 | Add tests for the `UpDropEventReferenceSHAPrevEvents` migration (#3087) | Till |
2023-05-24 | Drop `reference_sha` column (#3083) | Till |
2023-05-02 | Use PDU not *Event in HeaderedEvent (#3073) | kegsay |
2023-04-27 | Remove gmsl.HeaderedEvent (#3068) | kegsay |
2023-04-21 | Implement new RoomVersionImpl API (#3062) | kegsay |
2023-04-20 | refactor: funnel event creation through room versions (#3060) | kegsay |
2023-04-19 | refactor: update GMSL (#3058) | kegsay |
2023-03-17 | Preparations for removing `BaseDendrite` (#3016) | Till |
2023-03-01 | Refactor `StoreEvent`, add `MaybeRedactEvent`, create an `EventDatabase` (#2989) | Till |
2023-02-24 | Refactor `StoreEvent` and create a new `RoomDatabase` interface (#2985) | Till |
2023-02-07 | Optimize `/sync` and history visibility (#2961) | Till |
2023-02-01 | Roomserver published pkey migration (#2960) | devonh |
2023-01-19 | Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662) | Neil |
2022-12-12 | Cleanup stale device lists for users we don't share a room with anymore (#2857) | Till |
2022-11-01 | Optimize history visibility checks (#2848) | Till |
2022-10-27 | Fix upgrade appservices | Till Faelligen |
2022-10-27 | Add AS specific public room list endpoints (#2836) | Till |
2022-10-11 | Fix `/get_missing_events` for rooms with `joined`/`invited` history_visibilit... | Till |
2022-10-07 | Fix issue with DMs shown as normal rooms (#2776) | Till |
2022-10-05 | Optimise `QuerySharedUsers` so that we can only work on local users (#2766) | Neil Alexander |
2022-09-13 | Check unique constraint errors when manually inserting migrations (#2712) | Till |
2022-09-09 | Change detection of already executed migrations (#2665) | Till |
2022-08-24 | Allow un-rejecting events on reprocessing | Neil Alexander |
2022-08-23 | Detect `types.MissingStateError` in `CheckServerAllowedToSeeEvent` (#2667) | Neil Alexander |
2022-08-18 | State handling tweaks (#2652) | Neil Alexander |
2022-08-18 | Reprocess rejected input events (#2647) | Neil Alexander |
2022-08-08 | Fix issues with migrations not getting executed (#2628) | Till |
2022-08-01 | De-race `types.RoomInfo` (#2600) | Neil Alexander |
2022-08-01 | Optimise checking other servers allowed to see events (#2596) | Neil Alexander |
2022-07-25 | Update database migrations, remove goose (#2264) | Till |
2022-07-22 | Try to fix HTTP 500s on `/members` (#2581) | Neil Alexander |
2022-07-22 | Membership updater refactoring (#2541) | Neil Alexander |
2022-07-05 | Fix QuerySharedUsers for the SyncAPI keychange consumer (#2554) | Till |