summaryrefslogtreecommitdiff
path: root/doc/fr
AgeCommit message (Collapse)Author
2015-04-25doc: add environment variable WEECHAT_HOME in command line optionsSébastien Helleu
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-19api: add "_chat_line" (line pointer) in hashtable of hook_focusSébastien Helleu
2015-04-19core: add default keys of cursor mode in /help cursorSé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-14irc: add option "-noswitch" in command /query (closes #394)Sébastien Helleu
2015-04-12core: fix French translations of /help weechat.look.word_chars_{highlight|input}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-04-05doc: update WeeChat description in README and man pageSébastien Helleu
2015-04-04doc: fix trigger example in user's guideSébastien Helleu
2015-03-28doc: fix links in plugin API referenceSé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-18doc: remove obsolete note about package weechat-dbg and path to binary ↵Sébastien Helleu
(user's guide) (closes #363)
2015-03-15doc: set max version to 3.24.3 for libv8 in dependencies (user's guide) ↵Sébastien Helleu
(issue #360)
2015-03-11doc: add comment in auto-generated doc files to prevent any changes by handSébastien Helleu
2015-03-10script: add note about HTTPS in /help script.scripts.urlSébastien Helleu
2015-03-09doc: capitalize name of plugins in lists (scripting guide)Sébastien Helleu
2015-03-08doc: add C++ compiler requirement for javascript plugin in user's guideSébastien Helleu
2015-03-08doc: add javascript plugin in FAQSébastien Helleu
2015-03-07doc: add Javascript plugin in docsSé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-30doc: update auto-generated files with WeeChat commandsSébastien Helleu
2015-01-29core: add note about alias /v in /help versionSébastien Helleu
2015-01-27doc: fix description of function "command" in plugin API referenceSébastien Helleu
2015-01-25irc: add "account-notify" in help of server option "capabilities"Sébastien Helleu
2015-01-25doc: update auto-generated files with hdataSébastien Helleu
2015-01-25doc: remove "brew install aspell" from FAQMikaela Suomalainen
2015-01-24doc: use all homebrew options in FAQMikaela Suomalainen
2015-01-24irc: remove server "freenode" from default config file (closes #309)Sébastien Helleu
2015-01-23doc: update description of server option "sasl_key" in user's guideSébastien Helleu
2015-01-21doc: add more info about scripts in quickstart guideSébastien Helleu
2015-01-21doc: add instructions for SASL "ecdsa-nist256p-challenge"Sébastien Helleu
2015-01-19irc: add support of "ecdsa-nist256p-challenge" SASL mechanism (closes #251)Sébastien Helleu
2015-01-15core: add priority in plugins to initialize them in orderSébastien Helleu
Current order is: charset, logger, exec, trigger, aspell, alias, fifo, xfer, irc, relay, guile/lua/perl/python/ruby/tcl, script.
2015-01-14doc: remove build of asciidoc CSS filesSébastien Helleu
This fixes a compilation problem on Debian Squeeze where cmake (2.8.2) seems to not work well with dependencies across different directories (/doc and /doc/xx).
2015-01-12doc: add translators in docs, move table of contents on the left, build HTML5Sébastien Helleu
2015-01-06doc: remove option ssl_dhkey_size for freenodeSébastien Helleu
The default value (2048) is now OK for freenode.
2015-01-03doc: fix compilation of man pages with autotools in source directorySébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-12-28doc: fix typo in user's guideSébastien Helleu
2014-12-28core: check bar conditions in root bars and on each update of a bar itemSébastien Helleu
2014-12-21doc: update auto-generated filesSé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-15doc: remove SASL mechanism "dh-blowfish" from docsSébastien Helleu
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