summaryrefslogtreecommitdiff
path: root/src/Pairing.hs
AgeCommit message (Collapse)Author
2023-11-18Split to library and executable partsRoman Smrž
2023-10-19Use extended identity data for nameRoman Smrž
2023-04-05Fix non-exhaustive pattern match warningsRoman Smrž
2023-01-29Pairing: use empty record item for reject messageRoman Smrž
2022-07-26Explicit identities in pairing requestRoman Smrž
Actual device identities can change at any point during the pairing process, so it is necessary to fix the ones used for nonce confirmation and just initially verify that they belong to the respective sides.
2022-07-26Pairing failure reasonRoman Smrž
2022-03-22Use Data.Kind.Type instead of deprecated star symbolRoman Smrž
2022-02-19Pairing: rename 'decline' to 'reject'Roman Smrž
2021-12-29Pairing: reject and restartRoman Smrž
2021-12-29Pairing: refactor common logic into the base moduleRoman Smrž
2021-12-19Pairing: use service attributes for hooksRoman Smrž
2021-12-16Remove unnecessary self identity parametersRoman Smrž
2021-01-06Pairing: use big endian for the confirmation numberRoman Smrž
2020-12-30Discovery serviceRoman Smrž
2020-12-23Network: STM-based synchronization rewriteRoman Smrž
2020-08-09Move pairing logic to separate moduleRoman Smrž