Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
help on newly created option
|
|
dpkg-buildflags if possible)
|
|
WeeChat home (default is "~/.weechat") (task #11266)
Syntax for cmake: cmake <dir> -DWEECHAT_HOME="~/.weechat"
Syntax for configure: ./configure WEECHAT_HOME="~/.weechat"
|
|
weechat.bar.xxx.conditions)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|