summaryrefslogtreecommitdiff
path: root/po/pt.po
AgeCommit message (Collapse)Author
2023-06-03irc: add option irc.look.display_host_noticeSébastien Helleu
2023-06-03irc: add infos "irc_server_cap" and "irc_server_cap_value" (issue #1949)Sébastien Helleu
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).
2023-05-29irc: add command `/action` (closes #201, issue #1577), remove alias `action`Sébastien Helleu
2023-05-27alias: add option `missing` in command `/alias`Sébastien Helleu
2023-05-27irc: display STATUSMSG actions differently from standard actions on channels ↵Sébastien Helleu
(closes #1577, issue #139)
2023-05-25irc: fix duplicated CTCP messages displayed when capability "echo-message" ↵Sébastien Helleu
is enabled (issue #139)
2023-05-23irc: add support of capability "echo-message" (closes #139)Sébastien Helleu
2023-05-20logger: add option logger.file.log_conditions (closes #1942)Sébastien Helleu
2023-05-18core: update translationsSébastien Helleu
2023-05-18relay: make TLS certificate/key loading error handling more verbose (closes ↵Sébastien Helleu
#1558)
2023-05-14core: update translations (issue #1923)Sébastien Helleu
2023-05-03irc: add support of capability "batch" (closes #1292)Sébastien Helleu
2023-05-01trigger: add translation for first line of displayed triggersSébastien Helleu
2023-05-01core: add enabled/disabled status color in output of `/filter list` (closes ↵Sébastien Helleu
#1820)
2023-05-01core: remove options trigger.color.trigger and ↵Sébastien Helleu
trigger.color.trigger_disabled (issue #1820) These options are used instead: - weechat.color.chat_status_disabled - weechat.color.chat_status_enabled
2023-05-01core: add options weechat.color.chat_status_disabled and ↵Sébastien Helleu
weechat.color.chat_status_enabled (issue #1820)
2023-05-01irc: fix help on `sort` option in command `/autojoin` (issue #1876)Sébastien Helleu
2023-05-01irc: add option `buffer` in command `/autojoin sort` (closes #1876)Sébastien Helleu
2023-04-27irc: add `${username}` in server options "nicks" and "username", change ↵Sébastien Helleu
their default values to use it
2023-04-26core: update translations (issue #1920)Sébastien Helleu
2023-04-25core: add option `split_return` in command `/input` (closes #1916)Sébastien Helleu
2023-04-22buflist: update example in /help buflist.look.sortSébastien Helleu
2023-04-21buflist: add example to sort on hotlist activity in /help buflist.look.sortSébastien Helleu
2023-04-20core: do now allow buffer property "input_multiline" to be reset to 0, ↵Sébastien Helleu
except if buffer has no lines
2023-04-19core: convert deprecated commands bound to keys when upgrading weechat.conf ↵Sébastien Helleu
to v2
2023-04-15api: add optional argument with version in info "version_number"Sébastien Helleu
2023-04-13core: replace "SSL" by "TLS" in `/help upgrade` (issue #1903)Sébastien Helleu
2023-04-12core: update translations (issue #1903)Sébastien Helleu
2023-04-05irc: display a warning if command name in option `irc.msgbuffer.*` is not ↵Sébastien Helleu
lower case
2023-04-05irc: display a warning if CTCP name in option `irc.ctcp.*` is not lower caseSébastien Helleu
2023-04-01alias: rename all aliases to lower case on upgrade (issue #1872)Sébastien Helleu
2023-03-30core: update translationsSébastien Helleu
2023-03-30core: update translationsSébastien Helleu
2023-03-26core: update translations (issue #1504)Sébastien Helleu
2023-03-26core: update translations (issue #1503)Sébastien Helleu
2023-03-26core: update translationsSébastien Helleu
2023-03-25doc: update auto-generated files with optionsSébastien Helleu
2023-03-24core: add option `legacy` in command `/key`Sébastien Helleu
2023-03-19core: add option `rename` in command `/bar`Sébastien Helleu
2023-03-19core: display an error with `/bar add` when the bar already existsSébastien Helleu
2023-03-19core: add command `/reset` to reset options to their default valuesSébastien Helleu
2023-03-18core: update translationsSébastien Helleu
2023-03-10core: update translations (issue #1888)Sébastien Helleu
2023-01-31irc: add command `/rules` (closes #1864)Sébastien Helleu
2023-01-31irc: add command `/knock` (closes #7)Sébastien Helleu
2023-01-30core: inform that commands are case sensitive when another command with ↵Sébastien Helleu
different case is found (issue #1877)
2023-01-30core: display similar command names when a command is unknown (closes #1877)Sébastien Helleu
2023-01-29irc: add server option "registered_mode" (closes #1625)Andrew Potter
Two new fields are added in IRC server structure: - "authentication_method", possible values: 0: not authenticated 1: authenticated with SASL 2: authenticated with other method - "sasl_mechanism_used", possible values: see enum t_irc_sasl_mechanism in src/plugins/irc/irc-sasl.h
2023-01-29core: force ctrl keys to lower case when they are added (closes #1875)Sébastien Helleu