aboutsummaryrefslogtreecommitdiff
path: root/roomserver/internal/helpers
AgeCommit message (Expand)Author
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