summaryrefslogtreecommitdiff
path: root/src/core/wee-input.c
AgeCommit message (Expand)Author
2017-01-01core: update copyright datesSébastien Helleu
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-11-22api: return value in function command(), remove WeeChat error after command c...Sébastien Helleu
2014-08-23core: fix error message in case of ambiguous incomplete commandSébastien Helleu
2014-08-23core: fix typo: too much calls -> too many callsSébastien Helleu
2014-08-23core: allow incomplete commands if unambiguous (task #5419)Sébastien Helleu
2014-03-18core: check validity of buffer pointer when data is sent to a bufferSebastien Helleu
2014-03-18core: fix crash when buffer is closed during execution of multiple commands (...Sebastien Helleu
2014-03-02core: fix memory in execution of commandsSebastien Helleu
2014-02-21core: use same return code and message in all commands when arguments are wro...Sebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-01-01core: update copyright datesSebastien 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-01-24api: add modifier "input_text_for_buffer"Sebastien Helleu
2012-01-24core: fix typo in commentSebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-03-02Add new option weechat.look.command_chars, add functions string_is_command_ch...Sebastien Helleu
2010-02-09Add new command /silenceSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-03-21Add new command /version, add count of /upgrade, fix bugs with command execSebastien Helleu
2009-01-03Add error message when a command failed, fix typos in aspell pluginSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-11-15Reintroduce option "irc.network.send_unknown_commands", save extra data for b...Sebastien Helleu
2008-07-18Fix bug with input line when it starts with "//" (command is no more executed)Sebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-05-22Increase number of authorized calls to same command (recursive calls), from 1...Sebastien Helleu
2008-04-29Removed key functions (replaced by /input command)Sebastien Helleu
2008-04-18Replaced /builtin command by /command, and can now be used to launch commands...Sebastien Helleu
2008-03-23Removed sizeof(char) and useless type casts from void* to another pointer typ...Sebastien Helleu
2008-03-22Added tags for lines and custom filtering by tags or regex (task #7674), fixe...Sebastien Helleu
2008-02-02Use of sizeof(char) in all malloc/realloc for stringsSebastien Helleu
2008-01-10Added some missing functions in Perl plugin APISebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2007-12-18All messages translated to french, fixed bugs/typos in some messagesSebastien Helleu
2007-12-17New backlog option in logger plugin, added variable names in .h files, replac...Sebastien Helleu
2007-12-04Removed WeeChat "command" structure, now all internal commands are hooked whe...Sebastien Helleu
2007-12-03Added alias plugin, added missing config file functions in plugins APISebastien Helleu
2007-12-01New config functions, almost entirely rewritten from scratchSebastien Helleu
2007-11-25Added buffer argument in command hooks, code cleanup in IRC pluginSebastien Helleu
2007-11-05Added string_remove_quotes() function, use of argv and argv_eol for WeeChat c...Sebastien Helleu
2007-11-05Added keep_eol flag to string_explode(), updated hook command callback argumentsSebastien Helleu
2007-11-01Cleanup WeeChat error and warning messages, updated po filesSebastien Helleu