summaryrefslogtreecommitdiff
path: root/src/Erebos/Conversation.hs
AgeCommit message (Collapse)Author
9 daysFormat chatroom messages with Conversation moduleRoman Smrž
10 daysUnread message highlighting using status columnRoman Smrž
10 daysConvert to generic Message type for formattingRoman Smrž
14 daysConstructor for empty direct message threadRoman Smrž
2026-06-05Conversation history with change since earlier stateRoman Smrž
2026-06-02Command to mark messages as seenRoman Smrž
Changelog: Added `/seen` command to mark messages as seen.
2026-05-30Extend ConversationType class to provide number of removed messagesRoman Smrž
2026-02-23Conversation reference using RefDigestRoman Smrž
2026-01-31Data structure for formatted textRoman Smrž
2025-11-20Highlight new messages in conversation historyRoman Smrž
2025-11-16Conversation type classRoman Smrž
2025-08-04Create direct message state when creating conversationRoman Smrž
2025-08-03Print received messages only for selected conversationRoman Smrž
Changelog: CLI: Print received messages only for selected conversation
2025-08-02Do not return sent message object from send(Direct)MessageRoman Smrž
Changelog: API: Return type of `sendMessage` and `sendDirectMessage` is now `()`
2025-07-29Rename DirectMessage functions to include dm/directRoman Smrž
Changelog: API: Renamed some functions in `DirectMessage` module to make clear they are related only to direct messages.
2025-07-28Conversation: isSameConversation functionRoman Smrž
2025-06-28Automatic discovery of peers for pending messagesRoman Smrž
Changelog: Automatic discovery of peers for pending direct messages
2025-03-21Generic type for MonadError constraintsRoman Smrž
Changelog: API: MonadError constraints use generic error type
2025-03-21Merge branch 'release-0.1'Roman Smrž
2025-03-20Deleting chatroomsRoman Smrž
Changelog: Added `/delete` command to delete chatrooms for current user
2024-11-17Rename Message module to DirectMessageRoman Smrž
Changelog: API: Rename `Erebos.Message` module to `Erebos.DirectMessage`
2024-11-17Remove deprecated Message.formatMessage aliasRoman Smrž
Changelog: API: Remove deprecated `Message.formatMessage` alias
2024-11-17Create Erebos.Storage.Head moduleRoman Smrž
2024-10-30Rename Erebos.Storage module to Erebos.Object.InternalRoman Smrž
2024-07-06Chatrooms in conversation interfaceRoman Smrž
2024-05-23Conversation interfaceRoman Smrž
Changelog: Added `/conversations` command to list and select conversations