status-go/server
Igor Sirotin 49eaabaca5
feat: adapt create/restore/login endpoints for keycard usage (#5311)
* chore_: remove duplicated `StartNodeWithKey`

* feat(KeycardPairing)_: added GetPairings method

* chore_: simplify startNode... methods

* chore_: added encryption path to be derived

* fix_: error handling in StartNodeWithKey

* feat_: added keycard properties to CreateAccount

* feat_: moved KeycardWhisperPrivateKey to LoginAccount

* fix_: LoginAccount during local pairing

* feat_: added chat key handling to loginAccount

* chore_: struct response from generateOrImportAccount

* fix_: do not store keycard account to keystore

* feat_: added Mnemonic parameter to LoginAccount

* chore_: wrap loginAccount errors

* feat_: RestoreKeycardAccountAndLogin endpoint

* chore_: merge RestoreKeycardAccountRequest into RestoreAccountRequest

* fix_: TestRestoreKeycardAccountAndLogin

* fix_: MessengerRawMessageResendTest

* chore_: cleanup

* chore_: cleanup according to pr comments

* chore_: better doc for Login.Mnemonic

* chore_: add/fix comments

* fix_: lint
2024-06-26 13:14:27 +02:00
..
pairing feat: adapt create/restore/login endpoints for keycard usage (#5311) 2024-06-26 13:14:27 +02:00
servertest Added functionality to slow stop UDP beacon multicast/listen 2023-04-17 12:01:38 +01:00
certs.go feat: 200 years long media tls cert (#4377) 2023-12-04 15:54:51 +08:00
certs_test.go Local Pairing: connection string version 2 with sharing multiple server addresses (#3909) 2023-08-22 19:18:14 +03:00
device.go Added device name set on Messenger.Start() 2022-11-25 11:33:58 +00:00
device_test.go Added device name set on Messenger.Start() 2022-11-25 11:33:58 +00:00
handlers.go feat(community)_: Move images from community data to MediaServer (#5336) 2024-06-24 17:37:44 +08:00
handlers_linkpreview.go Add favicons to external link previews (#4788) 2024-03-12 22:47:51 +02:00
handlers_test.go Revert "test: bump go-libp2p" 2024-01-18 20:29:33 +00:00
ips.go optimised finding server cert (#4148) 2023-10-18 14:17:49 +08:00
ips_test.go [CHERRY-PICK] PR#4036 (#4037) 2023-09-20 10:37:51 +01:00
ports.go
qrops.go adjust padding for QR Images (#3510) 2023-06-01 13:41:01 +05:30
qrops_test.go feat: use media server for community collectible images 2023-12-16 08:49:58 -03:00
server.go Reconciled duplicate cert funcs 2023-03-24 17:31:34 +00:00
server_media.go feat(community)_: Move images from community data to MediaServer (#5336) 2024-06-24 17:37:44 +08:00
server_test.go Revert "test: bump go-libp2p" 2024-01-18 20:29:33 +00:00
timeout.go Improved Local Pairing Separation of Concerns (#3248) 2023-03-23 11:44:15 +00:00
timeout_test.go Added timeout functionality to Servers (#3192) 2023-02-15 15:50:30 +00:00