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
/
internal
/
caching
/
caches.go
Age
Commit message (
Expand
)
Author
2024-10-18
Update the license headers to mention the commercial license
Quentin Gliech
2024-10-17
Rename the go package
Quentin Gliech
2024-10-17
Update the copyright headers in all files
Quentin Gliech
2023-07-20
de-MSC-ifying space summaries (MSC2946) (#3134)
helm-dendrite-0.13.1
Sam Wedgwood
2023-05-03
Use PDU in even more places (#3074)
kegsay
2023-04-27
Remove gmsl.HeaderedEvent (#3068)
kegsay
2023-04-06
refactor: use latest GMSL which splits fed client from matrix room logic (#3051)
kegsay
2023-02-24
Refactor `StoreEvent` and create a new `RoomDatabase` interface (#2985)
Till
2022-08-03
Remove roominfo cache (#2615)
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-05-06
Move LL cache (#2429)
Till
2022-03-01
Allow specifying max age for caches (#2239)
Neil Alexander
2022-03-01
msc2946: add federation cache (#2238)
kegsay
2022-02-18
Remove event type and state key caches (#2200)
Neil Alexander
2020-12-16
Add RoomInfo cache, remove RoomServerRoomNIDsCache (#1646)
Neil Alexander
2020-12-04
Federation sender event cache (#1614)
Neil Alexander
2020-08-25
Roomserver NID caches (#1335)
Neil Alexander
2020-06-12
More key tweaks (#1116)
Neil Alexander
2020-06-05
More flexible caching (#1101)
Neil Alexander