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 (
Collapse
)
Author
2007-12-19
Fixed crash when removing hook
Sebastien Helleu
2007-12-17
New backlog option in logger plugin, added variable names in .h files, ↵
Sebastien Helleu
replaced "void *" pointers by structures
2007-12-14
Improved main loop (less CPU usage), better precision for timers, use of one ↵
Sebastien Helleu
list by hook type (for fast search in hooks)
2007-12-13
Renamed hook "event" to "signal"
Sebastien Helleu
2007-12-11
Many changes in IRC plugin, added IRC specific completions
Sebastien Helleu
2007-12-10
Renamed constants for return codes in plugins
Sebastien Helleu
2007-12-07
Added completion hook, to let plugins add custom completions for commands
Sebastien Helleu
2007-12-07
Many changes in IRC plugin and plugins API
Sebastien Helleu
2007-12-04
Added "config_reload" event, fixed some bugs in hook execution
Sebastien Helleu
2007-12-04
Removed WeeChat "command" structure, now all internal commands are hooked ↵
Sebastien Helleu
when WeeChat starts
2007-12-03
Added alias plugin, added missing config file functions in plugins API
Sebastien Helleu
2007-11-25
Added buffer argument in command hooks, code cleanup in IRC plugin
Sebastien Helleu
2007-11-24
Renamed WeeChat log functions
Sebastien Helleu
2007-11-11
Event hook added
Sebastien Helleu
2007-11-07
Added print hooks (to catch any printf on buffers)
Sebastien Helleu
2007-11-05
Added string_remove_quotes() function, use of argv and argv_eol for WeeChat ↵
Sebastien Helleu
commands arguments
2007-11-05
Added keep_eol flag to string_explode(), updated hook command callback arguments
Sebastien Helleu
2007-10-31
Added hook functions
Sebastien Helleu