summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
10 daysTerminal: tab completionRoman Smrž
12 daysTerminal: properly draw bottom lines in getInputLineRoman Smrž
12 daysReplace putStr(Ln) calls in CLI commands with printLineRoman Smrž
12 daysAvoid duplicating newline for terminal outputRoman Smrž
13 daysReplace remaining getLine usage with getInputLineRoman Smrž
13 daysAdapt interactive identity updates for TerminalRoman Smrž
14 daysGeneric type for MonadError constraintsRoman Smrž
Changelog: API: MonadError constraints use generic error type
14 daysMerge branch 'release-0.1'Roman Smrž
14 daysRename ice-session in discovery connection request to ice-infoRoman Smrž
2025-03-20Deleting chatroomsRoman Smrž
Changelog: Added `/delete` command to delete chatrooms for current user
2025-03-07Use XDG data directory for storage by defaultRoman Smrž
Changelog: Use XDG data directory for default storage path
2025-02-25ICE config for each discovery peerRoman Smrž
2025-02-19Merge branch 'release-0.1'Roman Smrž
2025-02-03Terminal: printing lines below promptRoman Smrž
2025-01-28Custom prompt implementation instead of HaskelineRoman Smrž
Changelog: New CLI prompt implementation providing cleaner interface Changelog: CLI: Avoids displaying sent messages twice – both in previous prompt and in message history
2025-01-09Network: check and free interface list in joinMulticastRoman Smrž
2025-01-09Automatic discovery init using interface addressesRoman Smrž
2025-01-04Merge branch 'release-0.1'Roman Smrž
2025-01-04Test: explicit list of services for start-serverRoman Smrž
2025-01-04Build discovery service without requiring ICE supportRoman Smrž
Changelog: Discovery service without requiring ICE support
2024-12-31Use evaluate to force digest before storing to backendRoman Smrž
2024-12-28StorageBackend type classRoman Smrž
Changelog: API: Added `StorageBackend` type class to allow custom storage implementation
2024-11-26Test: avoid the need for exposing Erebos.Storage.InternalRoman Smrž
2024-11-17Drop unused StoreInfo and History typesRoman Smrž
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-11-10Move Erebos.Channel module under Erebos.NetworkRoman Smrž
2024-11-06Create new Object, Storable and Storage modulesRoman Smrž
Changelog: API: Split Erebos.Storage into multiple modules
2024-11-06Merge branch 'release-0.1'Roman Smrž
2024-11-02Fix paragraphs in cabal descriptionRoman Smrž
2024-11-01Ignore record items with unexpected typeRoman Smrž
Changelog: Ignore record items with unexpected type
2024-10-30Rename Erebos.Storage module to Erebos.Object.InternalRoman Smrž
2024-10-30Split 'test/' into commit '96cbafd34d35b0330505c73cb4a963b6e9cb030d'Roman Smrž
git-subtree-dir: test git-subtree-mainline: e0efdf445ab1c26f51a49fb098020b83d681c7a5 git-subtree-split: 96cbafd34d35b0330505c73cb4a963b6e9cb030d
2024-10-30Version 0.1.7v0.1.7Roman Smrž
2024-10-29(test) Chatroom-specific identityRoman Smrž
Changelog: Chatroom-specific identity
2024-10-29Chatroom-specific identityRoman Smrž
Changelog: Chatroom-specific identity
2024-10-23Handle concurrent calls to openStorageRoman Smrž
2024-10-21Try resolving multiple public serversRoman Smrž
Changelog: Support multiple public peers
2024-10-21Allocate pjproject user data with callocRoman Smrž
2024-10-21Handle error from pj_ice_strans_get_ufrag_pwdRoman Smrž
2024-10-21(test) Chatroom: unsubscribe when leavingRoman Smrž
2024-10-21Chatroom: unsubscribe when leavingRoman Smrž
2024-10-11Use only interfaces with non-link-local address for multicastRoman Smrž
2024-10-09(test) Handle unknown record item typesRoman Smrž
Changelog: Handle unknown record item types
2024-10-09Handle unknown record item typesRoman Smrž
Changelog: Handle unknown record item types
2024-10-07(test) Handle unknown object typeRoman Smrž
Changelog: Handle unknown object type
2024-10-07Handle unknown object typeRoman Smrž
Changelog: Handle unknown object type
2024-10-05(test) Keep unknown items in local stateRoman Smrž
Changelog: Keep unknown items in local state
2024-10-05Keep unknown items in local stateRoman Smrž
Changelog: Keep unknown items in local state