summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)Author
2014-03-30core: use seconds as float number for delay in command /window bare <delay>Sébastien Helleu
2014-03-30irc: allow "$ident" in option irc.network.ban_mask_default (closes #18)Sébastien Helleu
2014-03-30irc: add support of "away-notify" capability (closes #12)Sébastien Helleu
2014-03-30exec: fix typo in /help execSébastien Helleu
2014-03-30core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-03-27core: update German translationsnils_2
2014-03-25exec: add options -nf and -cl/-nocl in command /execSebastien Helleu
-nf: create a new buffer with free content -cl: clear new buffer -nocl: append in new buffer
2014-03-24irc: fix notify message: "joined" -> "connected"Sebastien Helleu
2014-03-23core: update German translationsnils_2
2014-03-23core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-03-22irc: replace "user" by "nick" in description of commandsSebastien Helleu
2014-03-22irc: update description of some commandsSebastien Helleu
2014-03-22irc: add command /unquiet (closes #36)Sebastien Helleu
2014-03-21core: fix typo in /help commandSebastien Helleu
2014-03-20doc: update German auto-generated filesSebastien Helleu
2014-03-19core: update German translationsnils_2
2014-03-19irc: fix typo in /help allpvSebastien Helleu
2014-03-19irc: add command /allpv (task #13111)Sebastien Helleu
2014-03-19core: add key alt-j,alt-f to jump to first buffer, change command for jump ↵Sebastien Helleu
to last buffer New key alt-j,alt-f is bound by default to "/buffer -". The existing key alt-j,alt-l is now bound by default to "/buffer +".
2014-03-19core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-03-18core: remove trailing whitespace in a Polish translationSebastien Helleu
2014-03-18core: remove trailing space in log message when writing a configuration fileSebastien Helleu
2014-03-18core: update German translationsSebastien Helleu
2014-03-17irc: fix typo in /help kickbanSebastien Helleu
2014-03-17exec: don't use shell by default when executing commands (for security reasons)Sebastien Helleu
It is possible to force shell by default with this command: /set exec.command.default_options "-sh"
2014-03-17core: fix typo in French translation of /help loggerSebastien Helleu
2014-03-16core: update German translationsnils_2
2014-03-16exec: add example with option "-pipe" in /help execSebastien Helleu
2014-03-16core: update translationsSebastien Helleu
2014-03-16exec: add options "-pipe" and "-hsignal" in command /execSebastien Helleu
2014-03-15exec: add examples in /help execSebastien Helleu
2014-03-15exec: fix typo in /help execSebastien Helleu
2014-03-15core: update German translationsnils_2
2014-03-15core: update translationsSebastien Helleu
2014-03-15Merge branch 'exec'Sebastien Helleu
2014-03-12core: update translationsnils_2
2014-03-12exec: add options "-n"/"-ns" in command /exec (display output in a new buffer)Sebastien Helleu
2014-03-12core: update translationsSebastien Helleu
2014-03-11exec: add exec pluginSebastien Helleu
2014-03-11core: update translationsSebastien Helleu
2014-03-10trigger: add plugin name in error messagesSebastien Helleu
2014-03-07doc: update German auto-generated filesSebastien Helleu
2014-03-06de.po: add missing translationsnils_2
2014-03-06core: add option weechat.look.hotlist_add_conditions, remove option ↵Sebastien Helleu
weechat.look.hotlist_add_buffer_if_away
2014-03-05relay: add info "relay_client_count" with optional status name as argumentSebastien Helleu
Use in evaluated strings (for example in /eval or triggers): - "${info:relay_client_count}": total number of relay clients (any status) With a specific status: - "${info:relay_client_count,connecting}" - "${info:relay_client_count,waiting_auth}" - "${info:relay_client_count,connected}" - "${info:relay_client_count,auth_failed}" - "${info:relay_client_count,disconnected}"
2014-03-04trigger: update description of trigger pluginSebastien Helleu
2014-03-04core: mute all buffers by default in command /mute (replace option -all by ↵Sebastien Helleu
-core)
2014-03-04rmodifier: remove plugin (replaced by trigger)Sebastien Helleu
2014-03-04doc: update German auto-generated filesSebastien Helleu
2014-03-03de.po: update german translationnils_2