summaryrefslogtreecommitdiff
path: root/po/ru.po
AgeCommit message (Collapse)Author
2015-04-19core: add options weechat.look.quote_{nick_prefix|nick_suffix|time_format} ↵Sébastien Helleu
to customize quoted messages in cursor mode (closes #403)
2015-04-19core: add default keys of cursor mode in /help cursorSébastien Helleu
2015-04-19core: sort config options by name in sourcesSébastien Helleu
2015-04-18irc: add support of SHA-256 and SHA-512 algorithms in server option ↵Sébastien Helleu
"ssl_fingerprint" (closes #281)
2015-04-17core: add a welcome message on first WeeChat run (closes #318)Sébastien Helleu
2015-04-14irc: add option "-noswitch" in command /query (closes #394)Sébastien Helleu
2015-04-11aspell: add bar item "aspell_suggest" in /help aspell (closes #390)Sébastien Helleu
2015-04-11core: add options weechat.look.word_chars_{highlight|input} (closes #55, ↵Sébastien Helleu
task #9459)
2015-03-30core: display a warning on startup if the locale can not be set (closes #373)Sébastien Helleu
2015-03-24core: add an example with a more complex regex in /help filterSébastien Helleu
2015-03-23irc: fix example using two servers in /help server (closes #371)Sébastien Helleu
2015-03-22irc: fix freenode server names used in /help server (closes #365)Sébastien Helleu
2015-03-21core: allow "*" as plugin name in command /plugin reload to reload all ↵Sébastien Helleu
plugins with options
2015-03-10script: add note about HTTPS in /help script.scripts.urlSébastien Helleu
2015-03-10core: update translationsSébastien Helleu
2015-02-15core: update translationsSébastien Helleu
2015-02-04core: update translationsSébastien Helleu
2015-01-30core: split expression before evaluating it in command "/eval -s"Sébastien Helleu
2015-01-30core: add option "-s" in command /eval to split commands (no more split by ↵Sébastien Helleu
default) (closes #324)
2015-01-29core: add note about alias /v in /help versionSébastien Helleu
2015-01-25irc: add "account-notify" in help of server option "capabilities"Sébastien Helleu
2015-01-24irc: remove server "freenode" from default config file (closes #309)Sébastien Helleu
2015-01-21core: update translationsSébastien Helleu
2015-01-19irc: add support of "ecdsa-nist256p-challenge" SASL mechanism (closes #251)Sébastien Helleu
2014-12-28core: check bar conditions in root bars and on each update of a bar itemSébastien Helleu
2014-12-21irc: add option "reorder" in command /server (closes #229)Sébastien Helleu
2014-12-21core: replace irc.freenode.net by chat.freenode.netMikaela Suomalainen
Freenode wants people to use chat.freenode.net instead of irc.freenode.net which is alias to chat.freenode.net.
2014-12-14irc: open channel buffers before the JOIN is received from server (autojoin ↵Sébastien Helleu
and manual joins) (closes #216) New options: - irc.look.buffer_open_before_autojoin - irc.look.buffer_open_before_join
2014-12-13core: use https for WeeChat URLsSébastien Helleu
2014-11-23core: update translationsSébastien Helleu
2014-11-22api: return value in function command(), remove WeeChat error after command ↵Sébastien Helleu
callback if return code is WEECHAT_RC_ERROR
2014-11-15script: add option script.scripts.url_force_https (closes #253)Sébastien Helleu
2014-11-11irc: add infolist "irc_color_weechat"Sébastien Helleu
2014-11-09core: update translationsSébastien Helleu
2014-11-09core: update translationsSébastien Helleu
2014-11-09core: add option weechat.completion.command_inline (task #12491)Sébastien Helleu
2014-11-06core: update translationsSébastien Helleu
2014-11-02relay: don't remove relay from config when the binding fails (closes #225), ↵Sébastien Helleu
add options "stop" and "restart" in command /relay
2014-11-01trigger: fix trigger example "effects" in /help trigger (update regex to new ↵Sébastien Helleu
format)
2014-11-01irc: add "extended-join" in help of server option "capabilities"Sébastien Helleu
2014-11-01core: update translationsSébastien Helleu
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