summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)Author
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
2006-10-12Fixed some portability bugs (patch #5271)Sebastien Helleu
2006-10-10adding some missing headers in pluginsEmmanuel Bouthenot
2006-10-09Adding Lua 5.1 support, display plugins interpreter versions on configureEmmanuel Bouthenot
2006-09-28fix a bug (can make crash) when calling a script command with another script ...Emmanuel Bouthenot
2006-09-28minor improvements on aspell plugin :Emmanuel Bouthenot
2006-08-26fix bugs in get_buffer_data() which breaks the retrieval of buffer content (p...Emmanuel Bouthenot
2006-08-19Fixed typosSebastien Helleu
2006-08-07Added missing modes (channel & user), now all modes are allowed (bug #16606),...Sebastien Helleu
2006-08-05adding functions : get_buffer_info, get_window_info, get_buffer_data and prin...Emmanuel Bouthenot
2006-07-27Fixed completion for command handlers (now empty completion_template means ni...Sebastien Helleu
2006-07-23Splited weechat.c into weechat.c and util.cSebastien Helleu
2006-07-04Fixed typo in help for script plugin commands (/perl, /python, /ruby, /lua)Sebastien Helleu
2006-06-30Fixed bug with spaces in script names (bug #16957)Sebastien Helleu
2006-06-29Replaced call to plugin_find_server_channel() by gui_buffer_search() in weech...Sebastien Helleu
2006-06-22Added new functions in plugin/script API: get window info, get buffer info, g...Sebastien Helleu
2006-06-20do not check words made of punctuation and digits and fix a bug while saving ...Emmanuel Bouthenot