summaryrefslogtreecommitdiff
path: root/po/weechat.pot
AgeCommit message (Collapse)Author
2014-11-01core: update translationsSébastien Helleu
2014-10-26irc: automatically add current channel in command /samode (closes #241)Sébastien Helleu
2014-10-26core: add note about option weechat.look.color_nick_offline in help of color ↵Sébastien Helleu
options for offline nick
2014-10-26trigger: evaluate and replace regex groups at same time, new format for ↵Sébastien Helleu
regex option in triggers (incompatible with version 1.0) (closes #224)
2014-10-16core: add hide of chars in string in evaluation of expressionsSébastien Helleu
The syntax is: ${hide:char,string}. All chars in string are replaced with char (which can be one or more chars).
2014-10-08relay: use comma separator in option relay.irc.backlog_tags, check the value ↵Sébastien Helleu
of option when it is changed with /set
2014-09-20trigger: do not allow any changes on a trigger when it is currently running ↵Sébastien Helleu
(closes #189)
2014-09-04irc: disable creation of temporary servers by default with command /connect, ↵Sébastien Helleu
new option irc.look.temporary_servers
2014-08-29core: add another example of buffer name in /help filterSébastien Helleu
2014-08-23irc: remove a trailing comma in help of server capabilities optionSébastien Helleu
2014-08-23core: fix error message in case of ambiguous incomplete commandSébastien Helleu
2014-08-23core: fix typo: too much calls -> too many callsSébastien Helleu
2014-08-23core: fix typo: unambigous -> unambiguousSébastien Helleu
2014-08-23core: allow incomplete commands if unambiguous (task #5419)Sébastien Helleu
2014-08-23trigger: add option "restore" in command /triggerSébastien Helleu
2014-08-17irc: add "server-time" in help of server option "capabilities"Sébastien Helleu
2014-08-16core: fix translation of message displayed after /upgradeSébastien Helleu
2014-08-16irc: fix translation of CTCP PING reply (closes #137)Sébastien Helleu
2014-08-16core: remove obsolete WeeChat version in weechat.potSébastien Helleu
2014-08-02relay: fix number of bytes sent/received on 32-bit systemsSébastien Helleu
2014-08-02irc: fix duplicate sender name in display of wallops (closes #142, closes #145)Sébastien Helleu
2014-07-25core: add comments in translations for file size unitsSébastien Helleu
2014-07-25core: add terabyte unit for size displayedSébastien Helleu
2014-07-20core: update translationsSébastien Helleu
2014-07-14core: display a warning on startup if $TERM is not screen(-256color) under ↵Sébastien Helleu
screen/tmux The same warning is displayed with command "/debug term".
2014-07-12core: add option "-mask" in command /unset (closes #112)Sébastien Helleu
2014-07-12core: add option weechat.color.status_nicklist_count (closes #109, closes #110)Sébastien Helleu
2014-07-05core: display curl error after a failed downloadSébastien Helleu
2014-06-29core: add note about semicolon to separate commands in /help evalSébastien Helleu
2014-06-28core: update message displayed when passphrase is not set on /secure bufferSébastien Helleu
2014-06-28core: do not display content of passphrase on /secure bufferSébastien Helleu
2014-06-27core: remove extra spaces in /help setSébastien Helleu
2014-06-27core: add option "env" in command /setSébastien Helleu
2014-06-19irc: fix typo in a messageSébastien Helleu
2014-06-14irc: add value "+" for option irc.look.smart_filter_mode to use modes from ↵Sébastien Helleu
server prefixes (closes #90) The new default value of option irc.look.smart_filter_mode is now "+".
2014-06-08irc: fix help of commands kick/kickban/remove (closes #102)Sébastien Helleu
2014-06-06core: add option weechat.look.hotlist_remove (closes #99)Sébastien Helleu
2014-05-26irc: add command /remove (closes #91)Sébastien Helleu
2014-05-24relay: check pointers received in hdata command to prevent crashes with bad ↵Sébastien Helleu
pointers (WeeChat protocol)
2014-05-13core: add option "send" in command /input (send text to a buffer)Sébastien Helleu
2014-05-13core: add option "-buffer" in command /command (closes #67)Sébastien Helleu
2014-05-12irc: make reason optional in command /killSébastien Helleu
2014-05-08irc: add support of message 324 (channel modes) in option ↵Sébastien Helleu
irc.look.display_join_message (closes #75)
2014-05-08core: add support of '!' for tags in /help filterSébastien Helleu
2014-05-06irc: add option irc.look.join_auto_add_chantype (closes #65)Sébastien Helleu
2014-04-20core: add non-breaking spaces in French translationsSébastien Helleu
2014-04-17irc: fix description of arguments in infolist "irc_nick"Sébastien Helleu
Only the nick is optional is this infolist (server and channel are required).
2014-04-12api: allow wildcard "*" inside the mask in function string_matchSébastien Helleu
2014-04-12charset: fix /help charset.default.decodeSébastien Helleu
The charset is used only when the message is not UTF-8 valid.
2014-04-12core: add tag "host_xxx" in /help filterSébastien Helleu