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
Age
Commit message (
Expand
)
Author
2023-02-07
Optimize `/sync` and history visibility (#2961)
Till
2023-02-01
Roomserver published pkey migration (#2960)
devonh
2023-01-19
Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662)
Neil
2022-12-12
Cleanup stale device lists for users we don't share a room with anymore (#2857)
Till
2022-11-14
Handle remote room upgrades (#2866)
Till
2022-11-14
Use a writer to assign state key NIDs (#2877)
Till
2022-11-11
Fix oops, add simple UT
Till Faelligen
2022-11-11
Fix issue with missing user NIDs (#2874)
Till
2022-11-01
Fix SQLite `roomserver_published` migration
Neil Alexander
2022-11-01
Optimize history visibility checks (#2848)
Till
2022-10-27
Fix upgrade appservices
Till Faelligen
2022-10-27
Add AS specific public room list endpoints (#2836)
Till
2022-10-11
Fix `/get_missing_events` for rooms with `joined`/`invited` history_visibilit...
Till
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-13
Check unique constraint errors when manually inserting migrations (#2712)
Till
2022-09-09
Fix transactions around assigning NIDs
Neil Alexander
2022-09-09
Change detection of already executed migrations (#2665)
Till
2022-08-24
Allow un-rejecting events on reprocessing
Neil Alexander
2022-08-23
Detect `types.MissingStateError` in `CheckServerAllowedToSeeEvent` (#2667)
Neil Alexander
2022-08-18
State handling tweaks (#2652)
Neil Alexander
2022-08-18
Reprocess rejected input events (#2647)
Neil Alexander
2022-08-08
Fix issues with migrations not getting executed (#2628)
Till
2022-08-05
Fix linter issues (#2624)
Till
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-25
Update database migrations, remove goose (#2264)
Till
2022-07-22
Try to fix HTTP 500s on `/members` (#2581)
Neil Alexander
2022-07-22
Membership updater refactoring (#2541)
Neil Alexander
2022-07-20
Fix issue with membership event_nid being 0 (#2580)
Till
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-06-01
Fix bugs related to state resolution (#2507)
Neil Alexander
2022-05-25
Try to spot state deletions when they happen (#2489)
Neil Alexander
2022-05-17
bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)
kegsay
2022-05-16
Add roomserver tests (3/4) (#2447)
Till
2022-05-10
Add roomserver tests (2/?) (#2445)
Till
2022-05-09
Add roomserver tests (1/?) (#2434)
Till
2022-05-03
Global database connection pool (for monolith mode) (#2411)
Neil Alexander
2022-03-24
Fix lint errors
Neil Alexander
[next]