summaryrefslogtreecommitdiff
path: root/doc/it
AgeCommit message (Expand)Author
2020-05-27doc: mention callback argument "callback_pointer" in differences with C API (...Sébastien Helleu
2020-05-21core: add base 16/32/64 encoding/decoding in evaluation of expressionsSébastien Helleu
2020-05-16core: update translations (closes #1245, closes #1257)Sébastien Helleu
2020-05-16core: add color in /buffer output for notification level, update translations...Sébastien Helleu
2020-05-16core: add bar items with nicklist groups and nicks/groups (closes #1506)Sébastien Helleu
2020-05-12relay: increase default limits for IRC backlog optionsSébastien Helleu
2020-05-10core: add default key alt-enter to insert a newline (issue #1498)Sébastien Helleu
2020-05-09core: add an option for multiline input in a buffer (closes #984)Trygve Aaberge
2020-05-09api: use buffer pointer in argument "modifier_data" sent to weechat_print mod...Sébastien Helleu
2020-05-08core: rename functions hook_completion_{get_string|list_add} to completion_{g...Sébastien Helleu
2020-05-05core: add include comparison operators in evaluation of expressionsSébastien Helleu
2020-05-03doc: remove extra separator lines in auto-generated filesSébastien Helleu
2020-05-03doc: merge 53 autogen files into 11 files, move them to includes directorySébastien Helleu
2020-05-02doc: move files cmdline_options.xx.adoc and man.xx.adoc into "includes" direc...Sébastien Helleu
2020-05-02doc: merge files man_*.xx.adoc into a single file man.xx.adocSébastien Helleu
2020-05-02doc: merge files cmdline_options_debug.xx.adoc into cmdline_options.xx.adocSébastien Helleu
2020-04-28api: return integer in function gui_completion_search (issue #1484)Sébastien Helleu
2020-04-27api: add hdata "completion_word" (issue #1484)Sébastien Helleu
2020-04-27api: add functions completion_new, completion_search and completion_free (iss...Sébastien Helleu
2020-04-25doc: protect monospace text with plus characters (plugin API reference)Sébastien Helleu
2020-04-25doc: protect monospace text with plus characters (FAQ)Sébastien Helleu
2020-04-25doc: protect monospace text with plus characters (scripting guide)Sébastien Helleu
2020-04-24doc: protect monospace text with plus characters (user's guide)Sébastien Helleu
2020-04-24doc: fix markup error in function hdata_update (plugin API reference)Sébastien Helleu
2020-04-24core: add default key alt-shift-N to toggle nicklist barSébastien Helleu
2020-04-24buflist: add default key alt-shift-B to toggle buflistSébastien Helleu
2020-04-24buflist: add options enable/disable/toggle in command /buflistSébastien Helleu
2020-04-19core: add command line option "--stdout" in weechat-headless binary (closes #...Sébastien Helleu
2020-04-18doc: fix asciidoctor options in autotools buildSébastien Helleu
2020-04-18doc: fix table sizes on small screensSébastien Helleu
2020-04-18doc: update default trigger cmd_pass in user's guideSébastien Helleu
2020-04-18doc: update auto-generated files with relay optionsSébastien Helleu
2020-04-18core: make GnuTLS a required dependencySébastien Helleu
2020-04-14relay: add command "handshake" in weechat relay protocol and nonce to prevent...Sébastien Helleu
2020-04-12relay: add option relay.network.auth_timeoutSébastien Helleu
2020-04-12cmake: rename internal variable SHAREDIR to DATAROOTDIREli Schwartz
2020-04-12trigger: evaluate arguments of command when the trigger is created (closes #1...Sébastien Helleu
2020-04-06buflist: evaluate option buflist.look.sort (closes #1465)Sébastien Helleu
2020-04-02fset: fix help on options fset.format.option1 and fset.format.option2Sébastien Helleu
2020-03-22doc: add question about configuration for a small terminal size in FAQSébastien Helleu
2020-03-20api: add info "auto_connect" (closes #1453)Sébastien Helleu
2020-03-20doc: add note about call to "free" on result of info_get (plugin API reference)Sébastien Helleu
2020-03-09irc: add support of fake servers (no I/O, for testing purposes)Sébastien Helleu
2020-03-02core: require libgcrypt >= 1.7.0 for SHA3 algorithmsSébastien Helleu
2020-03-01api: add function crypto_hash_pbkdf2Sébastien Helleu
2020-03-01core: move crypto functions to wee-crypto.c, rename API function string_hash ...Sébastien Helleu
2020-03-01core: merge functions string_hash_binary and string_hash into a single functi...Sébastien Helleu
2020-03-01script: call function string_hash in script_repo_sha512sum_file to compute SH...Sébastien Helleu
2020-02-29core: add support of CRC32 algorithm in hash functionsSébastien Helleu
2020-02-29api: add functions string_hash_binary and string_hashSébastien Helleu