summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Collapse)Author
10 daysUnify peers and chatrooms updates displayRoman Smrž
10 daysFormat chatroom messages with Conversation moduleRoman Smrž
11 daysUnread message highlighting using status columnRoman Smrž
11 daysConvert to generic Message type for formattingRoman Smrž
2026-06-07Test: log direct message history changes with removalsRoman Smrž
2026-06-02Fix order of messages shown after selecting conversationRoman Smrž
2026-06-02Command to mark messages as seenRoman Smrž
Changelog: Added `/seen` command to mark messages as seen.
2026-06-01Postpone flushing terminal when replacing linesRoman Smrž
2026-06-01Replace changed messages in CLI historyRoman Smrž
Changelog: Improved display of unread/seen messages.
2026-05-31Terminal: erase linesRoman Smrž
2026-05-31Graph: common ancestors searchRoman Smrž
2026-05-24Terminal: functions to update linesRoman Smrž
2026-05-10Dir object type and parsingRoman Smrž
Changelog: Support for `dir` object type.
2026-05-10Chunked object type and parsingRoman Smrž
Changelog: Support for `chunked` object type.
2026-03-22Keep addres info for WebSocket connectionRoman Smrž
2026-03-21Debug logs for WebSocket connectionRoman Smrž
2026-03-18Retry with ephemeral port if default one is already in useRoman Smrž
Changelog: Avoid binding the same UDP port from multiple server instances on a single host.
2026-03-12Use context index style in all context selection menusRoman Smrž
2026-02-28Debug logs in discovery serviceRoman Smrž
2026-02-24Colored text formatting for peer listRoman Smrž
2026-02-18Handle exceptions in WebSocket threadRoman Smrž
2026-02-08Clear status info even when keeping promptRoman Smrž
2026-02-07Do not count current conversation in unread statusRoman Smrž
2026-02-07Terminal: use FormattedText in printLineRoman Smrž
2026-02-05Explicit toggles to show and hide promptRoman Smrž
2026-02-04Show number of conversations with unread messages in CLI promptRoman Smrž
Changelog: Show the number of conversations with unread messages in CLI prompt
2026-02-03Seperatly updated prompt statusRoman Smrž
2026-02-02Use FormattedText for terminal promptRoman Smrž
2026-01-31Data structure for formatted textRoman Smrž
2026-01-30Deferred 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ž