aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-25Version 0.9.5 (#2673)v0.9.5Neil Alexander
2022-08-25SyncAPI tweaks/fixes (#2671)Till
2022-08-25Remove a couple unnecessary Sentry captures from backfillNeil Alexander
2022-08-25Tweak logging and Sentry reporting for roomserver inputNeil Alexander
2022-08-25Fix 500s on `/state`, `/state_ids` when state not known (#2672)Neil Alexander
2022-08-24Allow un-rejecting events on reprocessingNeil Alexander
2022-08-23Only set backOffStarted to false if until is not zero (#2669)Till
2022-08-23Detect `types.MissingStateError` in `CheckServerAllowedToSeeEvent` (#2667)Neil Alexander
2022-08-23Complement QoL changes (#2663)Till
2022-08-23Add timeout parameter & trim URL (#2666)Till
2022-08-22Tweak soft-failure handling in roomserverNeil Alexander
2022-08-19Fetch more data for newly joined rooms in an incremental sync (#2657)Till
2022-08-19Version 0.9.4 (#2658)v0.9.4Neil Alexander
2022-08-19Enforce device list backoffs (#2653)Neil Alexander
2022-08-19Set historyVisibility for backfilled events over federation (#2656)Till
2022-08-19Make SyncAPI unit tests more reliable (#2655)Till
2022-08-19De-race `TestExpireEDUs` (#2654)Winter
2022-08-18State handling tweaks (#2652)Neil Alexander
2022-08-18Enable `workflow_dispatch` in GHANeil Alexander
2022-08-18Actually store EDUs once we retrieved from the database (#2651)Till
2022-08-18Reprocess rejected input events (#2647)Neil Alexander
2022-08-18Add a delay after sending events to the roomserverTill Faelligen
2022-08-16Stop spamming the logs with `StateBetween: ignoring deleted state` event IDsNeil Alexander
2022-08-16Lazy-loading fixes (#2646)Neil Alexander
2022-08-16Verify a shared secret is set in `create-account` (#2645)Till
2022-08-16Use `is_direct` flag from `/createRoom`, update stripped state (#2644)Neil Alexander
2022-08-16Only return non-retired invites (#2643)Till
2022-08-15Version 0.9.3v0.9.3Neil Alexander
2022-08-13Fix FAQ questionTill Faelligen
2022-08-13Admin endpoint documentation (#2640)timaeos
2022-08-13Adding FAQ Questions with common questions (#2641)timaeos
2022-08-12Version 0.9.2 (#2638)v0.9.2Neil Alexander
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