summaryrefslogtreecommitdiff
path: root/doc/fr/autogen
AgeCommit message (Collapse)Author
2014-11-04relay: disable SSLv3 by defaultSébastien Helleu
The new default value for option relay.network.ssl_priorities is now "NORMAL:-VERS-SSL3.0".
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-10-30core: fix typo in French translation of /help connectSébastien Helleu
2014-10-26irc: automatically add current channel in command /samode (closes #241)Sébastien Helleu
2014-10-26relay: add option relay.network.ssl_priorities (closes #234)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-25doc: update auto-generated filesSébastien Helleu
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-10-05doc: update auto-generated files with hdataSébastien Helleu
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-23doc: update auto-generated files with WeeChat optionsSébastien Helleu
2014-08-23trigger: add option "restore" in command /triggerSébastien Helleu
2014-08-20core: fix typo in French translation of /help setSébastien Helleu
2014-08-17irc: add "server-time" in help of server option "capabilities"Sébastien Helleu
2014-07-14core: add Curl options for versions 7.29.0 to 7.37.0Sébastien Helleu
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-01core: remove "www" in weechat.org URLsSébastien Helleu
2014-06-29core: add note about semicolon to separate commands in /help evalSébastien Helleu
2014-06-27core: add option "env" in command /setSé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-11core: set default value "merged" for option weechat.look.hotlist_removeSébastien Helleu
2014-06-08irc: fix French translation of "kick"Sébastien Helleu
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-26doc: update auto-generated files with IRC commandsSébastien Helleu
2014-05-25doc: use .asciidoc extension instead of .txt for doc filesSébastien Helleu
2014-05-25doc: update auto-generated files with hdataSébastien Helleu
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
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: 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-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-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