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
/
impl_ristretto.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-03-17
Preparations for removing `BaseDendrite` (#3016)
Till
2023-03-06
RoomServerEvents are mutable, given they can be redacted
Till Faelligen
2023-02-24
Refactor `StoreEvent` and create a new `RoomDatabase` interface (#2985)
Till
2022-08-12
Protect user_interactive reads and writes with locks (#2635)
Tak Wai Wong
2022-08-03
Remove roominfo cache (#2615)
Neil Alexander
2022-07-19
Add event state key cache (#2576)
Neil Alexander
2022-07-18
Tweak cache counters (#2575)
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