Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
reconnection problem (bug #34626)
The connection was not made with a fork() under Cygwin because the connect() in
child process was not working. This seems to be fixed in latest Cygwin, so this
hack has been removed and now a fork() is done for all systems.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"weechat_string_match" in plugin API reference
|
|
directory instead of a filename
|
|
|
|
This fix error "No text to send" when sending message with one space (the space
was lost during split of string).
|
|
end of string
|
|
|
|
This was causing connection problem with following messages:
irc: TLS handshake failed
irc: error: Insufficient credentials for that request.
|
|
weechat_color in plugin API (bug #34550)
|
|
|
|
|
|
|
|
|
|
compilation of doc in standalone package
|
|
compiling with included gettext (bug #26690)
|
|
enabled (task #11401)
|
|
|
|
them in buffer when it is created
|
|
|
|
|
|
buffers)
|
|
|
|
plugin API reference
|
|
(bug of urxvt sending only this code on shift-selection in terminal)
|
|
|
|
|
|
items on signal "buffer_switch" (bug #34466)
|