dendrite/common/keydb/sqlite3
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
..
keydb.go Only keep keys valid for 100 years rather than the heat death of the universe 2020-05-15 17:39:20 +01:00
server_key_table.go Implement key caching directly (#1038) 2020-05-15 09:32:40 +01:00