summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Collapse)Author
2024-08-11Chatroom members and join/leave commandsRoman Smrž
2024-07-26Command-line options to select storageRoman Smrž
Changelog: Added --storage/--memory-storage command-line options
2024-07-25Test: print output using bytestring callsRoman Smrž
2024-07-19Handle extended identity in "cat-file identity"Roman Smrž
2024-07-17Evaluate external print parameter first to avoid blinkingRoman Smrž
2024-07-17Merge multiple data responses into a single streamRoman Smrž
Changelog: Fix sending multiple data responses in a stream
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-07-02Chatroom subscriptionsRoman Smrž
2024-06-30Storage watching tests with multiple heads and readersRoman Smrž
2024-06-29Subscribe flag in chatroom stateRoman 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-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ž