Cut at attaching http server/client (#3299)

* Cut at attaching http server/client

* switch to xrcp branch
This commit is contained in:
Alexander Bondarenko
2023-11-01 12:48:58 +02:00
committed by GitHub
parent b1fdc936a6
commit 02c0cd5619
10 changed files with 121 additions and 484 deletions
+1
View File
@@ -15,6 +15,7 @@ import Simplex.Chat.Store.Shared
import Simplex.Messaging.Agent.Store.SQLite (firstRow, maybeFirstRow)
import qualified Simplex.Messaging.Agent.Store.SQLite.DB as DB
import qualified Simplex.Messaging.Crypto as C
import Simplex.RemoteControl.Types
insertRemoteHost :: DB.Connection -> FilePath -> Text -> C.APrivateSignKey -> C.SignedCertificate -> IO RemoteHostId
insertRemoteHost db storePath displayName caKey caCert = do