summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
3 daysTrack local head cache in main/test commandsHEADmasterRoman Smrž
3 daysMake head caches available in service storage watchersRoman Smrž
4 daysTrack LocalState cache in Service stateRoman Smrž
4 daysKey handling in MonadStorage classRoman Smrž
4 daysIncorporate head cache into LocalHead monad transformerRoman Smrž
13 daysUse cached values for shared state lookupsRoman Smrž
13 daysFix state consistency in MonadHead instacesRoman Smrž
2026-08-04Utilize head cache in LocalState for SharedState tipsRoman Smrž
2026-08-04Function to load Storable from Stored ObjectRoman Smrž
2026-08-04Custom cache in Head customizable for each HeadTypeRoman Smrž
2026-08-01Mark WebSocket transport as reliableRoman Smrž
2026-08-01Option for PeerAddressType to mark it as reliableRoman Smrž
Changelog: Added API to mark a custom underlying transport layer as reliable.
2026-08-01Discovery: search for owner identityRoman Smrž
Changelog: Automatically search for other devices of the same owner when using the discovery service.
2026-07-31Network: ignore connection attempts to selfRoman Smrž
2026-07-31Test: retab attach and network modulesRoman Smrž
2026-07-30Discovery: via peers in resultsRoman Smrž
2026-07-03Discovery: offer tunnel also when it's allowed for targetRoman Smrž
2026-07-03Discovery: track search requests from peersRoman Smrž
Changelog: Discovery service handles situation when search target joins later.
2026-07-03Discovery: track our search requests per peerRoman Smrž
2026-07-02Test: retab discovery moduleRoman Smrž
2026-06-27Add makeConversation functionRoman Smrž
2026-06-27Fix prev value for first callback from watchDirectMessageThreadsRoman Smrž
Changelog: Fixed thread diff on first callback from `watchDirectMessageThreads` for given peer.
2026-06-27Test: ToDo tags with not-yet-working direct message testsRoman Smrž
2026-06-25Version 0.2.2v0.2.2Roman Smrž
2026-06-25Split 'test/' into commit '70c630cb27256bda88c7dd39ad6137315383b815'Roman Smrž
git-subtree-dir: test git-subtree-mainline: eff67c67b7d6d412c31b1c90305e266c67212ab5 git-subtree-split: 70c630cb27256bda88c7dd39ad6137315383b815
2026-06-24Bump time package dependencyRoman Smrž
2026-06-24Unify peers and chatrooms updates displayRoman Smrž
2026-06-24Format chatroom messages with Conversation moduleRoman Smrž
2026-06-23Unread message highlighting using status columnRoman Smrž
2026-06-23Convert to generic Message type for formattingRoman Smrž
2026-06-21Reuse previous thread states in direct message watcherRoman Smrž
2026-06-21Cache last direct message thread for each peerRoman Smrž
2026-06-21Keep updatable properties in direct message threadRoman Smrž
2026-06-19Constructor for empty direct message threadRoman Smrž
2026-06-19Property data type to find updates more efficientlyRoman Smrž
2026-06-07(test) Test: log direct message history changes with removalsRoman 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-31(test) Graph: common ancestors searchRoman Smrž
2026-05-31Terminal: erase linesRoman Smrž
2026-05-31Graph: common ancestors searchRoman Smrž