summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Collapse)Author
3 daysUse MonadStorage for makeSharedStateUpdateRoman Smrž
Changelog: API: `State.makeSharedStateUpdate` uses `MonadStorage`
3 daysUse MonadStorage for storeSetAddRoman Smrž
Changelog: API: `Set.storeSetAdd` uses `MonadStorage` instead explicit `Storage` parameter
3 daysTerminal: no prompt and escape sequences without ANSI terminalRoman Smrž
5 daysDo not put device identity into shared stateRoman Smrž
5 daysAdd create-identity/owner command-line optionsRoman Smrž
5 daysPrint received messages only for selected conversationRoman Smrž
Changelog: CLI: Print received messages only for selected conversation
5 daysShow context option updates only for the last checked typeRoman Smrž
5 daysRemove unused icePeer from command stateRoman Smrž
6 daysDo not return sent message object from send(Direct)MessageRoman Smrž
Changelog: API: Return type of `sendMessage` and `sendDirectMessage` is now `()`
6 daysWatch direct messages using local state diffsRoman Smrž
Changelog: API: Replaced `watchReceivedDirectMessages` with `watchDirectMessageThreads`
6 daysFunction to compute symmetric difference between stored historiesRoman Smrž
8 daysUpdate whitespace in test command listRoman Smrž
10 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.
10 daysRename peerIdentity to getPeerIdentityRoman Smrž
Changelog: API: Renamed `Network.peerIdentity` to `getPeerIdentity`.
10 daysReturn peer address in IO monadRoman Smrž
Changelog: API: Replaced `Network.peerAddress` with `getPeerAddress` and added `getPeerAddresses`
10 daysPeer address input in ServiceHandlerRoman Smrž
2025-07-22Remove obsolete ‘discovery-init’ commandRoman Smrž
2025-07-17Destroy ICE and close WS sessions on connection terminationRoman Smrž
2025-07-16Server test logRoman Smrž
2025-07-13Test: service parameter to enable discovery tunnelRoman Smrž
2025-07-12Terminal: show completion options only when nothing is addedRoman 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-09Remove ICE-related commands and make the module internalRoman Smrž
2025-07-07Option to configure when tunnel is offeredRoman Smrž
2025-06-29Support reporting other errors during command-line parsingRoman Smrž
2025-06-29Discovery tunnelRoman Smrž
Changelog: Support tunnel for peers in discovery service
2025-06-28Automatic discovery of peers for pending messagesRoman Smrž
Changelog: Automatic discovery of peers for pending direct messages
2025-06-03Discovery search using global state to ask new peersRoman Smrž
2025-05-31Use weak refs in discovery serviceRoman Smrž
2025-05-31Network streams for servicesRoman Smrž
2025-05-18Merge branch 'release-0.1'Roman Smrž
2025-05-18Pick conversation for some commands by parameterRoman Smrž
Changelog: Option to show details or delete a conversation by giving index parameter without first selecting it
2025-05-05Use extended identity data for identity updateRoman Smrž
2025-04-28WebSocket serverRoman Smrž
Changelog: Experimental WebSocket server
2025-04-15Terminal: handle end-of-file errorRoman Smrž
2025-04-05Use UUID type from uuid-types packageRoman Smrž
2025-04-05Replace uuid package with custom moduleRoman Smrž
Avoids transitive denpednecies not buildable with wasm backend.
2025-03-31Keep weak reference to previous local stateRoman Smrž
2025-03-27Build with ansi-terminal-0.11develRoman Smrž
Present in Debian bookworm.
2025-03-24Terminal: tab completionRoman Smrž
2025-03-23Terminal: properly draw bottom lines in getInputLineRoman Smrž
2025-03-22Replace putStr(Ln) calls in CLI commands with printLineRoman Smrž
2025-03-22Avoid duplicating newline for terminal outputRoman Smrž
2025-03-22Replace remaining getLine usage with getInputLineRoman Smrž
2025-03-22Adapt interactive identity updates for TerminalRoman Smrž
2025-03-21Generic type for MonadError constraintsRoman Smrž
Changelog: API: MonadError constraints use generic error type
2025-03-21Merge branch 'release-0.1'Roman Smrž
2025-03-20Deleting chatroomsRoman Smrž
Changelog: Added `/delete` command to delete chatrooms for current user