summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)Author
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-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-04Added check of buffer pointer in weechat_printf (plugins API)Sebastien 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
2007-10-31Added trigger pluginSebastien Helleu
2007-10-31Added/renamed some files, many changes in IRC sources for running as plugin (...Sebastien Helleu
2007-10-31Updated Makefile for aspell (new name for sources)Sebastien Helleu
2007-10-31Improved plugin API, most functions rewritten from scratchSebastien Helleu
2007-10-31Renamed sources files in script pluginsSebastien Helleu
2007-10-31FIFO feature rewritten as pluginSebastien Helleu
2007-10-31Renamed charset and aspell sourcesSebastien Helleu
2007-10-31Moved files from src/common to core, gui and plugins directoriesSebastien Helleu
2007-10-31Moved IRC files from src/protocols/irc to src/plugins/irc (IRC is now a "plug...Sebastien Helleu
2007-09-20Moved IRC sources from src/irc/ to src/protocols/irc/Sebastien Helleu
2007-08-31Changed order of compilation for source directories with cmakeSebastien Helleu
2007-08-16Code cleanup: renamed some constants and variables (prefix added)Sebastien Helleu
2007-08-08Added "copy" and "rename" options to /server commandSebastien Helleu
2007-07-18Added "buffer_move" event handler to plugins API (task #6708)Sebastien Helleu
2007-07-12Fixed bugs with IRC color in messages, now color codes are inserted in comman...Sebastien Helleu
2007-07-02Replaced GPL 2 license by GPL 3Sebastien Helleu
2007-05-21Added cmake for weechat compileSebastien Helleu
2007-05-21Removed compile warning in Perl script pluginSebastien Helleu
2007-05-11Removed "prefix" data for server info in plugin API (oups, why did I add that ?)Sebastien Helleu
2007-05-11Code cleanup: renamed IRC functions to have uniform name (with prefix based o...Sebastien Helleu
2007-05-09Fixed bug with erroneous nickname when connecting to server (bug #19812), fix...Sebastien Helleu
2007-04-25Fixed string format bug when displaying string thru plugin script APISebastien Helleu
2007-04-14Improved nick completion: completes with last speakers first (task #5896), fi...Sebastien Helleu
2007-03-29Fixed color bug with IRC messages displayed by plugins (bug #19442)Sebastien Helleu
2007-03-25Fixed topic charset, now using channel charset if defined (bug #19386)Sebastien Helleu
2007-03-09make arguments for function get_buffer_data() mandatory in plugins/scriptsEmmanuel Bouthenot
2007-03-06Added new return code in plugin API to force highlight (for message handlers ...Sebastien Helleu
2007-03-01Fixed completion of redefined commands removed by plugins (bug #19176)Sebastien Helleu
2007-02-28fix some memory leaks in perl plugin/scriptEmmanuel Bouthenot
2007-02-28fix some memory leaks in python plugin/scriptEmmanuel Bouthenot
2007-02-27bug fix and code cleanup in plugins/scriptsEmmanuel Bouthenot
2007-02-17fix the possibility to load a perl script even if it doesn't call register() ...Emmanuel Bouthenot