summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)Author
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
2007-02-12Added "call" option to /key command, added new key function "insert" to inser...Sebastien Helleu
2007-02-05Added event handlers in plugin list commands outputs (/plugin and script comm...Sebastien Helleu
2007-02-05Added event handler to plugin APISebastien Helleu
2007-01-06Fixed bugs with charset: now decodes/encodes nicks and channels in IRC messag...Sebastien Helleu
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2006-12-11Fixed memory leak in /charset commandSebastien Helleu
2006-12-04Fixed bug with "set_config" function in plugins API (bug #18448)Sebastien Helleu
2006-12-03Fixed bug in plugin modifier exec when many modifiers are called for a messageSebastien Helleu
2006-12-01Plugins: "add_message_handler" now accepts "*" for all IRC messagesSebastien Helleu
2006-11-15Replaced call to strndup() by weechat_charset_strndup()Sebastien Helleu
2006-11-10Fixed minor bug with /setp when no value is given and that option does not existSebastien Helleu
2006-11-09Fixed bug in charset plugin: now encode/decode channels/nicks in IRC messages...Sebastien Helleu
2006-11-08Added charset plugin (WeeChat is now full UTF-8 for internal data storage), f...Sebastien Helleu
2006-10-29fix minor display bug in aspell pluginEmmanuel Bouthenot
2006-10-29adding $weechat_dir/python in the top of sys.pathEmmanuel Bouthenot
2006-10-28improve plugins/scripts completion template to use filename completionEmmanuel Bouthenot
2006-10-28minor improvement in aspell pluginEmmanuel Bouthenot
2006-10-26fix memory leaks in python/script pluginEmmanuel Bouthenot
2006-10-26add modifiers in scripts/plugins API, cleaning code in script/plugins, improv...Emmanuel Bouthenot
2006-10-25Fixed crash when unloading/reloading scripts using modifiersSebastien Helleu
2006-10-24Added "modifier" in plugins API, improved /plugin commandSebastien Helleu
2006-10-20Fixed crash when loading ruby script if file does not exist, with Ruby >= 1.9...Sebastien Helleu
2006-10-16adding date field 'date' in get_buffer_data() function of plugins/scripts APIEmmanuel Bouthenot
2006-10-14Added date in plugin function get_buffer_data()Sebastien Helleu