summaryrefslogtreecommitdiff
path: root/src/main.zig
Commit message (Expand)AuthorAge
* Don't print help after sending messageRobby Zambito11 hours
* Add comment for cli example referenceRobby Zambito11 hours
* Allow caller to specify what kind of message to send with argRobby Zambito11 hours
* Nicer message for no responseRobby Zambito11 hours
* Handle network blocking wellRobby Zambito11 hours
* Receive and print the response from the sentinelRobby Zambito11 hours
* Start proper connection handshakeRobby Zambito11 hours
* Move binary back to zaprusRobby Zambito11 hours
* Break relay into a specific programRobby Zambito11 hours
* Move types to their own fileRobby Zambito11 hours
* GREATLY improve clarityRobby Zambito11 hours
* Move dba to top level scopeRobby Zambito11 hours
* add comments!!!!!Robby Zambito11 hours
* move aux funcs back into the unionRobby Zambito11 hours
* Remove redundant comptimeRobby Zambito11 hours
* Properly initialize the SaprusMessage fromBytesRobby Zambito11 hours
* dedup someRobby Zambito11 hours
* Break out encoding and decoding into its own functionsRobby Zambito11 hours
* Add decoding connection messagesRobby Zambito11 hours
* Add packet decodingRobby Zambito11 hours
* Small cleanupRobby Zambito11 hours
* Remove unnecessary explicit castRobby Zambito11 hours
* Specify endianness when writing the header structRobby Zambito11 hours
* Explicitly specify the size of connection optionsRobby Zambito11 hours
* Clean up string handlingRobby Zambito11 hours
* Make header always a packed structRobby Zambito11 hours
* Base64 encode relay messageRobby Zambito11 hours
* Add connection message typeRobby Zambito11 hours
* Remove testsRobby Zambito11 hours
* Working with nice unionRobby Zambito11 hours
* it works!Robby Zambito11 hours
* Getting some data but malformedRobby Zambito11 hours
* Add msgs with toBytes functionsRobby Zambito11 hours
* Remove libRobby Zambito11 hours
* Initial commitRobby Zambito11 hours