Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Existing filter:
- by option name (part of name)
New filters:
- by configuration file ("f:xxx")
- by section name ("s:xxx")
- by options changed ("d:" or "d:xxx")
- by exact value ("==xxx")
- by value, format ("=xxx")
|
|
|
|
|
|
|
|
|
|
One underscore: value not padded with spaces on the right.
Two unerscores: raw value (no color, no padding).
|
|
|
|
|
|
fix auto size of columns
|
|
|
|
|
|
|
|
|
|
|
|
core: update Japanese translations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
buflist.format.name (issue #1020)
|
|
|
|
|
|
(closes #1022)
This regression was introduced by commit
fadee506642ee80f42027816cc6cb758dcb68011 (issue #1019)
|
|
when the nick already exists (closes #1019)
|
|
|
|
|
|
core: update Japanese translations
|
|
|
|
|
|
|
|
irc_server_get_number_buffer (issue #1012)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
string_dyn_concat
|
|
It's faster to use a string with dynamic size, rather than looping on the whole
nicklist to compute the length of result string, before looping again to build
the string.
|