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-05-08
Only require room version instead of room info for db.Events() (#3079)
devonh
2023-05-03
Use PDU in even more places (#3074)
kegsay
2023-05-02
Use PDU not *Event in HeaderedEvent (#3073)
kegsay
2023-04-28
Remove `PerformError` (#3066)
Till
2023-04-27
Use PDU interface (#3070)
kegsay
2023-04-27
Remove gmsl.HeaderedEvent (#3068)
kegsay
2023-04-27
Add some roomserver UTs (#3067)
Till
2023-04-21
Implement new RoomVersionImpl API (#3062)
kegsay
2023-04-20
refactor: funnel event creation through room versions (#3060)
kegsay
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-03-22
Remove `BaseDendrite` (#3023)
Till
2023-03-17
Preparations for removing `BaseDendrite` (#3016)
Till
2023-03-09
Unset `RoomServerEvent`, since we can't be sure that `Set` actually updates t...
Till
2023-03-03
Update the cache with the redacted event
Till Faelligen
2023-03-03
Make redaction check easier to read (#2995)
Till
2023-03-01
Refactor `StoreEvent`, add `MaybeRedactEvent`, create an `EventDatabase` (#2989)
Till
2023-02-24
Cache all the things
Till Faelligen
2023-02-24
Refactor `StoreEvent` and create a new `RoomDatabase` interface (#2985)
Till
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
[next]