Age | Commit message (Collapse) | Author |
|
|
|
|
|
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)
|
|
|
|
|
|
core: update Japanese translations
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This file is used for example by command "git shortlog", to prevent duplicate
committers.
|
|
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
|
|
|
|
|
|
|