aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-12/hierarchy - return public and knockable rooms for authed users (#2578)texuf
2022-08-12Update example in readmeNeil Alexander
2022-08-12Update NATS Server and nats.go librariesNeil Alexander
2022-08-12Update READMETill Faelligen
2022-08-12Update `create-account` help textNeil Alexander
2022-08-12Show/hide users in user directory (#2637)Till
2022-08-12Use `/admin/v1/register` in `create-account` (#2484)Till
2022-08-12Protect user_interactive reads and writes with locks (#2635)Tak Wai Wong
2022-08-11Update `golangci-lint` component in GHA workflowNeil Alexander
2022-08-11Restore the room version cache in the roomserver internal API HTTP clientNeil Alexander
2022-08-11Implement history visibility on `/messages`, `/context`, `/sync` (#2511)Till
2022-08-11Set default room version to 9Neil Alexander
2022-08-11Remove test from `sytest-blacklist`Neil Alexander
2022-08-11Generic-based internal HTTP API (#2626)Neil Alexander
2022-08-09Add housekeeping function to delete old/expired EDUs (#2399)Till
2022-08-09Send-to-device/sync tweaks (#2630)Till
2022-08-08Fix issues with migrations not getting executed (#2628)Till
2022-08-05Don't panic if we fail to upsert account dataTill Faelligen
2022-08-05Invalidate lazyLoadCache if we're doing an initial sync (#2623)Till
2022-08-05Update TURN config in sample config filesNeil Alexander
2022-08-05Partly fix notification counts (#2621)Till
2022-08-05Update readmeNeil Alexander
2022-08-05Do not use `ioutil` as it is deprecated (#2625)Neil Alexander
2022-08-05Fix linter issues (#2624)Till
2022-08-05Add race testing to tests, and fix a few small race conditions in the tests (...Brian Meek
2022-08-05Only create a new destinationQueue if we don't have one (#2620)Till
2022-08-03Version 0.9.1 (#2616)v0.9.1Neil Alexander
2022-08-03Try more servers when calling `/state_ids` (#2610)Neil Alexander
2022-08-03Fix syncapi shared users query & device lists (#2614)Till
2022-08-03Remove roominfo cache (#2615)Neil Alexander
2022-08-03Disable stack protector on Linux CI build pipelines for now (to avoid `reloca...Neil Alexander
2022-08-03Update PineconeNeil Alexander
2022-08-03Test Go 1.19 in CINeil Alexander
2022-08-03Add Cache-Control header to media endpoints (#2612)Till
2022-08-02Delete correct Send-to-Device messages (#2608)Till
2022-08-02Disable flakey testNeil Alexander
2022-08-02Fix data race in `lookupMissingStateViaStateIDs`Neil Alexander
2022-08-02Disable NATS Server logging, allow self-signed certificates (#2605)Till
2022-08-02Various roominfo tweaks (#2607)Neil Alexander
2022-08-02Stronger checks for `/send_join` (#2604)Neil Alexander
2022-08-02Fix issue with sync API not advancing. (#2603)sergekh2
2022-08-01Version 0.9.0 (#2602)v0.9.0Neil Alexander
2022-08-01De-race `CompleteSync` (#2601)Neil Alexander
2022-08-01De-race `types.RoomInfo` (#2600)Neil Alexander
2022-08-01Optimise checking other servers allowed to see events (#2596)Neil Alexander
2022-08-01Set CORS headers for HTTP 404 and 405 errors (#2599)Neil Alexander
2022-08-01Update NATS Server and nats.go to use upstreamNeil Alexander
2022-07-25Make the User API responsible for sending account data output events (#2592)Neil Alexander
2022-07-25Remove `goose` from DockerfilesNeil Alexander
2022-07-25Remove `room_id` field from MSC2946 stripped events (closes #2588)Neil Alexander