Age | Commit message (Collapse) | Author |
|
weechat.look.item_mouse_status and weechat.color.status_mouse
|
|
"input_prompt"
|
|
|
|
The new default value for option relay.network.ssl_priorities is now
"NORMAL:-VERS-SSL3.0".
|
|
add options "stop" and "restart" in command /relay
|
|
enable|disable|toggle <delay>
|
|
|
|
enable|disable|toggle
|
|
format)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
git://github.com/maxteufel/weechat into maxteufel-master+irc_protocol_nick_address
|
|
is removed from a buffer (closes #226)
|
|
|
|
|
|
|
|
options for offline nick
|
|
|
|
regex option in triggers (incompatible with version 1.0) (closes #224)
|
|
|
|
weechat.look.buffer_time_format is not an empty string
|
|
|
|
This fixes a memory leak in completions which are using this callback
to free words in the completion list.
|
|
|
|
The syntax is: ${hide:char,string}.
All chars in string are replaced with char (which can be one or more chars).
|
|
|
|
|
|
The pointer and index returned is now the first element found with the value
(with the lower index if there are many elements with same value).
And the index for insert is the last element with same value + 1
(the higher index + 1).
|
|
|
|
|
|
of option when it is changed with /set
|
|
|
|
|
|
|
|
The sort was causing bugs because some options were missing while reading
other options, so the order of sections is important, they must not be
sorted.
This is a partial revert of commit 56f099bec647ef79542e3e65e847e24d1bdcaa61.
|
|
|
|
The command of "beep" trigger is now executed only if the message is
displayed (not filtered with /filter).
|
|
items of status bar
|
|
|
|
|
|
|
|
The signals about relay client status changes were sent only when the client
has ended. Now it is went on any status change.
|
|
set to "merged" (closes #199)
|
|
|
|
set to "action" or "both" (closes #206)
|
|
optimizations are enabled (closes #200)
|