summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add "read" command to daemon CLIbt2026-05-164-5/+29
* Add timestamp for messages coming from user connectionsbt2026-05-163-3/+7
* Save messages in a databasebt2026-05-169-4/+109
* [docs] Update docsbt2026-05-032-15/+94
* [common] Basic group channels supportv0.3.0bt2026-05-0313-59/+345
* [docs] Update docsbt2026-04-194-6/+39
* [docs] Update protocol docsv0.2.0bt2026-04-1811-515/+713
* [common] Exchange messages between serversbt2026-04-1811-197/+432
* [docs] Describe connection typesbt2026-04-144-15/+89
* [daemon] Server to server communicationbt2026-04-143-1/+38
* [package] Change package name from git.rctt.net/solec to go.rctt.net/solecv0.1.1bt2026-04-108-10/+10
* [client] Move client implementation to separate packagev0.1.0bt2026-04-104-62/+106
* [daemon] Better error handlingbt2026-03-316-63/+117
* [all] Change Go package name, bump Go versionbt2026-03-319-21/+28
* [daemon] Handle local, private messagesbt2026-03-305-35/+77
* [docs] Use sequence diagram for sequential operations descriptionbt2026-03-293-32/+71
* [docs] Use tables for payload types descriptionbt2026-03-293-165/+218
* [docs] Fix typosbt2026-03-294-41/+43
* [docs] Update README.md and protocol diagrambt2026-03-295-225/+150
* [docs] Update docsbt2026-03-292-0/+2039
* [tools] Add docs build to pre-commit hookbt2026-03-291-1/+9
* [docs] Rewrite docsbt2026-03-294-88/+298
* [daemon] Add "-a" flagbt2026-03-281-11/+16
* Update README.mdbt2026-03-211-1/+1
* Update README.mdbt2026-03-191-5/+5
* Update PROTOCOL.mdbt2026-03-191-8/+46
* Basic server implementationbt2026-03-1819-593/+1013
* Create mock server commandbt2026-03-141-0/+41
* Update specbt2026-03-106-408/+544
* Update specbt2026-03-104-259/+468
* Use Kaitai to describe protocol spec, autogenerate Wireshark plugin and diagrambt2026-03-106-32/+515
* Fix client and serverbt2026-03-102-1/+22
* Update README.mdbt2026-03-091-2/+19
* Add run.sh scriptbt2026-03-091-0/+6
* Improve protocol formatbt2026-03-0910-178/+406
* Add Wireshark pluginbt2026-03-081-0/+43
* Update README.mdbt2026-03-081-1/+1
* Ping and pongbt2026-03-085-44/+113
* Move data parsing to data.gobt2026-03-082-76/+81
* Core librarybt2026-03-084-4/+112
* Create core packagebt2026-03-074-42/+59
* Implement basic TCP serverbt2026-03-072-4/+59
* Update PROTOCOL.mdbt2026-03-072-1/+72
* Initial commitbt2026-03-075-0/+695