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
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
2021-03-03
Fix appsevice alias queries part 2 (#1684)
Will Hunt
2021-03-03
Send events to appservice based on room membership (#1680)
Will Hunt
2021-03-03
Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel...
Neil Alexander
2021-02-16
Don't query for servers so often in /send (#1766)
Neil Alexander
2021-02-06
Fix crash in membership updater (#1753)
Neil Alexander
2021-02-04
Remove redundant check (#1748)
Neil Alexander
2021-01-29
Add m.room.create to invite stripped state (#1740)
Kegsay
2021-01-26
Don't retrieve same state events over and over again (#1737)
Neil Alexander
2021-01-22
Peeking over federation via MSC2444 (#1391)
Matthew Hodgson
2021-01-18
Don't create so many state snapshots when updating forward extremities (#1718)
Neil Alexander
2021-01-13
Add dendrite_roomserver_processroomevent_duration_millis to prometheus
Neil Alexander
2021-01-11
Deep-checking forward extremities (#1698)
Neil Alexander
2020-12-18
Fix #1655 by re-adding the appservice alias query (#1660)
Neil Alexander
2020-12-16
Add RoomInfo cache, remove RoomServerRoomNIDsCache (#1646)
Neil Alexander
2020-12-16
Hit the database far less in Events to find room NIDs and room versions (#1643)
Neil Alexander
2020-12-14
Don't use request context for input room event queued tasks (#1640)
Neil Alexander
2020-12-14
Don't start more goroutines than needed on RS input, increase input worker bu...
Neil Alexander
[next]