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
/
core
/
wee-hook.c
Age
Commit message (
Expand
)
Author
2021-03-16
core: add options to customize commands on system signals, quit by default on...
Sébastien Helleu
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-01-04
core: update copyright dates
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-08-14
core: split wee-hook.c into multiple sources
Sébastien Helleu
2018-08-12
api: add function hook_line
Sébastien Helleu
2018-08-12
core: fix check of tags in lines
Sébastien Helleu
2018-03-11
Revert "core: remove colors from prefix/message only when needed in hook_prin...
Sébastien Helleu
2018-01-07
core: fix some styles
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-11-04
core: remove colors from prefix/message only when needed in hook_print_exec
Sébastien Helleu
2017-11-04
core: add missing includes of stdio.h
Sébastien Helleu
2017-09-23
core, plugins: check return code of strftime function
Sébastien Helleu
2017-08-12
core: fix cast of time_t (to "long long" instead of "long") (closes #1051)
Sébastien Helleu
2017-06-25
core: limit hook_command_run to the exact given command (when no "*" are in c...
Sébastien Helleu
2017-01-01
core: update copyright dates
Sébastien Helleu
2016-12-13
core, xfer: display more information on fork errors (issue #573)
Sébastien Helleu
2016-11-29
core: add optional arguments in completion template, sent to the callback
Sébastien Helleu
2016-08-22
core: fix warnings about unused variables
Sébastien Helleu
2016-08-19
api: fix connection to servers with hook_connect() on Windows 10 with Windows...
Sébastien Helleu
2016-04-23
api: add support of functions in hook_process
Sébastien Helleu
2016-03-21
core: add pointer in some callbacks (closes #406)
Sébastien Helleu
2016-03-06
core: remove plugin pointer in hooks debug messages
Sébastien Helleu
2016-01-01
core: update copyright dates
Sébastien Helleu
2015-07-18
core: fix crash if a file descriptor used in hook_fd() is too high (> 1024 on...
Sébastien Helleu
2015-07-16
core: fix comment in function hook_find_pos
Sébastien Helleu
2015-07-15
core: add variables with count of hooks
Sébastien Helleu
2015-07-14
core: reset pointers, file descriptors and child PIDs in unhook()
Sébastien Helleu
2015-07-04
api: fix type of value returned by functions utf8_prev_char, utf8_next_char a...
Sébastien Helleu
2015-07-04
core: add missing comments before functions when the result must be freed aft...
Sébastien Helleu
2015-05-01
core: fix compilation on Cygwin
Sébastien Helleu
2015-04-30
core: add comments after some #endif
Sébastien Helleu
2015-01-21
core: add gnutls version in #if compiler directives
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-11-22
api: fix truncated process output in hook_process() (closes #266)
Sébastien Helleu
2014-11-15
core: add debug message in hook_process when core debug >= 1
Sébastien Helleu
2014-08-29
api: use microseconds instead of milliseconds in functions util_timeval_diff ...
Sébastien Helleu
2014-08-23
core: add missing return code in comment of function hook_command_exec
Sébastien Helleu
2014-08-23
core: allow incomplete commands if unambiguous (task #5419)
Sébastien Helleu
2014-08-10
core: remove dead assignment in function hook_process_child
Sébastien Helleu
2014-08-10
core: remove dead assignment in function hook_command_exec
Sébastien Helleu
2014-07-05
core: display curl error after a failed download
Sébastien Helleu
2014-04-03
api: add option "buffer_flush" in function hook_process_hashtable
Sébastien Helleu
2014-03-11
core: add missing \0 at the end of stderr buffer in hook_process
Sebastien Helleu
2014-03-11
api: add option "detached" in function hook_process_hashtable
Sebastien Helleu
2014-03-11
api: add option "signal" in function hook_set to send a signal to the child p...
Sebastien Helleu
2014-03-11
core: fix detection of terminated process in hook_process
Sebastien Helleu
2014-02-21
Merge branch 'trigger'
Sebastien Helleu
2014-02-14
core: fix completion template used in command completion when first argument ...
Sebastien Helleu
[next]