aboutsummaryrefslogtreecommitdiff
path: root/roomserver/internal/helpers
AgeCommit message (Expand)Author
2023-05-02Use PDU not *Event in HeaderedEvent (#3073)kegsay
2023-04-27Use PDU interface (#3070)kegsay
2023-04-27Remove gmsl.HeaderedEvent (#3068)kegsay
2023-04-21Implement new RoomVersionImpl API (#3062)kegsay
2023-04-20refactor: funnel event creation through room versions (#3060)kegsay
2023-04-19refactor: update GMSL (#3058)kegsay
2023-03-22Remove `BaseDendrite` (#3023)Till
2023-03-17Preparations for removing `BaseDendrite` (#3016)Till
2023-03-01Refactor `StoreEvent`, add `MaybeRedactEvent`, create an `EventDatabase` (#2989)Till
2023-02-24Refactor `StoreEvent` and create a new `RoomDatabase` interface (#2985)Till
2022-11-11Fix oops, add simple UTTill Faelligen
2022-11-01Optimize history visibility checks (#2848)Till
2022-10-14Fix `outliers whose auth_events are in a different room are correctly rejecte...Till
2022-10-11Fix `/get_missing_events` for rooms with `joined`/`invited` history_visibilit...Till
2022-10-07Fix issue with DMs shown as normal rooms (#2776)Till
2022-08-23Detect `types.MissingStateError` in `CheckServerAllowedToSeeEvent` (#2667)Neil Alexander
2022-08-18State handling tweaks (#2652)Neil Alexander
2022-08-11Implement history visibility on `/messages`, `/context`, `/sync` (#2511)Till
2022-08-01De-race `types.RoomInfo` (#2600)Neil Alexander
2022-08-01Optimise checking other servers allowed to see events (#2596)Neil Alexander
2022-07-22Membership updater refactoring (#2541)Neil Alexander
2022-03-17Various bug fixes and tweaks around invites and membershipNeil Alexander
2022-02-23Relax roomserver input transactional isolation (#2224)Neil Alexander
2022-02-04Full roomserver input transactional isolation (#2141)Neil Alexander
2022-01-27Roomserver/federation input refactor (#2104)Neil Alexander
2021-07-09Move a couple of callers to helpers.IsServerCurrentlyInRoom over to the query...Neil Alexander
2021-03-03Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel...Neil Alexander
2020-12-02Optimise CheckServerAllowedToSeeEvent (#1602)Neil Alexander
2020-11-16Pass pointers to events — reloaded (#1583)Neil Alexander
2020-10-08Return what we have when we encounter missing events when servicing backfill/...Kegsay
2020-10-07Don't return 500s on checking to see if a remote server is allowed to see an ...Neil Alexander
2020-09-29Fetch missing auth events, implement QueryMissingAuthPrevEvents, try other se...Neil Alexander
2020-09-21Soft-fail (#1364)Neil Alexander
2020-09-15Handle state with input event as new events (#1415)Neil Alexander
2020-09-02Add Queryer and Inputer and factor out more RSAPI stuff (#1382)Kegsay
2020-09-02Refactor roomserver/internal - split perform stuff out (#1380)Kegsay