summaryrefslogtreecommitdiff
path: root/doc/fr/weechat_dev.fr.adoc
AgeCommit message (Collapse)Author
2019-03-31core: add documentation on command line debug options (in --help and man pages)Sébastien Helleu
Command line debug options are now documented: * --no-dlclose: do not call the function dlclose after plugins are unloaded * --no-gnutls: do not call the init and deinit functions of GnuTLS library * --no-gcrypt: do not call the init and deinit functions of Gcrypt library These options must not be used in production, they're for debug only and can be used with tools like Valgrind or electric-fence.
2019-02-19spell: rename "aspell" plugin to "spell" (issue #1299)Sébastien Helleu
The following things have been renamed: - file aspell.conf -> spell.conf - options aspell.* -> spell.* - bar item aspell_dict -> spell_dict - bar item and local variable aspell_suggest -> spell_suggest - info aspell_dict -> spell_dict
2019-01-13doc: add missing file test-irc-protocol.cpp in developer's guideSébastien Helleu
2019-01-11tests: add tests on function irc_config_check_autojoinSébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for all links where secured http is supportedSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-11-03core: split plugin-api.c into 2 files (API wrappers and infos/infolists)Sébastien Helleu
2018-11-02core: add support of TOTP generation/validation (Time-based One-Time Password)Sébastien Helleu
2018-10-27doc: add missing source files for tests (developer's guide)Sébastien Helleu
2018-10-27core: split wee-secure.c into 3 files (secured data functions, buffer and ↵Sébastien Helleu
config)
2018-10-25doc: add commands to update .po files (developer's guide)Sébastien Helleu
2018-09-24logger: move logger command into a separate source fileSébastien Helleu
2018-08-14core: split wee-hook.c into multiple sourcesSébastien Helleu
2018-03-24doc: add irc-modelist.c in translated versions of developer's guideSébastien Helleu
2018-03-11core: add binary weechat-headless to run WeeChat without interface (closes ↵Sébastien Helleu
#1120) The optional command line option "--daemon" runs WeeChat like a daemon (fork, new process group, file descriptors closed).
2018-01-15scripts: add configuration file for each script pluginSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-10-07tests: add scripting API tests (issue #104)Sébastien Helleu
Automatic tests of scripting API are made with Python scripts: - unparse.py: convert Python code to other languages - testapigen.py: generate scripts in all languages to test the API - testapi.py scripting API tests
2017-09-23core: fix typo: Javascript -> JavaScriptSébastien Helleu
2017-09-03doc: add PHP plugin in developer's guideSébastien Helleu
2017-08-24doc: add non-breaking spaces in French docsSébastien Helleu
2017-08-21doc: add links to other docs in developer's guideSébastien Helleu
2017-06-25fset: add fset plugin and files in developer's guideSébastien Helleu
2017-03-31script: move default mouse keys for script plugin from core to script-mouse.cSébastien Helleu
2017-03-30buflist: add mouse supportSébastien Helleu
New options: - buflist.look.mouse_jump_visited_buffer - buflist.look.mouse_move_buffer - buflist.look.mouse_wheel New keys added by buflist plugin: - @item(buflist):button1* => hsignal:buflist_mouse - @item(buflist):button2* => hsignal:buflist_mouse - @bar(buflist):ctrl-wheelup => hsignal:buflist_mouse - @bar(buflist):ctrl-wheeldown => hsignal:buflist_mouse
2017-03-26doc: fix some translations of "library" in FrenchSébastien Helleu
2017-03-25buflist: add command /buflistSébastien Helleu
2017-03-25doc: add buflist plugin in developer's guideSébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-12-04doc: fix French translation of "callback"Sébastien Helleu
2016-12-04doc: fix typo in developer's guideSébastien Helleu
2016-12-04doc: add non-breaking spaces in French docs before colons and semicolonsSébastien Helleu
2016-11-26doc: add missing punctuation in some table cellsSébastien Helleu
2016-11-22fifo: add file fifo.conf and option fifo.file.path to customize FIFO pipe ↵Sébastien Helleu
path/filename (closes #850)
2016-11-20doc: fix punctuation in listsSébastien Helleu
2016-06-15doc: fix styles in docsSébastien Helleu
2016-06-13doc: fix styles in developer's guideSébastien Helleu
2016-05-15core: rename .asciidoc files to .adoc (issue #722)Sébastien Helleu