summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Collapse)Author
6 daysDo not count current conversation in unread statusRoman Smrž
6 daysTerminal: use FormattedText in printLineRoman Smrž
8 daysExplicit toggles to show and hide promptRoman Smrž
9 daysShow number of conversations with unread messages in CLI promptRoman Smrž
Changelog: Show the number of conversations with unread messages in CLI prompt
10 daysSeperatly updated prompt statusRoman Smrž
11 daysUse FormattedText for terminal promptRoman Smrž
13 daysData structure for formatted textRoman Smrž
14 daysDeferred object API with load/wait/chack functionsRoman Smrž
2026-01-28Check component size when loading ondemand objectRoman Smrž
2026-01-27Deferred object loadingRoman Smrž
2026-01-24Fix build and bounds for mtl-2.2.2Roman Smrž
2026-01-18Accept invites via shared stateRoman Smrž
2026-01-13Pass whole Invite to the “accepted” hookRoman Smrž
2026-01-13Commands to create and accept invitesRoman Smrž
2026-01-13Add invite service to CLI tool and enable it by defaultRoman Smrž
2026-01-12Newtype wrapper for invite tokenRoman Smrž
2025-11-22Command to list conversations with new messagesRoman Smrž
Changelog: Added `/new` command to list conversations with new (unread) messages
2025-11-21Show unread messages when selecting conversationRoman Smrž
Changelog: Show unread messages when selecting conversation
2025-11-19Functions to mark direct messages as seen and to list the statusRoman Smrž
2025-11-14Update indentation and spacing for commands in MainRoman Smrž
2025-11-05Invite service and shared stateRoman Smrž
Changelog: New service and shared state for invites
2025-10-11Ondemand object type and parsingRoman Smrž
2025-10-07Test: basic object formatRoman Smrž
2025-08-05Use MonadStorage for createIdentityRoman Smrž
Changelog: API: `Identity.createIdentity` uses `MonadStorage`
2025-08-05Use MonadStorage for makeSharedStateUpdateRoman Smrž
Changelog: API: `State.makeSharedStateUpdate` uses `MonadStorage`
2025-08-05Use MonadStorage for storeSetAddRoman Smrž
Changelog: API: `Set.storeSetAdd` uses `MonadStorage` instead explicit `Storage` parameter
2025-08-04Terminal: no prompt and escape sequences without ANSI terminalRoman Smrž
2025-08-03Do not put device identity into shared stateRoman Smrž
2025-08-03Add create-identity/owner command-line optionsRoman Smrž
2025-08-03Print received messages only for selected conversationRoman Smrž
Changelog: CLI: Print received messages only for selected conversation
2025-08-03Show context option updates only for the last checked typeRoman Smrž
2025-08-03Remove unused icePeer from command stateRoman Smrž
2025-08-02Do not return sent message object from send(Direct)MessageRoman Smrž
Changelog: API: Return type of `sendMessage` and `sendDirectMessage` is now `()`
2025-08-02Watch direct messages using local state diffsRoman Smrž
Changelog: API: Replaced `watchReceivedDirectMessages` with `watchDirectMessageThreads`
2025-08-02Function to compute symmetric difference between stored historiesRoman Smrž
2025-07-31Update whitespace in test command listRoman 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-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-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ž