summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
3 daysMerge branch 'release-0.1'HEADmasterRoman Smrž
3 daysVersion 0.1.8.1v0.1.8.1release-0.1Roman Smrž
3 daysAdd missing ifaddrs header to cabal fileRoman Smrž
Changelog: Fix build from sdist (add missing include)
4 daysMerge branch 'release-0.1'Roman Smrž
4 daysVersion 0.1.8v0.1.8Roman Smrž
4 daysSplit 'test/' into commit '80d025ec0cd749f2a0c565f5b706be3f554a6f52'Roman Smrž
git-subtree-dir: test git-subtree-mainline: d323c4fbf5fa8a9e4d6cb243e69647f00bbc8668 git-subtree-split: 80d025ec0cd749f2a0c565f5b706be3f554a6f52
5 daysDiscovery: always relay connection request if possibleRoman Smrž
5 daysBuild with ansi-terminal-0.11develRoman Smrž
Present in Debian bookworm.
5 daysMerge branch 'release-0.1'Roman Smrž
5 daysBuild with fsnotify-0.3Roman Smrž
Present in Debian bookworm.
5 daysRelax crypton lower bound for Debian trixieRoman Smrž
5 daysSwitch source repositary location to HTTPSRoman Smrž
5 daysBump dependencies, support GHC 9.12Roman Smrž
Changelog: Support GHC 9.12
5 daysDiscovery: do not announce self without any local addressRoman Smrž
5 daysICE: use pj_ice_strans_sendto2Roman Smrž
5 daysDisable -Wx-partial for nowRoman Smrž
5 daysICE: fix deadlock when creating session without STUN/TURNRoman Smrž
6 daysRelay ICE info even without other ICE supportRoman Smrž
8 daysTerminal: tab completionRoman Smrž
9 daysTerminal: properly draw bottom lines in getInputLineRoman Smrž
10 daysReplace putStr(Ln) calls in CLI commands with printLineRoman Smrž
10 daysAvoid duplicating newline for terminal outputRoman Smrž
10 daysReplace remaining getLine usage with getInputLineRoman Smrž
10 daysAdapt interactive identity updates for TerminalRoman Smrž
11 daysGeneric type for MonadError constraintsRoman Smrž
Changelog: API: MonadError constraints use generic error type
11 daysMerge branch 'release-0.1'Roman Smrž
11 daysRename ice-session in discovery connection request to ice-infoRoman Smrž
12 days(test) Deleting chatroomsRoman Smrž
Changelog: Added `/delete` command to delete chatrooms for current user
12 daysDeleting 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-09(test) Automatic discovery init using interface addressesRoman Smrž
2025-01-09Automatic discovery init using interface addressesRoman Smrž
2025-01-04Merge branch 'release-0.1'Roman Smrž
2025-01-04(test) Test: explicit list of services for start-serverRoman 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