dendrite/common/keydb
Kegan Dougal bfb954519b Only keep keys valid for 100 years rather than the heat death of the universe
WASM builds really dislike thinking that far into the future, causing
WASM to trap with "float unrepresentable in integer range", which corrupts
the Go stack in wasm_exec which then leads to a segfault and the program
exiting.
2020-05-15 17:39:20 +01:00
..
cache Implement key caching directly (#1038) 2020-05-15 09:32:40 +01:00
postgres Only keep keys valid for 100 years rather than the heat death of the universe 2020-05-15 17:39:20 +01:00
sqlite3 Only keep keys valid for 100 years rather than the heat death of the universe 2020-05-15 17:39:20 +01:00
interface.go Add peer-to-peer support into Dendrite via libp2p and fetch (#880) 2020-03-06 10:23:55 +00:00
keydb.go Limit database connections (#980, #564) (#998) 2020-05-01 13:34:53 +01:00
keydb_wasm.go Limit database connections (#980, #564) (#998) 2020-05-01 13:34:53 +01:00
keyring.go Perspective key fetching, some federation room join fixes (#975) 2020-04-20 17:42:34 +01:00