We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba80e83 commit 4c6fc90Copy full SHA for 4c6fc90
README.md
@@ -26,6 +26,8 @@ Later commits contain the following changes:
26
* v0.1:
27
* Support for Unix Domain Sockets/AF\_UNIX sockets; use command line
28
parameter `-i` for an AF\_INET socket and `-u` for an AF\_UNIX socket
29
- * Changes to the messages sent from purpleD to clients: they now contain the
30
- "message type" to make parsing easier
+ * Changes to the messages sent from purpleD to clients to make parsing
+ easier: they now contain the "message type" and use CR/LF to mark the end
31
+ of messages
32
+ * A meson.build file
33
* ...
0 commit comments