summaryrefslogtreecommitdiff
path: root/src/plugins/plugin-api.c
AgeCommit message (Expand)Author
2019-03-28api: add option "delay" in hashtable options of function command_options (iss...Sébastien Helleu
2019-03-28core: make "input_commands_allowed" work with /wait and /repeat commands (iss...Sébastien Helleu
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split (closes...Sébastien Helleu
2019-02-28api: add function command_options (issue #928)Sébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-11-04api: add functions string_base_{encode,decode}, remove functions string_{enco...Sébastien Helleu
2018-11-03core: split plugin-api.c into 2 files (API wrappers and infos/infolists)Sébastien Helleu
2018-11-02core: add support of TOTP generation/validation (Time-based One-Time Password)Sébastien Helleu
2018-01-20api: add time in info "date" (WeeChat compilation date/time) (closes #1138)Sé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-23api: add cast of time_t to long in info "uptime"Sébastien Helleu
2017-07-08core: call the config hook when options are removedSébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-12-31api: add info "uptime" (WeeChat uptime)Sébastien Helleu
2016-11-20api: add info "pid" (WeeChat PID) (issue #850)Sébastien Helleu
2016-04-05core: move nick coloring from irc plugin to core (closes #262)Sébastien Helleu
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-07-04core: add missing comments before functions when the result must be freed aft...Sébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-12-05core: split info/infolist callbacksSébastien Helleu
2014-11-22api: return value in function command(), remove WeeChat error after command c...Sébastien Helleu
2014-09-01core: optimize completion by using arraylistsSébastien Helleu
2014-06-10core: fix potential memory leak with infolists not freed in plugins (debian #...Sébastien Helleu
2014-04-12api: allow wildcard "*" inside the mask in function string_matchSébastien Helleu
2014-03-15core: update translationsSebastien Helleu
2014-03-15core: add modifier and infos to decode ANSI colorsSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-12-01core: add missing access to hdata "buffer_visited"Sebastien Helleu
2013-11-09core: add infos "term_width" and "term_height"Sebastien Helleu
2013-07-28api: use pointer for infolist "hook" to return only one hookSebastien Helleu
2013-06-08core: add "proxy" infolist and hdataSebastien Helleu
2013-05-14core: add infolist "layout" and hdata "layout", "layout_buffer" and "layout_w...Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-16core: add git version in build, display it in "weechat-curses --help" and /ve...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-08-16api: add info "locale" for info_get (locale used to translate messages)Sebastien Helleu
2012-07-21core: add hdata "hotlist"Sebastien Helleu
2012-01-16core: add URL transfer (using libcurl), add function hook_process_hashtable i...Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-11-21core: add "full_name" in buffer structureSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-09-22core: remove compilation warnings about unused return values of functionsSebastien Helleu
2011-08-08core: use arguments for infolist "window" to return only one window by numberSebastien Helleu
2011-08-05core: save and restore layout for buffers and windows on /upgradeSebastien Helleu
2011-08-01core: add info about position where mouse button is released in hook_focus (f...Sebastien Helleu