summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
11 daysReuse previous thread states in direct message watcherRoman Smrž
11 daysCache last direct message thread for each peerRoman Smrž
11 daysKeep updatable properties in direct message threadRoman Smrž
13 daysConstructor for empty direct message threadRoman Smrž
13 daysProperty data type to find updates more efficientlyRoman Smrž
2026-06-07Test: log direct message history changes with removalsRoman Smrž
2026-06-07Pass parameter to service storage watcher consistent with MonadHead instanceRoman Smrž
2026-06-05Conversation history with change since earlier stateRoman Smrž
2026-06-04Use mergeUniq in storedRoots lookup instead of filterAncestorsRoman Smrž
2026-06-04Move Ref declaration to Object.Internal moduleRoman Smrž
2026-06-03Move Stored declaration to Object.Storable moduleRoman 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-31DirectMessage: history diff including replaced messagesRoman Smrž
2026-05-31Terminal: erase linesRoman Smrž
2026-05-31Graph: common ancestors searchRoman Smrž
2026-05-30Direct message history using graphsRoman Smrž
2026-05-30Graph data type to represent stored historyRoman Smrž
2026-05-30Split Storage.Graph module from Storage.MergeRoman Smrž
2026-05-30Extend ConversationType class to provide number of removed messagesRoman Smrž
2026-05-24Terminal: functions to update linesRoman Smrž
2026-05-11Treat references from dir object as weakRoman 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-19Wait for socket to be closed when stopping serverRoman Smrž
2026-03-19Fix bracket usage for server socketRoman 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-15Version 0.2.1v0.2.1Roman Smrž
2026-03-15Split 'test/' into commit '59af8514f3699ed5aa54aba5609bf5f00cc2aee3'Roman Smrž
git-subtree-dir: test git-subtree-mainline: e89e7b8415aa222088b091d24c88f635fc1ba9c1 git-subtree-split: 59af8514f3699ed5aa54aba5609bf5f00cc2aee3
2026-03-13Signal closure to open input streams when dropping connectionRoman Smrž
2026-03-13Discovery: mark tunnelled peer dropped when stream is closedRoman Smrž
2026-03-12Move CI flags to minici job fileRoman Smrž
2026-03-12Use context index style in all context selection menusRoman Smrž
2026-03-11(test) Fix updated dm threads check on initial stateRoman Smrž
2026-03-11Fix updated dm threads check on initial stateRoman Smrž
2026-03-10Avoid resending already sent peer search requestsRoman Smrž
2026-03-10Trigger peer search only for dm threads changed since last checkRoman Smrž
2026-02-28(test) Discovery: clear peer map from dropped peersRoman Smrž
2026-02-28Discovery: clear peer map from dropped peersRoman Smrž
2026-02-28Debug logs in discovery serviceRoman Smrž
2026-02-24Colored text formatting for peer listRoman Smrž
2026-02-24Record times of creating and accepting invitesRoman Smrž
2026-02-23Conversation reference using RefDigestRoman Smrž
2026-02-18Properly annotate and log exceptions from server threadsRoman Smrž
2026-02-18Handle exceptions in WebSocket threadRoman Smrž
2026-02-18Notify listeners when peer is automatically droppedRoman Smrž