Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-18 | Network: avoid error message on superseded channel request | Roman Smrž | |
2024-07-17 | Evaluate external print parameter first to avoid blinking | Roman Smrž | |
2024-07-17 | Merge multiple data responses into a single stream | Roman Smrž | |
Changelog: Fix sending multiple data responses in a stream | |||
2024-07-16 | Version 0.1.5v0.1.5 | Roman Smrž | |
2024-07-16 | Split 'test/' into commit 'f3f5a8c60b3cd7a6c541f459c1658a60be3334e1' | Roman Smrž | |
git-subtree-dir: test git-subtree-mainline: 215e441511c88bfb40eec58aa1f0f7c540bf506b git-subtree-split: f3f5a8c60b3cd7a6c541f459c1658a60be3334e1 | |||
2024-07-16 | Chatroom usage example | Roman Smrž | |
2024-07-16 | (test) Handle parallel thread diff in chatrooms | Roman Smrž | |
2024-07-16 | Handle parallel thread diff in chatrooms | Roman Smrž | |
2024-07-16 | (test) Send current chatroom subscriptions to new peers | Roman Smrž | |
2024-07-16 | Start watching chatrooms on startup if there are any subscriptions | Roman Smrž | |
2024-07-16 | Send current chatroom subscriptions to new peers | Roman Smrž | |
2024-07-16 | Subscribe on entering chatroom | Roman Smrž | |
2024-07-16 | Option to automatically subscribe to chatrooms | Roman Smrž | |
2024-07-13 | Show chatroom updates | Roman Smrž | |
2024-07-09 | Send keep-alive packets on idle connection | Roman Smrž | |
Changelog: Send keep-alive packets on idle connection | |||
2024-07-06 | Enable chatroom service | Roman Smrž | |
Changelog: Chatrooms for multiple participants | |||
2024-07-06 | Chatrooms in conversation interface | Roman Smrž | |
2024-07-06 | Readme: reformat command descriptions as definition lists | Roman Smrž | |
2024-07-06 | Commands to list and create chatrooms | Roman Smrž | |
2024-07-05 | Broadcast address lookup on Windows | Roman Smrž | |
2024-07-02 | (test) Chatroom subscriptions | Roman Smrž | |
2024-07-02 | Chatroom subscriptions | Roman Smrž | |
2024-06-30 | Network: use Monotonic instead of MonotonicRaw clock | Roman Smrž | |
2024-06-30 | Windows support for filesystem storage | Roman Smrž | |
2024-06-30 | Replace inotify with multiplatform fsnotify package | Roman Smrž | |
2024-06-30 | Single INotify instance per Storage object | Roman Smrž | |
2024-06-30 | (test) Storage watching tests with multiple heads and readers | Roman Smrž | |
2024-06-30 | Storage watching tests with multiple heads and readers | Roman Smrž | |
2024-06-30 | Check erebos-storage version from directory listing | Roman Smrž | |
2024-06-29 | Move platform-specific code to separate directory | Roman Smrž | |
2024-06-29 | (test) Subscribe flag in chatroom state | Roman Smrž | |
2024-06-29 | Subscribe flag in chatroom state | Roman Smrž | |
2024-06-11 | Version 0.1.4v0.1.4 | Roman Smrž | |
2024-06-11 | Split 'test/' into commit 'd62af5c632a6f349f7ec2b656575b63d87416000' | Roman Smrž | |
git-subtree-dir: test git-subtree-mainline: e219e4ebf29332491b5ab6303737dd9d5762484b git-subtree-split: d62af5c632a6f349f7ec2b656575b63d87416000 | |||
2024-06-11 | Usage example in readme | Roman Smrž | |
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 | (test) Manual peer drop | 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 | (test) 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-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 |