summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Collapse)Author
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
only)
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
function
2007-02-12Added "call" option to /key command, added new key function "insert" to ↵Sebastien Helleu
insert text on command line (task #6468)
2007-02-05Added event handlers in plugin list commands outputs (/plugin and script ↵Sebastien Helleu
commands)
2007-02-05Added event handler to plugin APISebastien Helleu
2007-01-06Fixed bugs with charset: now decodes/encodes nicks and channels in IRC ↵Sebastien Helleu
messages (bug #18716)
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 ↵Sebastien Helleu
messages (after command)
2006-11-08Added charset plugin (WeeChat is now full UTF-8 for internal data storage), ↵Sebastien Helleu
fixed compilation problems with FreeBSD, fixed status bar display bug
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, ↵Emmanuel Bouthenot
improve display for stdout/stderr redirections for python and ruby
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 >= ↵Sebastien Helleu
1.9 only (bug #18064)
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
command
2006-09-28minor improvements on aspell plugin :Emmanuel Bouthenot
+ spellchecking is now available on commands like /me, /away, /query, ... + do not colorize urls : words begining with http(s)://, ftp(s)://, fish://, file://, etc + do not colorize words begining with '#' (channels) , '/' (commands), '-' (command option)
2006-08-26fix bugs in get_buffer_data() which breaks the retrieval of buffer content ↵Emmanuel Bouthenot
(perl, lua)
2006-08-19Fixed typosSebastien Helleu
2006-08-07Added missing modes (channel & user), now all modes are allowed (bug ↵Sebastien Helleu
#16606), added "%m" for completion with self nick (on current server)
2006-08-05adding functions : get_buffer_info, get_window_info, get_buffer_data and ↵Emmanuel Bouthenot
print_server in scripts API
2006-07-27Fixed completion for command handlers (now empty completion_template means ↵Sebastien Helleu
nick completion, "-" string means no completion at all)
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 ↵Sebastien Helleu
weechat_plugin_get_buffer_data()
2006-06-22Added new functions in plugin/script API: get window info, get buffer info, ↵Sebastien Helleu
get buffer content
2006-06-20do not check words made of punctuation and digits and fix a bug while saving ↵Emmanuel Bouthenot
aspell plugin configuration
2006-06-16improve aspell checking, do not check nicks in chans, take care of ↵Emmanuel Bouthenot
punctuation in words
2006-06-16improvements in python scripts context managementEmmanuel Bouthenot
2006-06-15improve python sub-interpreters managementEmmanuel Bouthenot