1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 09:13:14 +02:00

Fix data sent to callback of hook_process, improve hook_process by using buffer

Fix: some data was sometimes missing (not sent to callback).
Improvement: use a 64KB buffer for child output and send data to callback only
when buffer is full.
This commit is contained in:
Sebastien Helleu
2010-11-14 16:22:31 +01:00
parent 2f45cbfb02
commit 4d1c9a8315
6 changed files with 203 additions and 82 deletions
+4 -1
View File
@@ -1,12 +1,15 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
v0.3.4-dev, 2010-11-12
v0.3.4-dev, 2010-11-14
Version 0.3.4 (under dev!)
--------------------------
* core: fix data sent to callback of hook_process (some data was sometimes
missing), use a 64KB buffer for child output and send data to callback only
when buffer is full
* core: fix crash when displaying groups in buffer nicklist
* core: fix bug with message "day changed to", sometimes displayed several
times wrongly