aboutsummaryrefslogtreecommitdiff
path: root/roomserver
AgeCommit message (Expand)Author
2022-02-04Remove sarama/saramajetstream dependencies (#2138)S7evinK
2022-02-04Remove roomserver input deadlines (#2144)Neil Alexander
2022-02-04Full roomserver input transactional isolation (#2141)Neil Alexander
2022-02-02Fix panic from closing the input channel before the workers complete (it'll g...Neil Alexander
2022-02-02Use pull consumers (#2140)Neil Alexander
2022-02-02PerformInvite: bugfix and rejig control flow (#2137)kegsay
2022-01-31More logging tweaksNeil Alexander
2022-01-31Improve roomserver loggingNeil Alexander
2022-01-31Roomserver fixes (#2133)Neil Alexander
2022-01-31Tweak roomserver logging for rejected eventsNeil Alexander
2022-01-31Tweak some logging (#2130)Neil Alexander
2022-01-31Revert consumer changeNeil Alexander
2022-01-31Only limit context for fetching missing auth/prev events (#2131)Neil Alexander
2022-01-28Call hooks for outliers (#2119)Neil Alexander
2022-01-28Move hook call when processing room events (#2118)Neil Alexander
2022-01-28Don't flood Sentry with context cancelled/deadline exceeded errors (#2115)Neil Alexander
2022-01-27Try federation when backfill fails to find events in the database (#2113)Neil Alexander
2022-01-27Roomserver/federation input refactor (#2104)Neil Alexander
2022-01-21Fix #2027 by gracefully handling stub rooms (#2100)kegsay
2022-01-07NATS JetStream tweaks (#2086)Neil Alexander
2022-01-07Fix panic at startup if roomserver was not given federation API reference by ...Neil Alexander
2022-01-06Fix #2084 - incorrect /event_auth response (#2085)kegsay
2022-01-05Add NATS JetStream support (#1866)S7evinK
2021-12-13Fix keyring regressions in previous P2P demoNeil Alexander
2021-12-09Return event NID from `StoreEvent`, match PSQL vs SQLite behaviour, tweak bac...Neil Alexander
2021-11-24Don't populate config defaults where it doesn't make sense (#2058)Neil Alexander
2021-11-24Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)Neil Alexander
2021-11-22Don't persist transaction IDs in the roomserver (#2048)Neil Alexander
2021-11-18Only return non-stub rooms from `GetKnownRooms` (#2049)Neil Alexander
2021-11-04Try to reduce re-allocations a bit in resolveConflictsV2Neil Alexander
2021-11-02Run gofmt on dendrite - apply go 1.17 preferred build tags (#2021)PiotrKozimor
2021-11-02Fix #2028 (#2036)Neil Alexander
2021-09-08- Removed double imports (#1989)Ryan W
2021-09-07Add more logs (#2005)kegsay
2021-08-27Don't return nonsense canonical room aliases in the public rooms responses (#...Neil Alexander
2021-08-04Ensure all create events have a snapshot NID of 0 (#1961)kegsay
2021-08-04Fix sqlite migration issues (#1960)kegsay
2021-07-28Factor out StatementList to `sqlutil` and use it in `userapi`Kegan Dougal
2021-07-26Not finding the snapshot is not fatal (#1940)kegsay
2021-07-22Track knocking in membership updater (#1935)Neil Alexander
2021-07-21Various alias fixes (#1934)Neil Alexander
2021-07-21Optimise QueryServerJoinedToRoom (#1933)Neil Alexander
2021-07-20Only include go-sqlite3 on the relevant binaries (#1900)Neil Alexander
2021-07-19Fix failing ban tests (#1884)David Spenler
2021-07-19Metric fixesNeil Alexander
2021-07-19Set buckets for dendrite_roomserver_calculate_state_duration_microsecondsNeil Alexander
2021-07-19dendrite_roomserver_calculate_state_duration_microseconds as histogram rather...Neil Alexander
2021-07-14bugfix: retire invites even when we cannot talk to the remote server to make/...kegsay
2021-07-13Expose more data when outputting output room events (#1916)kegsay
2021-07-09Move a couple of callers to helpers.IsServerCurrentlyInRoom over to the query...Neil Alexander