Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
gui_color_get_custom
|
|
|
|
|
|
|
|
|
|
|
|
-nf: create a new buffer with free content
-cl: clear new buffer
-nocl: append in new buffer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.asciidoc: fix links.
|
|
|
|
|
|
|
|
core: update Japanese translations
|
|
|
|
core: fix developer's guide link in Contributing.asciidoc
|
|
The link directed to WeeChat.org instead of the developer's guide.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(user's guide)
|
|
command /eval (closes #35)
|
|
|
|
|
|
regex ending with "\t")
|
|
|
|
|
|
|
|
to last buffer
New key alt-j,alt-f is bound by default to "/buffer -".
The existing key alt-j,alt-l is now bound by default to "/buffer +".
|
|
|
|
core: update Japanese translations
|
|
|
|
Add a reference to user's guide, do not ask user to send the crash log
file any more (it may have private data and is not needed in most cases).
|
|
If there are still data on socket with SSL
(if gnutls_record_check_pending(session) returns > 0), then call
gnutls_record_recv() again to read all available data.
The problem was that some data remained in the gnutls buffers and the recv
callback was not called any more (nothing available on raw socket).
|