summaryrefslogtreecommitdiff
path: root/main/Main.hs
AgeCommit message (Collapse)Author
2024-07-17Evaluate external print parameter first to avoid blinkingRoman Smrž
2024-07-16Start watching chatrooms on startup if there are any subscriptionsRoman Smrž
2024-07-16Subscribe on entering chatroomRoman Smrž
2024-07-16Option to automatically subscribe to chatroomsRoman Smrž
2024-07-13Show chatroom updatesRoman Smrž
2024-07-06Enable chatroom serviceRoman Smrž
Changelog: Chatrooms for multiple participants
2024-07-06Chatrooms in conversation interfaceRoman Smrž
2024-07-06Commands to list and create chatroomsRoman 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-01Manual peer dropRoman 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-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-18Catch IO exceptions thrown during command executionRoman Smrž
2024-04-17Command name completion using HaskelineRoman Smrž
Changelog: Tab-completion of command name
2024-02-17Flag to disable pjproject dependencyRoman Smrž
Changelog: Added flag to enable/disable ICE support with pjproject
2024-02-14Version information from gitRoman Smrž
Changelog: Added -V switch to show version
2023-11-18Split to library and executable partsRoman Smrž