summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
6 daysVersion 0.2HEADv0.2.0masterRoman Smrž
6 daysSplit 'test/' into commit 'bcee677fe74dc4772cefe059527a07dcb8107468'Roman Smrž
git-subtree-dir: test git-subtree-mainline: cbdbc0a176736b3be970f263f2319a0f6bd123bd git-subtree-split: bcee677fe74dc4772cefe059527a07dcb8107468
7 daysUse MonadStorage for createIdentityRoman Smrž
Changelog: API: `Identity.createIdentity` uses `MonadStorage`
7 daysUse MonadStorage for makeSharedStateUpdateRoman Smrž
Changelog: API: `State.makeSharedStateUpdate` uses `MonadStorage`
7 daysUse MonadStorage for storeSetAddRoman Smrž
Changelog: API: `Set.storeSetAdd` uses `MonadStorage` instead explicit `Storage` parameter
8 daysTerminal: no prompt and escape sequences without ANSI terminalRoman Smrž
8 daysSeparate notifications for new and updated peersRoman Smrž
8 daysAutomatically update direct message peer identityRoman Smrž
8 daysNetwork: notify services of peer change in extended identity dataRoman Smrž
8 daysCreate direct message state when creating conversationRoman Smrž
9 daysDo not put device identity into shared stateRoman Smrž
9 daysAdd create-identity/owner command-line optionsRoman Smrž
9 daysPrint received messages only for selected conversationRoman Smrž
Changelog: CLI: Print received messages only for selected conversation
9 daysRun memory storage watchers in separate threadRoman Smrž
9 daysShow context option updates only for the last checked typeRoman Smrž
9 daysRemove unused icePeer from command stateRoman Smrž
10 daysDo not return sent message object from send(Direct)MessageRoman Smrž
Changelog: API: Return type of `sendMessage` and `sendDirectMessage` is now `()`
10 days(test) Watch direct messages using local state diffsRoman Smrž
Changelog: API: Replaced `watchReceivedDirectMessages` with `watchDirectMessageThreads`
10 daysWatch direct messages using local state diffsRoman Smrž
Changelog: API: Replaced `watchReceivedDirectMessages` with `watchDirectMessageThreads`
10 days(test) Function to compute symmetric difference between stored historiesRoman Smrž
10 daysFunction to compute symmetric difference between stored historiesRoman Smrž
10 daysReturn NonEmpty from generations/generationsBy functionsRoman Smrž
Changelog: API: `Erebos.Storage.Merge.generations`/`generationsBy` return `NonEmpty`
11 daysFix recursive call of mergeUniqByRoman Smrž
12 daysUpdate whitespace in test command listRoman Smrž
13 days(test) Switch test script extension to “et”Roman Smrž
13 daysSwitch test script extension to “et”Roman Smrž
13 daysUpdate list whitespace in DirectMessage moduleRoman Smrž
14 daysRename DirectMessage functions to include dm/directRoman Smrž
Changelog: API: Renamed some functions in `DirectMessage` module to make clear they are related only to direct messages.
14 daysNetwork: pass current peer address to packet handlerRoman Smrž
2025-07-29Rename peerIdentity to getPeerIdentityRoman Smrž
Changelog: API: Renamed `Network.peerIdentity` to `getPeerIdentity`.
2025-07-29Return peer address in IO monadRoman Smrž
Changelog: API: Replaced `Network.peerAddress` with `getPeerAddress` and added `getPeerAddresses`
2025-07-28Peer address input in ServiceHandlerRoman Smrž
2025-07-28Conversation: isSameConversation functionRoman Smrž
2025-07-27Explicit tunnel option in discovery resultRoman Smrž
2025-07-27Try just first supported address from discovery resultRoman Smrž
2025-07-24Explicit type for addresses in discovery serviceRoman Smrž
2025-07-24Move InetAddress to separate moduleRoman Smrž
2025-07-22Remove obsolete ‘discovery-init’ commandRoman Smrž
2025-07-22Enable OverloadedStrings in Discovery moduleRoman Smrž
2025-07-19LocalHead monad transformerRoman Smrž
2025-07-18(test) Close streams on failed tunnel requestsRoman Smrž
2025-07-18Close streams on failed tunnel requestsRoman Smrž
2025-07-17Destroy ICE and close WS sessions on connection terminationRoman Smrž
2025-07-16(test) Close streams used for tunnel on connection dropRoman Smrž
2025-07-16Close streams used for tunnel on connection dropRoman Smrž
2025-07-16(test) Test output stream opening and closingRoman Smrž
2025-07-16Test output stream opening and closingRoman Smrž
2025-07-16Server test logRoman Smrž
2025-07-13(test) Test: service parameter to enable discovery tunnelRoman Smrž
2025-07-13Test: service parameter to enable discovery tunnelRoman Smrž