summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-11Added "dump_data" event, added dump of data in IRC pluginSebastien Helleu
2007-12-11Many changes in IRC plugin, added IRC specific completionsSebastien Helleu
2007-12-10Changes in IRC pluginSebastien Helleu
2007-12-10Renamed constants for return codes in pluginsSebastien Helleu
2007-12-10Fixed typos in 2 plugin API function namesSebastien Helleu
2007-12-10Added UTF-8 functions to plugins APISebastien Helleu
2007-12-10Many changes in IRC pluginSebastien Helleu
2007-12-09Changes in IRC plugin to use new APISebastien Helleu
2007-12-08Added gettext for some plugins messagesSebastien Helleu
2007-12-08Added config_reload event for IRC pluginSebastien Helleu
2007-12-08Cleanup IRC commands structureSebastien Helleu
2007-12-07Added completion hook, to let plugins add custom completions for commandsSebastien Helleu
2007-12-07Many changes in IRC plugin and plugins APISebastien Helleu
2007-12-06Fixed bug with command history: now test with previous is case sensitiveSebastien Helleu
2007-12-05Removed logger.h file in logger pluginSebastien Helleu
2007-12-04Added "config_reload" event, fixed some bugs in hook executionSebastien Helleu
2007-12-04Removed WeeChat "command" structure, now all internal commands are hooked whe...Sebastien Helleu
2007-12-03Updated ChangeLog fileSebastien Helleu
2007-12-03Added alias plugin, added missing config file functions in plugins APISebastien Helleu
2007-12-02Fixed bug with colors in demo pluginSebastien Helleu
2007-12-02Added config files management in plugins APISebastien Helleu
2007-12-01Remove all plugin options before reloading plugins.rc file (with /reload comm...Sebastien Helleu
2007-12-01Added /reload commandSebastien Helleu
2007-12-01New config functions, almost entirely rewritten from scratchSebastien Helleu
2007-11-29Added message when using "/debug buffer" commandSebastien Helleu
2007-11-28Use of only one pointer to value for plugin list variablesSebastien Helleu
2007-11-26Added command hooks to completion, removed obsolete "IRC commands" completionSebastien Helleu
2007-11-26Added input_data callback argument to gui_buffer_new() functionSebastien Helleu
2007-11-25Added buffer argument in command hooks, code cleanup in IRC pluginSebastien Helleu
2007-11-24Renamed WeeChat log functionsSebastien Helleu
2007-11-21Start logging in a log file only when first message is printed (not when buff...Sebastien Helleu
2007-11-11Added log directory creation in logger plugin, removed unused log config opti...Sebastien Helleu
2007-11-11Added logger pluginSebastien Helleu
2007-11-11Event hook addedSebastien Helleu
2007-11-11Fixed some string functions to make them compatible with UTF-8 charsetSebastien Helleu
2007-11-08Added default keys for alt-left/right for konsoleSebastien Helleu
2007-11-07Added print hooks (to catch any printf on buffers)Sebastien Helleu
2007-11-06Added option "set" for /buffer commandSebastien Helleu
2007-11-06Fixed typo in demo pluginSebastien Helleu
2007-11-05Added some functions to demo pluginSebastien Helleu
2007-11-05Added string_remove_quotes() function, use of argv and argv_eol for WeeChat c...Sebastien Helleu
2007-11-05Added date option for printf functions (weechat core and plugins API)Sebastien Helleu
2007-11-05Added keep_eol flag to string_explode(), updated hook command callback argumentsSebastien Helleu
2007-11-04Fixed display bug with truncation of long linesSebastien Helleu
2007-11-04Added check of buffer pointer in weechat_printf (plugins API)Sebastien Helleu
2007-11-04Fixed display bug with long linesSebastien Helleu
2007-11-04Update of plugin API list functionsSebastien Helleu
2007-11-03Added demo pluginSebastien Helleu
2007-11-03Added some list functions in plugin APISebastien Helleu
2007-11-01Cleanup WeeChat error and warning messages, updated po filesSebastien Helleu