summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2020-03-15doc: update German auto-generated fileSébastien Helleu
2020-03-14core: update German translationsNils Görs
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-02relay: accept hash of password in init command with option "password_hash"Sébastien Helleu
Allowed algorithms are: * PBKDF2 (SHA256 or SHA512, salt, iterations) * SHA256 * SHA512
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
to crypto_hash
2020-03-01core: merge functions string_hash_binary and string_hash into a single ↵Sébastien Helleu
function string_hash
2020-03-01script: call function string_hash in script_repo_sha512sum_file to compute ↵Sébastien Helleu
SHA512 hash This removes dependency on libgcrypt in script plugin.
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
2020-02-15doc: update auto-generated filesSébastien Helleu
2020-02-08doc: remove reference to obsolete script shell.py in FAQSébastien Helleu
2020-02-08doc: add question about timezone in FAQSébastien Helleu
2020-02-06doc: add keys and actions on fset and script buffers in user's guideSébastien Helleu
2020-01-05doc: remove space in example of hsignal irc_redirect_command (plugin API ↵Sébastien Helleu
reference)
2020-01-04core: update copyright datesSébastien Helleu
2019-12-26buflist: add pointer "window" in bar item evaluationSébastien Helleu
2019-12-23doc: update German auto-generated fileSébastien Helleu
2019-12-18core: add debug option "-d" in command /eval (issue #1434)Sébastien Helleu
2019-12-15doc: update German auto-generated filesSébastien Helleu
2019-12-13core: update translations (issue #1433)Sébastien Helleu
2019-12-13api: add info "weechat_headless"Matthew Horan
2019-12-13core: update translationsSébastien Helleu
2019-12-01doc: update Polish auto-generated filesSébastien Helleu
2019-12-01doc: updated polish traslationKrzysztof Korościk
2019-12-01doc: update German auto-generated filesSébastien Helleu
2019-11-29core: update German translationsNils Görs
2019-11-25core: fix typo in French translation (issue #635)Sébastien Helleu
2019-11-25doc: update auto-generated files with WeeChat options (issue #635)Sébastien Helleu
2019-11-24doc: list the things removed by WeeChat on /plugin unload (user's guide)Sébastien Helleu
2019-11-24doc: fix translations in French plugin API referenceSébastien Helleu
2019-11-24doc: remove flags "translation missing" in French docsSébastien Helleu
2019-11-22doc: bump version of documentation generatorSébastien Helleu
2019-11-22doc: add function to print counters, add separator lines (documentation ↵Sébastien Helleu
generator)
2019-11-22doc: simplify function to compute SHA256 checksum, move function outside ↵Sébastien Helleu
class AutogenDoc (documentation generator)
2019-11-22doc: sort locales in documentation generatorSébastien Helleu
2019-11-22doc: remove path option in documentation generatorSébastien Helleu
2019-11-22doc: remove obsolete ignored options/completions in documentation generatorSébastien Helleu
2019-11-15irc: mention /filter command in /help irc.look.smart_filterSébastien Helleu
2019-11-13core: fix French translation of "uptime"Sébastien Helleu
2019-11-08irc: set option irc.look.display_pv_warning_address to off by default (issue ↵Sébastien Helleu
#892) This is because the bitlbee server causes the warning to be displayed when it is not expected (the address of remote nick changes multiple times on login).
2019-11-04doc: add examples of division in ${calc:...} (plugin API reference)Sébastien Helleu
2019-11-04doc: fix list of "updated in" versions in function string_eval_expression ↵Sébastien Helleu
(plugin API reference)
2019-11-03irc: fix typo and examples in /help serverSébastien Helleu
2019-11-03core: update German translationsNils Görs
2019-11-03irc: add filters on raw buffer (closes #1000)Sébastien Helleu
2019-10-22doc: add keys to type for the example message with color codes (user's guide)Sébastien Helleu
2019-10-21core: fix typo in French translation of /help fsetSébastien Helleu
2019-10-13doc: update German auto-generated fileSébastien Helleu