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
/
cmd
/
dendritejs
Age
Commit message (
Expand
)
Author
2020-06-12
Rehuffle where things are in the internal package (#1122)
Kegsay
2020-06-10
Remove clientapi producers which aren't actually producers (#1111)
Kegsay
2020-06-10
Remove unused UserUpdates producer (#1109)
Kegsay
2020-06-09
Factor out how monolith routes get added (#1107)
Kegsay
2020-06-08
Split out SetupFooComponent (#1106)
Kegsay
2020-06-04
Refactor how federationsender gets created (#1095)
Kegsay
2020-06-04
s/Base64String/Base64Bytes/g (#1093)
Kegsay
2020-06-02
Only store our own aliases in publicroomsapi (#1081)
Kegsay
2020-06-02
Remove p2p log lines
Kegan Dougal
2020-06-01
Add a way to force federationsender to retry sending transactions (#1077)
Kegsay
2020-06-01
Send-to-device support (#1072)
Neil Alexander
2020-05-29
p2p: de-dupe and shuffle public rooms; implement keydb (#1074)
Kegsay
2020-05-27
Server key component (#1050)
Neil Alexander
2020-05-22
dendritejs tweaks for persisting sqlite DBs (#1058)
Kegsay
2020-05-22
Separate muxes for public and internal APIs (#1056)
Neil Alexander
2020-05-21
Fix #897 and shuffle directory around (#1054)
Kegsay
2020-05-19
Bake in git commit into dendritejs binary (#1048)
Kegsay
2020-05-19
dendritejs: Persist ed25519 keys in localforage (#1046)
Kegsay
2020-05-18
bump go-http-js-libp2p
Kegan Dougal
2020-05-18
Latest go-http-js-libp2p
Kegan Dougal
2020-05-18
Add -api flag to monolith (#1044)
Neil Alexander
2020-05-01
Consolidation of roomserver APIs (#994)
Neil Alexander
2020-04-29
Join room support in federation sender (#989)
Neil Alexander
2020-04-29
Federation sender API remodel (#988)
Neil Alexander
2020-04-28
Dependency inject the federation client so p2p binaries work as expected (#987)
Kegsay
2020-04-28
Unbreak the wasm build (#986)
Kegsay
2020-04-14
WIP: Add libp2p-go (#956)
Hilmar Gústafsson
2020-03-30
Implement typing over federation (#949)
Kegsay
2020-03-30
Rename the typing server to EDU server (#948)
Kegsay
2020-03-19
p2p: Implement published rooms (#923)
Kegsay
2020-03-18
maintenance: Fix matrix-org#896 use %w format verb to wrap errors (#916)
Abhinav Krishna C K
2020-03-13
Make P2P use JSServer
Kegan Dougal
2020-03-11
p2p: Use JSServer for comms rather than GoJsConn (#888)
Kegsay
2020-03-10
p2p: use separate topics! (#886)
Kegsay
2020-03-10
p2p: Use a single ed25519 key for event signing/verifying and p2p peer IDs (#...
Kegsay
2020-03-06
Add peer-to-peer support into Dendrite via libp2p and fetch (#880)
Kegsay