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
Age
Commit message (
Expand
)
Author
2023-07-20
de-MSC-ifying space summaries (MSC2946) (#3134)
helm-dendrite-0.13.1
Sam Wedgwood
2023-06-06
Make `StrictValidityChecking` a function (#3092)
Till
2023-05-03
Use PDU in even more places (#3074)
kegsay
2023-04-27
Remove gmsl.HeaderedEvent (#3068)
kegsay
2023-04-19
refactor: update GMSL (#3058)
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-09
Unset `RoomServerEvent`, since we can't be sure that `Set` actually updates t...
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-05
Invalidate lazyLoadCache if we're doing an initial sync (#2623)
Till
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
2022-05-17
bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)
kegsay
2022-05-06
Move LL cache (#2429)
Till
2022-04-19
Implement lazy loading on `/sync` (#2346)
Till
2022-03-29
Remove eduserver (#2306)
S7evinK
2022-03-01
Set max age of 5 minutes for spaces summary cache
Neil Alexander
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
2021-11-24
Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)
Neil Alexander
2021-02-17
Gradually evict oldest cache entries (#1768)
Neil Alexander
2020-12-16
Add RoomInfo cache, remove RoomServerRoomNIDsCache (#1646)
Neil Alexander
2020-12-04
Federation sender event cache (#1614)
Neil Alexander
2020-11-09
Implement read receipts (#1528)
S7evinK
2020-08-25
Roomserver NID caches (#1335)
Neil Alexander
2020-06-16
More server key updates, tests (#1129)
Neil Alexander
2020-06-12
More key tweaks (#1116)
Neil Alexander
2020-06-05
More flexible caching (#1101)
Neil Alexander
2020-05-21
Fix #897 and shuffle directory around (#1054)
Kegsay