index
:
slackcoder/dendrite
main
Dendrite is a second-generation Matrix homeserver written in Go
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
roomserver
Age
Commit message (
Expand
)
Author
2022-01-28
Call hooks for outliers (#2119)
Neil Alexander
2022-01-28
Move hook call when processing room events (#2118)
Neil Alexander
2022-01-28
Don't flood Sentry with context cancelled/deadline exceeded errors (#2115)
Neil Alexander
2022-01-27
Try federation when backfill fails to find events in the database (#2113)
Neil Alexander
2022-01-27
Roomserver/federation input refactor (#2104)
Neil Alexander
2022-01-21
Fix #2027 by gracefully handling stub rooms (#2100)
kegsay
2022-01-07
NATS JetStream tweaks (#2086)
Neil Alexander
2022-01-07
Fix panic at startup if roomserver was not given federation API reference by ...
Neil Alexander
2022-01-06
Fix #2084 - incorrect /event_auth response (#2085)
kegsay
2022-01-05
Add NATS JetStream support (#1866)
S7evinK
2021-12-13
Fix keyring regressions in previous P2P demo
Neil Alexander
2021-12-09
Return event NID from `StoreEvent`, match PSQL vs SQLite behaviour, tweak bac...
Neil Alexander
2021-11-24
Don't populate config defaults where it doesn't make sense (#2058)
Neil Alexander
2021-11-24
Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)
Neil Alexander
2021-11-22
Don't persist transaction IDs in the roomserver (#2048)
Neil Alexander
2021-11-18
Only return non-stub rooms from `GetKnownRooms` (#2049)
Neil Alexander
2021-11-04
Try to reduce re-allocations a bit in resolveConflictsV2
Neil Alexander
2021-11-02
Run gofmt on dendrite - apply go 1.17 preferred build tags (#2021)
PiotrKozimor
2021-11-02
Fix #2028 (#2036)
Neil Alexander
2021-09-08
- Removed double imports (#1989)
Ryan W
2021-09-07
Add more logs (#2005)
kegsay
2021-08-27
Don't return nonsense canonical room aliases in the public rooms responses (#...
Neil Alexander
2021-08-04
Ensure all create events have a snapshot NID of 0 (#1961)
kegsay
2021-08-04
Fix sqlite migration issues (#1960)
kegsay
2021-07-28
Factor out StatementList to `sqlutil` and use it in `userapi`
Kegan Dougal
2021-07-26
Not finding the snapshot is not fatal (#1940)
kegsay
2021-07-22
Track knocking in membership updater (#1935)
Neil Alexander
2021-07-21
Various alias fixes (#1934)
Neil Alexander
2021-07-21
Optimise QueryServerJoinedToRoom (#1933)
Neil Alexander
2021-07-20
Only include go-sqlite3 on the relevant binaries (#1900)
Neil Alexander
2021-07-19
Fix failing ban tests (#1884)
David Spenler
2021-07-19
Metric fixes
Neil Alexander
2021-07-19
Set buckets for dendrite_roomserver_calculate_state_duration_microseconds
Neil Alexander
2021-07-19
dendrite_roomserver_calculate_state_duration_microseconds as histogram rather...
Neil Alexander
2021-07-14
bugfix: retire invites even when we cannot talk to the remote server to make/...
kegsay
2021-07-13
Expose more data when outputting output room events (#1916)
kegsay
2021-07-09
Move a couple of callers to helpers.IsServerCurrentlyInRoom over to the query...
Neil Alexander
2021-07-09
Add more optimised code path for checking if we're in a room (#1909)
Neil Alexander
2021-07-09
bugfix: order the state blocks so recreating state snapshots works correctly ...
kegsay
2021-07-08
Fix bug when rejecting invites (#1907)
Neil Alexander
2021-07-07
db migration: handle create events with no state blocks from v0.1.0 (#1904)
kegsay
2021-07-02
Roomserver input backpressure metric
Neil Alexander
2021-06-29
db migration: fix #1844 and add additional assertions (#1889)
kegsay
2021-06-28
Use a custom FIFO queue for the RS input API (#1888)
Neil Alexander
2021-06-21
Fix panic in roomserver
Neil Alexander
2021-04-26
Fix bug in SQLite migration
Neil Alexander
2021-04-26
State storage refactor (#1839)
Neil Alexander
2021-03-24
Add Sentry support (#1803)
Kegsay
2021-03-17
Fix nil pointer crash in QueryMembershipsForRoom
Neil Alexander
2021-03-08
roomserver: don't make_join with ourselves if clients ask us to (#1797)
Kegsay
[next]