dendrite/common
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
..
basecomponent Implement key caching directly (#1038) 2020-05-15 09:32:40 +01:00
caching Prometheus metrics for LRU cache (#1039) 2020-05-15 11:27:10 +01:00
config Keyserver skeleton (#1032) 2020-05-14 14:05:14 +01:00
http use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00
keydb Only keep keys valid for 100 years rather than the heat death of the universe 2020-05-15 17:39:20 +01:00
test Rename the typing server to EDU server (#948) 2020-03-30 15:02:20 +01:00
transactions Replace deprecated prometheus.InstrumentHandler and unsafe time.Ticker 2019-12-17 16:47:45 +00:00
consumers.go Fix sarama import URLs (#856) 2020-04-22 15:26:56 +01:00
eventcontent.go Set canonical alias on room creation (#1042) 2020-05-15 13:39:01 +01:00
events.go Consolidation of roomserver APIs (#994) 2020-05-01 10:48:17 +01:00
httpapi_test.go S7evinK: basicauth metrics (#961) 2020-04-14 15:54:35 +01:00
httpapi.go Add HTTP trace logging (#965) 2020-04-15 17:48:40 +01:00
log.go Add PPROFLISTEN (#1019) 2020-05-11 18:21:39 +01:00
partition_offset_table.go Log errors from rows.Close (#920) 2020-03-18 10:17:18 +00:00
postgres_wasm.go Add peer-to-peer support into Dendrite via libp2p and fetch (#880) 2020-03-06 10:23:55 +00:00
postgres.go Add peer-to-peer support into Dendrite via libp2p and fetch (#880) 2020-03-06 10:23:55 +00:00
routing.go Fix URLDecodeMapValues (#984) 2020-04-28 12:50:49 +01:00
sql.go Limit database connections (#980, #564) (#998) 2020-05-01 13:34:53 +01:00
types.go Implement profile retrieval over federation (#726) 2019-08-07 00:02:12 +08:00