aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/plugin-api.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* api: add function crypto_hmac (issue #1628)Sébastien Helleu2021-06-011-0/+33
* core: split WeeChat home in 4 directories, use XDG directories by default (issue #1285)Sébastien Helleu2021-05-111-2/+25
* core: update copyright datesSébastien Helleu2021-01-021-1/+1
* core: move functions string_base_encode and string_base_decode from plugin-api.c to wee-string.cSébastien Helleu2020-05-211-39/+0
* api: add hdata "completion_word" (issue #1484)Sébastien Helleu2020-04-271-0/+3
* api: add function crypto_hash_pbkdf2Sébastien Helleu2020-03-011-0/+39
* core: move crypto functions to wee-crypto.c, rename API function string_hash to crypto_hashSébastien Helleu2020-03-011-0/+28
* core: update copyright datesSébastien Helleu2020-01-041-1/+1
* api: add modifier "eval_path_home" (issue #60)Sébastien Helleu2019-10-061-0/+21
* core: fix comments on modifier callback functions in plugin APISébastien Helleu2019-10-061-3/+4
* api: add modifier "color_encode_ansi" (issue #528)Sébastien Helleu2019-10-011-1/+23
* api: add option "delay" in hashtable options of function command_options (issue #1327)Sébastien Helleu2019-03-281-9/+24
* core: make "input_commands_allowed" work with /wait and /repeat commands (issue #928)Sébastien Helleu2019-03-281-26/+7
* core: replace argument "keep_eol" by "flags" in function string_split (closes #1322)Sébastien Helleu2019-03-101-2/+8
* api: add function command_options (issue #928)Sébastien Helleu2019-02-281-4/+36
* core: update copyright datesSébastien Helleu2019-01-011-1/+1
* core: use https for links to GNU GPL licenseSébastien Helleu2018-11-291-1/+1
* api: add functions string_base_{encode,decode}, remove functions string_{encode,decode}_base64Sébastien Helleu2018-11-041-0/+39
* core: split plugin-api.c into 2 files (API wrappers and infos/infolists)Sébastien Helleu2018-11-031-1783/+3
* core: add support of TOTP generation/validation (Time-based One-Time Password)Sébastien Helleu2018-11-021-0/+157
* api: add time in info "date" (WeeChat compilation date/time) (closes #1138)Sébastien Helleu2018-01-201-2/+2
* core: update copyright datesSébastien Helleu2018-01-051-1/+1
* core: fix cast of time_t (to "long long" instead of "long") (closes #1051)Sébastien Helleu2017-08-121-2/+2
* api: add cast of time_t to long in info "uptime"Sébastien Helleu2017-07-231-1/+1
* core: call the config hook when options are removedSébastien Helleu2017-07-081-0/+10
* core: update copyright datesSébastien Helleu2017-01-011-1/+1
* api: add info "uptime" (WeeChat uptime)Sébastien Helleu2016-12-311-0/+51
* api: add info "pid" (WeeChat PID) (issue #850)Sébastien Helleu2016-11-201-0/+24
* core: move nick coloring from irc plugin to core (closes #262)Sébastien Helleu2016-04-051-0/+43
* core: add pointer in some callbacks (closes #406)Sébastien Helleu2016-03-211-165/+246
* core: update copyright datesSébastien Helleu2016-01-011-1/+1
* core: add missing comments before functions when the result must be freed after useSébastien Helleu2015-07-041-17/+17
* core: update copyright datesSébastien Helleu2015-01-011-1/+1
* core: split info/infolist callbacksSébastien Helleu2014-12-051-625/+1203
* api: return value in function command(), remove WeeChat error after command callback if return code is WEECHAT_RC_ERRORSébastien Helleu2014-11-221-3/+6
* core: optimize completion by using arraylistsSébastien Helleu2014-09-011-2/+0
* core: fix potential memory leak with infolists not freed in plugins (debian #751108)Sébastien Helleu2014-06-101-17/+17
* api: allow wildcard "*" inside the mask in function string_matchSébastien Helleu2014-04-121-9/+9
* core: update translationsSebastien Helleu2014-03-151-3/+5
* core: add modifier and infos to decode ANSI colorsSebastien Helleu2014-03-151-1/+68
* core: update copyright datesSebastien Helleu2014-01-011-1/+1
* core: add missing access to hdata "buffer_visited"Sebastien Helleu2013-12-011-0/+2
* core: add infos "term_width" and "term_height"Sebastien Helleu2013-11-091-0/+14
* api: use pointer for infolist "hook" to return only one hookSebastien Helleu2013-07-281-2/+6
* core: add "proxy" infolist and hdataSebastien Helleu2013-06-081-0/+47
* core: add infolist "layout" and hdata "layout", "layout_buffer" and "layout_window" (thanks to Nils Görs)Sebastien Helleu2013-05-141-0/+29
* core: update copyright datesSebastien Helleu2013-01-011-1/+1
* core: add git version in build, display it in "weechat-curses --help" and /versionSebastien Helleu2012-12-161-3/+13
* core: move comments with description of C file to top of filesSebastien Helleu2012-12-151-4/+2
* core: reformat comments for functionsSebastien Helleu2012-12-131-32/+41