summaryrefslogtreecommitdiff
path: root/doc/fr
AgeCommit message (Expand)Author
2024-02-01core: add support of base64url in encode/decode functions (issue #2066)Sébastien Helleu
2024-02-01relay: add support of websocket extension "permessage-deflate" (closes #1549)Sébastien Helleu
2024-02-01relay: add "api" protocol (HTTP REST API) (issue #2066)Sébastien Helleu
2024-01-27core: use function util_strftimeval in evaluation of expression `date:xxx`Sébastien Helleu
2024-01-27api: add support of specifier `%!` for timestamp in function util_strftimevalSébastien Helleu
2024-01-22doc/dev: update rules for indentation in C sourcesSébastien Helleu
2024-01-12irc: add tests on info functions (issue #2059)Sébastien Helleu
2024-01-06doc/api: add missing properties in functions buffer_get_integer and buffer_ge...Sébastien Helleu
2024-01-06core: add variable "opening" in buffer, do not send buffer signals when the b...Sébastien Helleu
2024-01-05api: add function util_parse_time (issue #649)Sébastien Helleu
2024-01-01core: update copyright datesSébastien Helleu
2023-12-26core: store microseconds in buffer lines (closes #649)Sébastien Helleu
2023-12-24api: add property "type" in function buffer_get_stringSébastien Helleu
2023-12-02tests: add tests on plugin config functionsSébastien Helleu
2023-12-02tests: rename file test-plugins-api-info.cpp to test-plugin-api-info.cppSébastien Helleu
2023-12-02tests: add tests on plugin API info functionsSébastien Helleu
2023-11-23core: add syntax highlighting in evaluation of expressions, add option weecha...Sébastien Helleu
2023-11-11core: move key ctrl+s, ctrl+u to alt+shift+U (issue #2040)Sébastien Helleu
2023-11-11core: add key ctrl+o to send command found and insert next one in input (issu...Sébastien Helleu
2023-11-11core: add incremental search in commands history (issue #2040)Sébastien Helleu
2023-11-04doc/faq: add question about key F11Sébastien Helleu
2023-11-01irc: add support of RGB colors in messages (issue #2025)Sébastien Helleu
2023-10-17api: add support of format/translation of command arguments description line ...Sébastien Helleu
2023-10-17api: add function string_concat (issue #2005)Sébastien Helleu
2023-10-01core: make zstd dependency optional (closes #2024)Sébastien Helleu
2023-10-01buflist: add support of item names in command `/buflist refresh`Sébastien Helleu
2023-09-16doc/api: use a table for file_in/file_out options in function hook_urlSébastien Helleu
2023-09-16doc/api: add link to hook_url in hook_process_hashtable for Curl optionsSébastien Helleu
2023-09-16doc/api: add function hook_urlSébastien Helleu
2023-09-16api: add function hook_urlSébastien Helleu
2023-09-16doc/faq: add question about move of WeeChat config to another deviceSébastien Helleu
2023-09-15doc/faq: add question about keys like Enter and version 4.0.0Sébastien Helleu
2023-09-13api: add algorithms `sha512-224`, `sha512-256`, blake2b-*` and `blake2s-*` in...Sébastien Helleu
2023-09-12doc/api: fix return values for callback_read in config_new_sectionSébastien Helleu
2023-09-11buflist: add missing items buflist4 and buflist5 in help on command/options a...Sébastien Helleu
2023-09-09doc/user: add missing actions on script bufferSébastien Helleu
2023-09-09doc/user: add missing key alt+L (input `L`) on script bufferSébastien Helleu
2023-09-08doc/user: add missing actions `p` and `v` on fset bufferSébastien Helleu
2023-09-06irc: remove default CTCP replies FINGER and USERINFO from user's guide (issue...Sébastien Helleu
2023-08-30doc/user: add section "buffer" in chapter on WeeChat options (issue #352)Sébastien Helleu
2023-08-29api: add support of path to variable and hashtable comparison in function hda...Sébastien Helleu
2023-08-28core: move sys filename and functionsSébastien Helleu
2023-08-28core: add key ctrl+z to suspend WeeChat process (closes #985)Sébastien Helleu
2023-08-28core: add command `/sys` to show resource limits and usageSébastien Helleu
2023-08-24Add compatibility with Python < 3.10 in weechat.pyiTrygve Aaberge
2023-08-24core: add option `setauto` in command `/buffer` (issue #352)Sébastien Helleu
2023-08-22doc/faq: split CTCP options into two blocksSébastien Helleu
2023-08-22doc/faq: add disabling of buflist in question about CPU usageSébastien Helleu
2023-08-22build: update build dependency from libncursesw5-dev to libncurses-devSébastien Helleu
2023-08-16doc/user: add chapter on cursor mode (issue #1282)Sébastien Helleu