diff options
author | Janneke Nieuwenhuizen <janneke@gnu.org> | 2023-08-17 11:42:18 +0200 |
---|---|---|
committer | Janneke Nieuwenhuizen <janneke@gnu.org> | 2023-08-17 15:58:26 +0200 |
commit | 381c180279b47d0536f12da170c3911475af0755 (patch) | |
tree | 35d55a5c15f6a060974454edb64bfe1f51fe63d8 | |
parent | 029a3d6385b240e895501d169930086d964ab057 (diff) | |
download | 8sync-381c180279b47d0536f12da170c3911475af0755.tar.gz |
DRAFT doc: Update `NEWS'.
* NEWS (8sync 0.5.0): New section.
-rw-r--r-- | NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -8,6 +8,27 @@ : permitted in any medium without royalty provided the copyright notice : and this notice are preserved. +* 8sync 0.5.0 + +** Updated irc-bot actor + +Irc-bot now uses code from (snuik irc) for proper parsing of IRC +messages and has an updated `handle-message' api that takes an +<irc:message> record. The `handle-line/handle-misc-input' handlers +are still available and will be removed afer 0.5.0. + + +** Websocket client actor + +New websocket code, courtesy David Thompson's work on guile-websocket. +Currently this code is snarfed straight into 8sync; in the future +8sync may use guile-websocket as an independent library. + +** Some MinGW support + +Use of SIGPIPE and /dev/urandom is avoided when building for MinGW. + + * 8sync 0.4.2 AKA, 8sync FOSDEM edition! Contains all the code necessary to run |