summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
11 daysRun memory storage watchers in separate threadRoman Smrž
11 daysShow context option updates only for the last checked typeRoman Smrž
11 daysRemove unused icePeer from command stateRoman Smrž
11 daysDo not return sent message object from send(Direct)MessageRoman Smrž
Changelog: API: Return type of `sendMessage` and `sendDirectMessage` is now `()`
12 daysWatch direct messages using local state diffsRoman Smrž
Changelog: API: Replaced `watchReceivedDirectMessages` with `watchDirectMessageThreads`
12 daysFunction to compute symmetric difference between stored historiesRoman Smrž
12 daysReturn NonEmpty from generations/generationsBy functionsRoman Smrž
Changelog: API: `Erebos.Storage.Merge.generations`/`generationsBy` return `NonEmpty`
12 daysFix recursive call of mergeUniqByRoman Smrž
13 daysUpdate whitespace in test command listRoman Smrž
2025-07-30Switch test script extension to “et”Roman Smrž
2025-07-30Update list whitespace in DirectMessage moduleRoman Smrž
2025-07-29Rename 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.
2025-07-29Network: 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-18Close streams on failed tunnel requestsRoman Smrž
2025-07-17Destroy ICE and close WS sessions on connection terminationRoman Smrž
2025-07-16Close streams used for tunnel on connection dropRoman Smrž
2025-07-16Test output stream opening and closingRoman Smrž
2025-07-16Server test logRoman Smrž
2025-07-13Test: service parameter to enable discovery tunnelRoman Smrž
2025-07-13Protocol: release unused packet reservationsRoman Smrž
2025-07-12Terminal: show completion options only when nothing is addedRoman Smrž
2025-07-12Implement ICE session as custom network addressRoman Smrž
2025-07-12Discovery: record only matched addressesRoman Smrž
2025-07-11Command to show current identity detailsRoman Smrž
Changelog: Added `/identity` command to show details of current identity
2025-07-11Terminal: support multiple lines in single callRoman Smrž
2025-07-11Terminal historyRoman Smrž
2025-07-10Use “erebos_” prefix for all non-static C functionsRoman Smrž
2025-07-09Remove ICE-related commands and make the module internalRoman Smrž
2025-07-09Generalize generations to generationsByRoman Smrž
2025-07-09Network: findPeer functionRoman Smrž
2025-07-09Split 'test/' into commit '257af4a0abfa3b23c98cea0055aeffddeec8d202'Roman Smrž
git-subtree-dir: test git-subtree-mainline: f1973ea77e76124318b9670b2af4591de1681107 git-subtree-split: 257af4a0abfa3b23c98cea0055aeffddeec8d202
2025-07-08Merge branch 'release-0.1'Roman Smrž
2025-07-08Version 0.1.9v0.1.9release-0.1Roman Smrž
2025-07-08Merge branch 'release-0.1'Roman Smrž
2025-07-07Fix accumulating PREV references in local stateRoman Smrž
2025-07-07Do not print note about unsuccessful discovery searchRoman Smrž
2025-07-07Do not print note about unsuccessful discovery searchRoman Smrž
2025-07-07Option to configure when tunnel is offeredRoman Smrž
2025-06-29Support reporting other errors during command-line parsingRoman Smrž