Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-11 | Add missing header in Discovery module | Roman Smrž | |
2024-06-11 | Command to add public peers | Roman Smrž | |
2024-06-11 | Echo bot for direct message service | Roman Smrž | |
2024-06-11 | Non-interactive mode | Roman Smrž | |
Changelog: Support non-interactive mode without tty | |||
2024-06-04 | Quit command | Roman Smrž | |
2024-06-01 | Drop peer on packet delivery failure | Roman Smrž | |
2024-06-01 | Manual peer drop | Roman Smrž | |
2024-05-28 | Storage: store and check on-disk version | Roman Smrž | |
2024-05-25 | Handle peer reconnection after its restart | Roman Smrž | |
Allow the handshake and channel request to proceed correcty even with already established channel to handle the case where peer attempts to reconnect after restart. Changelog: Handle peer reconnection after its restart | |||
2024-05-23 | Plaintext data response to plaintext request | Roman Smrž | |
2024-05-23 | Store extended identaty data in direct message state | Roman Smrž | |
2024-05-23 | Details command | Roman Smrž | |
Changelog: Added `/details` command for info about selected conversation | |||
2024-05-23 | Conversation interface | Roman Smrž | |
Changelog: Added `/conversations` command to list and select conversations | |||
2024-05-20 | Chatroom messages | Roman Smrž | |
2024-05-05 | Version 0.1.3v0.1.3 | Roman Smrž | |
2024-05-05 | Bump base dependency for GHC 9.8 | Roman Smrž | |
2024-05-05 | Network streams: remove debug print | Roman Smrž | |
2024-05-05 | Network: wait with channel close after delivering all data | Roman Smrž | |
2024-05-02 | Fix chatroom imports for mtl-2.3 | Roman Smrž | |
2024-05-02 | Network: reuse stream numbers after closing | Roman Smrž | |
2024-05-02 | Network: fail when no free stream is available | Roman Smrž | |
2024-04-30 | Test: automatic loading of existing local head | Roman Smrž | |
2024-04-27 | Enable/disable network services by command-line parameters | Roman Smrž | |
Changelog: Enable/disable network services by command-line parameters | |||
2024-04-24 | Show usage info only with explicit `--help' option | Roman Smrž | |
2024-04-24 | Report command-line argument errors without using ioError | Roman Smrž | |
2024-04-22 | Network: wait for stream open ack before sending any data | Roman Smrž | |
2024-04-22 | Network: packet reservation before sending | Roman Smrž | |
2024-04-18 | Relax template-haskell lower bound to compile with GHC 9.0 | Roman Smrž | |
2024-04-18 | Catch IO exceptions thrown during command execution | Roman Smrž | |
2024-04-17 | Command name completion using Haskeline | Roman Smrž | |
Changelog: Tab-completion of command name | |||
2024-04-17 | Update homepage and specification URLs | Roman Smrž | |
2024-04-17 | Chatroom metadata updates | Roman Smrž | |
2024-04-17 | Chatroom service | Roman Smrž | |
2024-03-23 | Enable -Werror for CI testing | Roman Smrž | |
2024-03-23 | Chatroom shared type | Roman Smrž | |
2024-03-23 | Split 'test/' into commit 'ac9a488351e216fec6e163b8e0441c93945e6d0b' | Roman Smrž | |
git-subtree-dir: test git-subtree-mainline: e0a5dbf7164517c79940da5691745cd281e8557e git-subtree-split: ac9a488351e216fec6e163b8e0441c93945e6d0b | |||
2024-03-20 | Network streams | Roman Smrž | |
Changelog: Implemented streams in network protocol | |||
2024-03-20 | (test) Network streams | Roman Smrž | |
Changelog: Implemented streams in network protocol | |||
2024-02-23 | Test message service for sending arbitrary data | Roman Smrž | |
2024-02-23 | (test) Test message service for sending arbitrary data | Roman Smrž | |
2024-02-20 | Version 0.1.2v0.1.2 | Roman Smrž | |
2024-02-20 | Fix iproute dependency lower bound | Roman Smrž | |
2024-02-20 | Update base dependency upper bound for GHC 9.6 | Roman Smrž | |
2024-02-20 | Fix compatibility with mtl-2.3 | Roman Smrž | |
2024-02-19 | Storage: replace Either in monad stack with Except | Roman Smrž | |
2024-02-19 | Drop unnecessary mime dependency | Roman Smrž | |
2024-02-19 | Fix compatibility with unix-2.8 | Roman Smrž | |
2024-02-18 | Add erebos-tester and MiniCI work dirs to gitignore | Roman Smrž | |
2024-02-18 | Remove unused 'cereal' and 'tagged' dependencies | Roman Smrž | |
2024-02-18 | Version 0.1.1v0.1.1 | Roman Smrž | |