summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)Author
2023-08-25core: add microseconds precision in function util_parse_delaySébastien Helleu
2023-08-24api: add infos "nick_color_ignore_case" and "nick_color_name_ignore_case" ↵Sébastien Helleu
(issue #194)
2023-08-24core: update German translationsNils Görs
2023-08-24core: update translations (closes #352)Sébastien Helleu
2023-08-24irc: compute color in case insensitive way (closes #194)Sébastien Helleu
Reintroduce infos "irc_nick_color" and "irc_nick_color_name" (that were marked deprecated since version 1.5). A server name is added in the two infos and is optional, for backward compatibility.
2023-08-22core: update German translationsNils Görs
2023-08-22script: add parameters up/down/go in `/help script` and command completionSébastien Helleu
2023-08-22core: Update Serbian translationIvan Pešić
2023-08-20buflist: add list buffer in /help buflist and /help buflist.format.indentSébastien Helleu
2023-08-18core: add name of section in warning message for invalid value when reading ↵Sébastien Helleu
config
2023-08-17core: update German translationsNils Görs
2023-08-17core: update German translationsNils Görs
2023-08-16core: update translations (issue #1282)Sébastien Helleu
2023-08-14fset: fix typos in French translation of /help fsetSébastien Helleu
2023-08-14irc: fix /help list and French translationSébastien Helleu
2023-08-13core: remove reference to iset in German translationSébastien Helleu
2023-08-12fset: remove redirection to /help fset.look.sort in /help fsetSébastien Helleu
2023-08-12core: fix French translation of /help listSébastien Helleu
2023-08-12irc: add buffer for /list reply (closes #1972)Sébastien Helleu
New options: - irc.color.list_buffer_line_selected - irc.color.list_buffer_line_selected_bg - irc.look.list_buffer_sort - irc.look.list_buffer_scroll_horizontal - irc.look.new_list_position - irc.look.list_buffer_topic_strip_colors
2023-08-08core: update translations (issue #1988)Sébastien Helleu
2023-07-23core: update German translationsNils Görs
2023-07-12irc: evaluate options irc.ctcp.* (issue #1974)Sébastien Helleu
2023-07-11core: clarify messages for unknown options/sections read in config files ↵Sébastien Helleu
(closes #1967)
2023-07-10irc: add missing "account-tag" in list of supported capabilitiesSébastien Helleu
2023-07-08fset: add variable `allowed_values` in options, add two color optionsSébastien Helleu
New options: - fset.color.allowed_values - fset.color.allowed_values_selected
2023-07-08fset: add missing enum in /help fsetSébastien Helleu
2023-07-05core: add quotes around key names in /help keySébastien Helleu
2023-07-05core: update German translationsNils Görs
2023-07-04buflist: increase max number of buflist items from 3 to 5 (closes #1703)Sébastien Helleu
2023-07-04trigger: add options `-o`, `-ol`, `-i` and `-il` in command `/trigger list` ↵Sébastien Helleu
(closes #1953)
2023-07-04core: add key ctrl-backspace in /help key (issue #1975)Sébastien Helleu
2023-07-01core: update German translationsNils Görs
2023-06-26api: add info "buffer" (closes #1962)Sébastien Helleu
This info returns a pointer buffer with its full name.
2023-06-25core: add missing space in French translationSébastien Helleu
2023-06-25core: fix format in Czech translationSébastien Helleu
2023-06-23core: update German translationsNils Görs
2023-06-17core: ignore rest of config file if config version is invalid or not supportedSébastien Helleu
2023-06-16core: update German translationsNils Görs
2023-06-15exec: fix URL to plugin API reference in /help execSébastien Helleu
2023-06-15relay: add IPv6 example in /help relay.network.bind_addressSébastien Helleu
2023-06-11core: update German translationsNils Görs
2023-06-10core: add completions "filters_names_disabled" and "filters_names_enabled"Sébastien Helleu
They are used in completion of commands `/filter disable` and `/filter enable`.
2023-06-10trigger: add completions "trigger_names_disabled" and "trigger_names_enabled"Sébastien Helleu
They are used in completion of commands `/trigger disable` and `/trigger enable`.
2023-06-04core: update German translationsNils Görs
2023-06-03irc: add option irc.look.display_host_noticeSébastien Helleu
2023-06-03core: update German translationsNils Görs
2023-06-03irc: add infos "irc_server_cap" and "irc_server_cap_value" (issue #1949)Sébastien Helleu
2023-05-31core: update German translationsNils Görs
2023-05-30core: update Serbian messages translationIvan Pešić
2023-05-30core: send all command line parameters not beginning with a dash to all ↵Sébastien Helleu
plugins, add info "auto_load_scripts" This fixes an issue with IRC URL given on command line when it starts with `ircs://` or `irc6://`: the server is not created at all (only `irc://` works fine).