Age | Commit message (Collapse) | Author |
|
|
|
core: update Japanese translations
|
|
|
|
|
|
|
|
|
|
to customize quoted messages in cursor mode (closes #403)
|
|
|
|
|
|
|
|
|
|
|
|
"ssl_fingerprint" (closes #281)
|
|
|
|
|
|
If environment variable WEECHAT_HOME is set to a non-empty value, this
is taken as the path for Weechat home directory.
"--dir" command-line switch has higher precedence over this
environment variable.
|
|
|
|
|
|
|
|
|
|
|
|
(closes #396)
The purpose of the fix is to display any PART received on a channel,
even if the nick is not found in the channel's nicklist
(when channel is "+a", all PART are received from nick "anonymous").
|
|
core: update Japanese translations
|
|
|
|
|
|
|
|
task #9459)
|
|
|
|
|
|
|
|
core: update Japanese translations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(closes #367)
|
|
is NULL
|
|
|
|
The call to ruby_init_loadpath() has been moved after ruby initializations,
which fixes the crash on plugin reload.
The errors during ruby initializations are now displayed (they were hidden).
And the ruby_cleanup() is called again: it seems it does not crash any more
(tested with Ruby 2.1.5).
|