Age | Commit message (Collapse) | Author | |
---|---|---|---|
9 days | Merge branch 'release-0.1' | Roman Smrž | |
9 days | Version 0.1.8.1v0.1.8.1release-0.1 | Roman Smrž | |
9 days | Add missing ifaddrs header to cabal file | Roman Smrž | |
Changelog: Fix build from sdist (add missing include) | |||
9 days | Merge branch 'release-0.1' | Roman Smrž | |
9 days | Version 0.1.8v0.1.8 | Roman Smrž | |
9 days | Split 'test/' into commit '80d025ec0cd749f2a0c565f5b706be3f554a6f52' | Roman Smrž | |
git-subtree-dir: test git-subtree-mainline: d323c4fbf5fa8a9e4d6cb243e69647f00bbc8668 git-subtree-split: 80d025ec0cd749f2a0c565f5b706be3f554a6f52 | |||
10 days | Discovery: always relay connection request if possible | Roman Smrž | |
10 days | Build with ansi-terminal-0.11devel | Roman Smrž | |
Present in Debian bookworm. | |||
10 days | Merge branch 'release-0.1' | Roman Smrž | |
10 days | Build with fsnotify-0.3 | Roman Smrž | |
Present in Debian bookworm. | |||
10 days | Relax crypton lower bound for Debian trixie | Roman Smrž | |
10 days | Switch source repositary location to HTTPS | Roman Smrž | |
10 days | Bump dependencies, support GHC 9.12 | Roman Smrž | |
Changelog: Support GHC 9.12 | |||
10 days | Discovery: do not announce self without any local address | Roman Smrž | |
10 days | ICE: use pj_ice_strans_sendto2 | Roman Smrž | |
10 days | Disable -Wx-partial for now | Roman Smrž | |
10 days | ICE: fix deadlock when creating session without STUN/TURN | Roman Smrž | |
11 days | Relay ICE info even without other ICE support | Roman Smrž | |
13 days | Terminal: tab completion | Roman Smrž | |
2025-03-23 | Terminal: properly draw bottom lines in getInputLine | Roman Smrž | |
2025-03-22 | Replace putStr(Ln) calls in CLI commands with printLine | Roman Smrž | |
2025-03-22 | Avoid duplicating newline for terminal output | Roman Smrž | |
2025-03-22 | Replace remaining getLine usage with getInputLine | Roman Smrž | |
2025-03-22 | Adapt interactive identity updates for Terminal | Roman Smrž | |
2025-03-21 | Generic type for MonadError constraints | Roman Smrž | |
Changelog: API: MonadError constraints use generic error type | |||
2025-03-21 | Merge branch 'release-0.1' | Roman Smrž | |
2025-03-21 | Rename ice-session in discovery connection request to ice-info | Roman Smrž | |
2025-03-20 | (test) Deleting chatrooms | Roman Smrž | |
Changelog: Added `/delete` command to delete chatrooms for current user | |||
2025-03-20 | Deleting chatrooms | Roman Smrž | |
Changelog: Added `/delete` command to delete chatrooms for current user | |||
2025-03-07 | Use XDG data directory for storage by default | Roman Smrž | |
Changelog: Use XDG data directory for default storage path | |||
2025-02-25 | ICE config for each discovery peer | Roman Smrž | |
2025-02-19 | Merge branch 'release-0.1' | Roman Smrž | |
2025-02-03 | Terminal: printing lines below prompt | Roman Smrž | |
2025-01-28 | Custom prompt implementation instead of Haskeline | Roman 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-09 | Network: check and free interface list in joinMulticast | Roman Smrž | |
2025-01-09 | (test) Automatic discovery init using interface addresses | Roman Smrž | |
2025-01-09 | Automatic discovery init using interface addresses | Roman Smrž | |
2025-01-04 | Merge branch 'release-0.1' | Roman Smrž | |
2025-01-04 | (test) Test: explicit list of services for start-server | Roman Smrž | |
2025-01-04 | Test: explicit list of services for start-server | Roman Smrž | |
2025-01-04 | Build discovery service without requiring ICE support | Roman Smrž | |
Changelog: Discovery service without requiring ICE support | |||
2024-12-31 | Use evaluate to force digest before storing to backend | Roman Smrž | |
2024-12-28 | StorageBackend type class | Roman Smrž | |
Changelog: API: Added `StorageBackend` type class to allow custom storage implementation | |||
2024-11-26 | Test: avoid the need for exposing Erebos.Storage.Internal | Roman Smrž | |
2024-11-17 | Drop unused StoreInfo and History types | Roman Smrž | |
2024-11-17 | Rename Message module to DirectMessage | Roman Smrž | |
Changelog: API: Rename `Erebos.Message` module to `Erebos.DirectMessage` | |||
2024-11-17 | Remove deprecated Message.formatMessage alias | Roman Smrž | |
Changelog: API: Remove deprecated `Message.formatMessage` alias | |||
2024-11-17 | Create Erebos.Storage.Head module | Roman Smrž | |
2024-11-10 | Move Erebos.Channel module under Erebos.Network | Roman Smrž | |
2024-11-06 | Create new Object, Storable and Storage modules | Roman Smrž | |
Changelog: API: Split Erebos.Storage into multiple modules |