summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
3 daysCheck erebos-storage version from directory listingHEADmasterRoman Smrž
4 daysMove platform-specific code to separate directoryRoman Smrž
4 daysSubscribe flag in chatroom stateRoman Smrž
2024-06-11Version 0.1.4v0.1.4Roman Smrž
2024-06-11Split 'test/' into commit 'd62af5c632a6f349f7ec2b656575b63d87416000'Roman Smrž
git-subtree-dir: test git-subtree-mainline: e219e4ebf29332491b5ab6303737dd9d5762484b git-subtree-split: d62af5c632a6f349f7ec2b656575b63d87416000
2024-06-11Usage example in readmeRoman Smrž
2024-06-11Add missing header in Discovery moduleRoman Smrž
2024-06-11Command to add public peersRoman Smrž
2024-06-11Echo bot for direct message serviceRoman Smrž
2024-06-11Non-interactive modeRoman Smrž
Changelog: Support non-interactive mode without tty
2024-06-04Quit commandRoman Smrž
2024-06-01Drop peer on packet delivery failureRoman Smrž
2024-06-01(test) Manual peer dropRoman Smrž
2024-06-01Manual peer dropRoman Smrž
2024-05-28Storage: store and check on-disk versionRoman Smrž
2024-05-25(test) Handle peer reconnection after its restartRoman 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-25Handle peer reconnection after its restartRoman 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-23Plaintext data response to plaintext requestRoman Smrž
2024-05-23Store extended identaty data in direct message stateRoman Smrž
2024-05-23Details commandRoman Smrž
Changelog: Added `/details` command for info about selected conversation
2024-05-23Conversation interfaceRoman Smrž
Changelog: Added `/conversations` command to list and select conversations
2024-05-20(test) Chatroom messagesRoman Smrž
2024-05-20Chatroom messagesRoman Smrž
2024-05-05Version 0.1.3v0.1.3Roman Smrž
2024-05-05Bump base dependency for GHC 9.8Roman Smrž
2024-05-05Network streams: remove debug printRoman Smrž
2024-05-05Network: wait with channel close after delivering all dataRoman Smrž
2024-05-02(test) Network: reuse stream numbers after closingRoman Smrž
2024-05-02Fix chatroom imports for mtl-2.3Roman Smrž
2024-05-02Network: reuse stream numbers after closingRoman Smrž
2024-05-02Network: fail when no free stream is availableRoman Smrž
2024-04-30Test: automatic loading of existing local headRoman Smrž
2024-04-27Enable/disable network services by command-line parametersRoman Smrž
Changelog: Enable/disable network services by command-line parameters
2024-04-24Show usage info only with explicit `--help' optionRoman Smrž
2024-04-24Report command-line argument errors without using ioErrorRoman Smrž
2024-04-22Network: wait for stream open ack before sending any dataRoman Smrž
2024-04-22Network: packet reservation before sendingRoman Smrž
2024-04-18Relax template-haskell lower bound to compile with GHC 9.0Roman Smrž
2024-04-18Catch IO exceptions thrown during command executionRoman Smrž
2024-04-17Command name completion using HaskelineRoman Smrž
Changelog: Tab-completion of command name
2024-04-17(test) Chatroom metadata updatesRoman Smrž
2024-04-17Update homepage and specification URLsRoman Smrž
2024-04-17(test) Chatroom serviceRoman Smrž
2024-04-17Chatroom metadata updatesRoman Smrž
2024-04-17Chatroom serviceRoman Smrž
2024-03-23Enable -Werror for CI testingRoman Smrž
2024-03-23(test) Chatroom shared typeRoman Smrž
2024-03-23Chatroom shared typeRoman Smrž
2024-03-23Split 'test/' into commit 'ac9a488351e216fec6e163b8e0441c93945e6d0b'Roman Smrž
git-subtree-dir: test git-subtree-mainline: e0a5dbf7164517c79940da5691745cd281e8557e git-subtree-split: ac9a488351e216fec6e163b8e0441c93945e6d0b
2024-03-20(test) Network streamsRoman Smrž
Changelog: Implemented streams in network protocol