summaryrefslogtreecommitdiff
path: root/src/Erebos
AgeCommit message (Collapse)Author
9 daysFix state consistency in MonadHead instacesHEADmasterRoman Smrž
10 daysUtilize head cache in LocalState for SharedState tipsRoman Smrž
10 daysFunction to load Storable from Stored ObjectRoman Smrž
10 daysCustom cache in Head customizable for each HeadTypeRoman Smrž
13 daysOption for PeerAddressType to mark it as reliableRoman Smrž
Changelog: Added API to mark a custom underlying transport layer as reliable.
14 daysDiscovery: 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-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-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-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-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-02Command to mark messages as seenRoman Smrž
Changelog: Added `/seen` command to mark messages as seen.
2026-05-31DirectMessage: history diff including replaced messagesRoman 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-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-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-13Signal closure to open input streams when dropping connectionRoman Smrž
2026-03-13Discovery: mark tunnelled peer dropped when stream is closedRoman 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-28Discovery: clear peer map from dropped peersRoman Smrž
2026-02-28Debug logs in discovery serviceRoman 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-18Notify listeners when peer is automatically droppedRoman Smrž