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-input.c
Age
Commit message (
Collapse
)
Author
2008-04-18
Replaced /builtin command by /command, and can now be used to launch ↵
Sebastien Helleu
commands with same name from different plugins
2008-03-23
Removed sizeof(char) and useless type casts from void* to another pointer ↵
Sebastien Helleu
type (patch from Leonid Evdokimov)
2008-03-22
Added tags for lines and custom filtering by tags or regex (task #7674), ↵
Sebastien Helleu
fixed many memory leaks
2008-02-02
Use of sizeof(char) in all malloc/realloc for strings
Sebastien Helleu
2008-01-10
Added some missing functions in Perl plugin API
Sebastien Helleu
2008-01-02
Update of year in some copyrights
Sebastien Helleu
2007-12-18
All messages translated to french, fixed bugs/typos in some messages
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-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-12-01
New config functions, almost entirely rewritten from scratch
Sebastien Helleu
2007-11-25
Added buffer argument in command hooks, code cleanup in IRC plugin
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-11-01
Cleanup WeeChat error and warning messages, updated po files
Sebastien Helleu
2007-10-31
Added sources to manage input data (from user input to weechat or plugin)
Sebastien Helleu
[prev]