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
/
storage
/
shared
/
storage.go
Age
Commit message (
Expand
)
Author
2022-10-07
Fix issue with DMs shown as normal rooms (#2776)
Till
2022-10-07
Revert "tDatabase transaction tweaks in roomserver"
Neil Alexander
2022-10-07
tDatabase transaction tweaks in roomserver
Neil Alexander
2022-10-05
Optimise `QuerySharedUsers` so that we can only work on local users (#2766)
Neil Alexander
2022-09-26
Remove `origin` field from PDUs (#2737)
Neil Alexander
2022-09-09
Fix transactions around assigning NIDs
Neil Alexander
2022-08-18
State handling tweaks (#2652)
Neil Alexander
2022-08-18
Reprocess rejected input events (#2647)
Neil Alexander
2022-08-03
Remove roominfo cache (#2615)
Neil Alexander
2022-08-02
Various roominfo tweaks (#2607)
Neil Alexander
2022-08-01
De-race `types.RoomInfo` (#2600)
Neil Alexander
2022-08-01
Optimise checking other servers allowed to see events (#2596)
Neil Alexander
2022-07-19
Add event state key cache (#2576)
Neil Alexander
2022-07-13
Pointerise `types.RoomInfo` in the cache so we can update it in-place in the ...
Neil Alexander
2022-07-11
Ristretto cache (#2563)
Neil Alexander
2022-07-07
Fix nil pointer access when redacting events (#2560)
Till
2022-07-05
Return clearer error when no state NID exists for an event (#2555)
Neil Alexander
2022-07-05
Fix QuerySharedUsers for the SyncAPI keychange consumer (#2554)
Till
2022-06-09
Correctly redact events over federation (#2526)
Till
2022-05-16
Add roomserver tests (3/4) (#2447)
Till
2022-03-17
Assign room NIDs, event type NIDs and state key NIDs outside of database tran...
Neil Alexander
2022-03-09
Fix `GET /directory/list/room/{roomID}` (#2262)
Neil Alexander
2022-03-01
Remove unnecessary error line (#2237)
Neil Alexander
2022-03-01
MSC2946: Spaces Summary (round 2) (#2232)
kegsay
2022-03-01
Limit `JoinedUsersSetInRooms` to interested users (#2234)
Neil Alexander
2022-02-23
Relax roomserver input transactional isolation (#2224)
Neil Alexander
2022-02-22
Remove error when state keys are missing for user NIDs (#2213)
Neil Alexander
2022-02-18
Remove event type and state key caches (#2200)
Neil Alexander
2022-02-17
Don't re-send sent events in `add_state_events` (#2195)
Neil Alexander
2022-02-11
Ensure only one transaction is used for RS input per room (#2178)
Neil Alexander
2022-02-10
Fix fetching missing state (#2163)
Neil Alexander
2022-02-04
Full roomserver input transactional isolation (#2141)
Neil Alexander
2022-01-21
Fix #2027 by gracefully handling stub rooms (#2100)
kegsay
2021-12-09
Return event NID from `StoreEvent`, match PSQL vs SQLite behaviour, tweak bac...
Neil Alexander
2021-11-22
Don't persist transaction IDs in the roomserver (#2048)
Neil Alexander
2021-11-02
Fix #2028 (#2036)
Neil Alexander
2021-09-08
- Removed double imports (#1989)
Ryan W
2021-07-21
Various alias fixes (#1934)
Neil Alexander
2021-07-21
Optimise QueryServerJoinedToRoom (#1933)
Neil Alexander
2021-07-19
Fix failing ban tests (#1884)
David Spenler
2021-07-09
Add more optimised code path for checking if we're in a room (#1909)
Neil Alexander
2021-06-21
Fix panic in roomserver
Neil Alexander
2021-04-26
State storage refactor (#1839)
Neil Alexander
2021-03-03
Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel...
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-04
Don't recalculate event IDs so often (#1610)
Neil Alexander
2020-11-16
Pass pointers to events — reloaded (#1583)
Neil Alexander
2020-11-05
Implement forgetting about rooms (#1572)
S7evinK
2020-10-20
Always call overridden form of GetLatestEventsForUpdate (#1554)
Kegsay
[next]