summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Collapse)Author
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-05-20Chatroom messagesRoman 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-18Catch IO exceptions thrown during command executionRoman Smrž
2024-04-17Command name completion using HaskelineRoman Smrž
Changelog: Tab-completion of command name
2024-04-17Chatroom metadata updatesRoman Smrž
2024-04-17Chatroom serviceRoman Smrž
2024-03-23Enable -Werror for CI testingRoman Smrž
2024-03-23Chatroom shared typeRoman Smrž
2024-02-23Test message service for sending arbitrary dataRoman Smrž
2024-02-20Fix compatibility with mtl-2.3Roman Smrž
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ž