summaryrefslogtreecommitdiff
path: root/src/plugins/script/script-repo.c
AgeCommit message (Expand)Author
2021-05-11core: split WeeChat home in 4 directories, use XDG directories by default (is...Sébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-10-15script: allow command /script list when option script.scripts.download_enable...Sébastien Helleu
2020-09-06script: add option script.scripts.download_enabled (closes #1548)Sébastien Helleu
2020-03-01script: rename variable length_hash to hash_sizeSé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-18script: fix memory leak in read of script repository file if it has invalid c...Sébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-04-13api: return allocated string in hook_info callback and function info_getSébastien Helleu
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split (closes...Sébastien Helleu
2019-02-28script: use SHA-512 instead of MD5 for script checksumSébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-05-18script: fix memory leak in case of invalid XML content in list of scriptsSébastien Helleu
2018-01-07core: fix some stylesSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-08-12core: fix cast of time_t (to "long long" instead of "long") (closes #1051)Sébastien Helleu
2017-07-22script: replace scripts iset.pl and buffers.pl by go.py and urlserver.py in e...Sébastien Helleu
2017-07-11script: add local variable "filter" in the script buffer (closes #1037)Sébastien Helleu
2017-06-10core, plugins: fix conditions to insert elements in linked listsSébastien Helleu
2017-05-15script: fix typo in a commentSébastien Helleu
2017-03-25script: check that script pointer is not NULL in function "script_repo_free"Sébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-02-19script: force refresh of scripts buffer after download of scripts list (close...Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-12-09script: add completion with languages and extensions, support search by langu...Sébastien Helleu
2015-08-24script: add option script.scripts.download_timeoutSébastien Helleu
2015-03-18script: fix state of script plugins when list of scripts has not been downloadedSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-11-15script: add option script.scripts.url_force_https (closes #253)Sébastien Helleu
2014-08-22script: fix crash on "/script update" if a script detail is displayed in buff...Sébastien Helleu
2014-08-10script: fix potential crash in case of malloc errorSébastien Helleu
2014-07-14script: fix display of curl errorsSébastien Helleu
2014-05-24api: add argument "flags" in function hdata_new_listSébastien Helleu
2014-03-16core: fix some compilation problems on SmartOSSebastien Helleu
2014-01-29core: fix typos in translations and docsSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-08-04api: add argument "options" in function string_eval_expression, add option "-...Sebastien Helleu
2013-04-27script: do not search by license and author in /script search (thanks to Nils...Sebastien Helleu
2013-01-26core: use size of 32 for hashtables (instead of 4, 8 or 16)Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-25script: add missing close of file in case of error when computing MD5 checksu...Sebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-12-08api: allow creation of structure with hdata_update (allowed for hdata "history")Sebastien Helleu
2012-09-18script: consider that empty file "plugins.xml.gz" is not up-to-dateSebastien Helleu