File tree 1 file changed +13
-6
lines changed
1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,23 @@ README for original description and INSTALL for original building information.
18
18
Later commits contain the following changes:
19
19
20
20
## Changes:
21
- * mirrored:
22
- * original code from sf.net
23
- * v0.0.1:
24
- * A patch from [ Leandro Britez] ( https://sourceforge.net/u/britinx/ ) to show
25
- the (online) buddies of an account with ` account ID buddies [ONLINE] `
21
+ * v0.2:
22
+ * Switched to meson and made purpled installable with it. Old Makefiles etc.
23
+ are in folder ` orig ` .
24
+ * Message format updates: made ` account list ` reply easier to parse. Added
25
+ more CR/LF message terminations. Introduced ` info: ` and ` error: ` message
26
+ types.
27
+ * Introduced command line parameter to specify working directory.
28
+ * ...
26
29
* v0.1:
27
30
* Support for Unix Domain Sockets/AF\_ UNIX sockets; use command line
28
31
parameter ` -i ` for an AF\_ INET socket and ` -u ` for an AF\_ UNIX socket
29
32
* Changes to the messages sent from purpleD to clients to make parsing
30
33
easier: they now contain the "message type" and use CR/LF to mark the end
31
34
of messages
32
35
* A meson.build file
33
- * ...
36
+ * v0.0.1:
37
+ * A patch from [ Leandro Britez] ( https://sourceforge.net/u/britinx/ ) to show
38
+ the (online) buddies of an account with ` account ID buddies [ONLINE] `
39
+ * mirrored:
40
+ * original code from sf.net
You can’t perform that action at this time.
0 commit comments