summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-19Contacts in command contextRoman Smrž
2023-07-19Send direct messages using identityRoman Smrž
2023-07-19Send and receive direct messages through storageRoman Smrž
2023-07-03Handle Sync service outside of Network moduleRoman Smrž
2023-07-02MonadHead instance for main UI commandsRoman Smrž
2023-07-02Send direct message using local head monadRoman Smrž
2023-07-02Shared state helpers usable with other local head updatesRoman Smrž
2023-07-01(test) Direct message shared stateRoman Smrž
2023-06-15(test) Test: server restartRoman Smrž
2023-05-23(test) Message sending to identity or contactRoman Smrž
2023-05-17(test) Send identity update on channel finalizationRoman Smrž
2023-05-17(test) Server function to manually add peerRoman Smrž
2023-05-08Command to manually add peerRoman Smrž
2023-05-07(test) Test: use parentheses for guard expressionsRoman Smrž
2023-05-06Initial IPv6 supportRoman Smrž
2023-04-07Test: direct messages to peerRoman Smrž
2023-04-07(test) Test: direct messages to peerRoman Smrž
2023-04-05Fix non-exhaustive pattern match warningsRoman Smrž
2023-03-22(test) Pass weak pointer of HeadBhv to callbackRoman Smrž
2023-01-31(test) Contact name setting and property lookupRoman Smrž
2023-01-29Pairing: use empty record item for reject messageRoman Smrž
2023-01-28Empty record item typeRoman Smrž
2023-01-08Contact custom name setting support and testRoman Smrž
2022-12-18(test) Contact service and contacts using stored setRoman Smrž
2022-12-04(test) Test: avoid introducing node variables by spawnRoman Smrž
2022-11-14(test) Test: get and wait for shared stateRoman Smrž
2022-11-01(test) Stored setRoman Smrž
2022-08-13Declare other used language extensions in cabal fileRoman Smrž
2022-08-13Test: shared state get and waitRoman Smrž
2022-08-13Storage: retry opening lock fileRoman Smrž
2022-08-09(test) Stored roots lookupRoman Smrž
2022-08-08(test) Generation number of stored objects with cachingRoman Smrž
2022-08-08Test: stored generationRoman Smrž
2022-07-28Service: wait with output after head commitRoman Smrž
2022-07-27(test) Pairing failure reasonRoman Smrž
2022-07-26Storage: flush files after writeRoman 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-07-26Generalize head updates to provided MonadIO instancesRoman Smrž
2022-07-26Contacts using Set sructureRoman Smrž
2022-07-17MonadStorage for context with Storage instanceRoman Smrž
2022-07-17Set of mergeable itemsRoman Smrž
2022-07-16Test: stored-roots commandRoman Smrž
2022-07-16Test: store command for arbitrary type and dataRoman Smrž
2022-07-15Stored roots with cachingRoman Smrž
2022-06-25(test) Test: guard attach code matchRoman Smrž
2022-06-04(test) Test: use node IP addresses from variablesRoman Smrž
2022-05-17Mergeable class with separate component typeRoman Smrž
2022-04-30(test) Test: device and owner identity updates after discoveryRoman Smrž
2022-03-22Use Data.Kind.Type instead of deprecated star symbolRoman Smrž