index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
plugin-api.c
Age
Commit message (
Expand
)
Author
2021-06-01
api: add function crypto_hmac (issue #1628)
Sébastien Helleu
2021-05-11
core: split WeeChat home in 4 directories, use XDG directories by default (is...
Sébastien Helleu
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-05-21
core: move functions string_base_encode and string_base_decode from plugin-ap...
Sébastien Helleu
2020-04-27
api: add hdata "completion_word" (issue #1484)
Sébastien Helleu
2020-03-01
api: add function crypto_hash_pbkdf2
Sébastien Helleu
2020-03-01
core: move crypto functions to wee-crypto.c, rename API function string_hash ...
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-10-06
api: add modifier "eval_path_home" (issue #60)
Sébastien Helleu
2019-10-06
core: fix comments on modifier callback functions in plugin API
Sébastien Helleu
2019-10-01
api: add modifier "color_encode_ansi" (issue #528)
Sébastien Helleu
2019-03-28
api: add option "delay" in hashtable options of function command_options (iss...
Sébastien Helleu
2019-03-28
core: make "input_commands_allowed" work with /wait and /repeat commands (iss...
Sébastien Helleu
2019-03-10
core: replace argument "keep_eol" by "flags" in function string_split (closes...
Sébastien Helleu
2019-02-28
api: add function command_options (issue #928)
Sébastien Helleu
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-11-04
api: add functions string_base_{encode,decode}, remove functions string_{enco...
Sébastien Helleu
2018-11-03
core: split plugin-api.c into 2 files (API wrappers and infos/infolists)
Sébastien Helleu
2018-11-02
core: add support of TOTP generation/validation (Time-based One-Time Password)
Sébastien Helleu
2018-01-20
api: add time in info "date" (WeeChat compilation date/time) (closes #1138)
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-08-12
core: fix cast of time_t (to "long long" instead of "long") (closes #1051)
Sébastien Helleu
2017-07-23
api: add cast of time_t to long in info "uptime"
Sébastien Helleu
2017-07-08
core: call the config hook when options are removed
Sébastien Helleu
2017-01-01
core: update copyright dates
Sébastien Helleu
2016-12-31
api: add info "uptime" (WeeChat uptime)
Sébastien Helleu
2016-11-20
api: add info "pid" (WeeChat PID) (issue #850)
Sébastien Helleu
2016-04-05
core: move nick coloring from irc plugin to core (closes #262)
Sébastien Helleu
2016-03-21
core: add pointer in some callbacks (closes #406)
Sébastien Helleu
2016-01-01
core: update copyright dates
Sébastien Helleu
2015-07-04
core: add missing comments before functions when the result must be freed aft...
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-12-05
core: split info/infolist callbacks
Sébastien Helleu
2014-11-22
api: return value in function command(), remove WeeChat error after command c...
Sébastien Helleu
2014-09-01
core: optimize completion by using arraylists
Sébastien Helleu
2014-06-10
core: fix potential memory leak with infolists not freed in plugins (debian #...
Sébastien Helleu
2014-04-12
api: allow wildcard "*" inside the mask in function string_match
Sébastien Helleu
2014-03-15
core: update translations
Sebastien Helleu
2014-03-15
core: add modifier and infos to decode ANSI colors
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-12-01
core: add missing access to hdata "buffer_visited"
Sebastien Helleu
2013-11-09
core: add infos "term_width" and "term_height"
Sebastien Helleu
2013-07-28
api: use pointer for infolist "hook" to return only one hook
Sebastien Helleu
2013-06-08
core: add "proxy" infolist and hdata
Sebastien Helleu
2013-05-14
core: add infolist "layout" and hdata "layout", "layout_buffer" and "layout_w...
Sebastien Helleu
2013-01-01
core: update copyright dates
Sebastien Helleu
2012-12-16
core: add git version in build, display it in "weechat-curses --help" and /ve...
Sebastien Helleu
2012-12-15
core: move comments with description of C file to top of files
Sebastien Helleu
2012-12-13
core: reformat comments for functions
Sebastien Helleu
[next]