summaryrefslogtreecommitdiff
path: root/src/Erebos
AgeCommit message (Collapse)Author
9 daysUnread message highlighting using status columnRoman Smrž
9 daysConvert to generic Message type for formattingRoman Smrž
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-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ž
2026-02-17Drop peers to which we can't send packetsRoman Smrž
2026-02-12Discovery: avoid usage of putStrLnRoman Smrž
2026-02-09Export accessor to storage backend objectRoman Smrž
2026-02-07Terminal: use FormattedText in printLineRoman 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-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 compatibility with bytestring-0.10Roman Smrž
2026-01-23Silence error when calling discoverySearch without the serviceRoman Smrž
2026-01-22Enumeration type for accepted invite statusRoman Smrž
2026-01-21Mark accepted invites as confirmed/rejectedRoman Smrž