summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)Author
2014-04-12api: allow wildcard "*" inside the mask in function string_matchSébastien Helleu
2014-04-12core: use lower case for CMake keywordsSé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
2014-04-12trigger: interpret escaped chars in regexSébastien Helleu
2014-04-12core: add option "-current" in command /printSébastien Helleu
2014-04-12xfer: fix help of option xfer.file.convert_spacesSébastien Helleu
2014-04-05core: update German translationnils_2
2014-04-05core: add option -all for command /buffer hide|unhideSébastien Helleu
2014-04-05core: add hidden buffers, add options hide/unhide in command /bufferSébastien Helleu
2014-04-05core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-04-04core: update German translationnils_2
2014-04-04irc: allow many fingerprints in server option ssl_fingerprint (closes #49)Sébastien Helleu
2014-04-04irc: add option irc.look.item_channel_modes_hide_args (task #12070, task ↵Sébastien Helleu
#12163, closes #48) This option replaces the option irc.look.item_channel_modes_hide_key. It is now a string, so channel modes arguments can be hidden using many channel modes (or all, with "*").
2014-04-04core: add a message about key alt-c in /color bufferSébastien Helleu
2014-04-04irc: add option irc.color.item_nick_modes (closes #47)Sébastien Helleu
2014-04-03exec: add examples with "tail -f" and "-kill" in /help execSébastien Helleu
2014-04-03exec: display output of commands in real time, add options -flush/-noflush ↵Sébastien Helleu
in command /exec
2014-04-02core: update German translationnils_2
2014-04-02trigger: add a comma in title of trigger monitor bufferSébastien Helleu
2014-04-02script: add commas in title of script bufferSébastien Helleu
2014-04-02core: use an integer for seconds in command /window bare <delay>Sébastien Helleu
2014-04-01core: add default key alt-'-' to toggle filters in current buffer (closes #17)Sébastien Helleu
2014-04-01core: fix typo in a French translationSébastien Helleu
2014-04-01trigger: add filter in trigger monitor bufferSébastien Helleu
The filter can be set with /trigger monitor <filter> or by entering data in the trigger monitor input.
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"