summaryrefslogtreecommitdiff
path: root/src/plugins/scripts/ruby
AgeCommit message (Expand)Author
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-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2006-11-08Added charset plugin (WeeChat is now full UTF-8 for internal data storage), f...Sebastien Helleu
2006-10-28improve plugins/scripts completion template to use filename completionEmmanuel Bouthenot
2006-10-26add modifiers in scripts/plugins API, cleaning code in script/plugins, improv...Emmanuel Bouthenot
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-10adding some missing headers in pluginsEmmanuel Bouthenot
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-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-14Renamed plugins names (removed "lib" prefix in name)Sebastien Helleu
2006-06-13improve global vars uses in pluginsEmmanuel Bouthenot
2006-06-10add get_irc_color function in plugins/scriptsEmmanuel Bouthenot
2006-05-29Fixed crash with "register" function in plugin scripts (bug #16701)Sebastien Helleu
2006-05-17check return value in weechat_ruby_exec() to be a valid value and fix crash w...Emmanuel Bouthenot
2006-05-17fix number of args in end function callEmmanuel Bouthenot
2006-05-08- fix a crash in ruby when a function return nothing (close bug #16552)Emmanuel Bouthenot
2006-04-12fix minor bug with ruby 1.9 and stdout/stderr redirectionsEmmanuel Bouthenot
2006-04-08Fix possible minor bug in getting hostnames in plugins/scriptsEmmanuel Bouthenot
2006-04-08Added hostnames associeted to nicks in plugins/scriptsEmmanuel Bouthenot
2006-03-30Added keyboard handler to plugin APISebastien Helleu
2006-02-28Script plugins now load scripts in WeeChat system share directorySebastien Helleu
2006-02-21fix minor bug and improve backtrace display on errorsEmmanuel Bouthenot
2006-02-20Added new plugin API function: remove_infobarSebastien Helleu
2006-02-19Added timer handler for pluginsSebastien Helleu
2006-02-18Fixed Ruby function "log" (argument count)Sebastien Helleu
2006-02-16Updated doc, renamed functions in plugins APISebastien Helleu
2006-02-16make possible to log with plugins / scriptsEmmanuel Bouthenot
2006-02-12fix some crash (unprotected code execution) and display some kind of backtrac...Emmanuel Bouthenot
2006-02-10clean code to avoid warning and errors when compiling with gcc-2.95Emmanuel Bouthenot
2006-02-04Minor changes on server/channel/nick info API functionsSebastien Helleu
2006-01-31extending plugins/scripts API by adding get_server_info, get_channel_info and...Emmanuel Bouthenot
2006-01-08Fixed infobar_printf interface function, security problem with string formatSebastien Helleu
2006-01-04New year in copyright, FSF address changedSebastien Helleu
2005-12-16Added completion system for plugins/scripts commands, fixed plugins autoloadSebastien Helleu
2005-12-11fix: shutdown function was not lauchedEmmanuel Bouthenot
2005-12-10rewrite ruby funcallsEmmanuel Bouthenot
2005-12-06fix various minor bugs in plugins scriptsEmmanuel Bouthenot
2005-12-02make ruby plugin functionnalEmmanuel Bouthenot
2005-11-06Fixed bugs in "get_info" and "command" interface functions of pluginsSebastien Helleu
2005-10-28Added new return codes for plugin handlers, to discard messages for WeeChat, ...Sebastien Helleu
2005-10-25- Added options for /plugin command: autoload, reload, unloadSebastien Helleu
2005-10-23Converted old Ruby interface to new plugin system (Ruby plugin still NOT ok!)Sebastien Helleu
2005-10-15New plugin interface (loads dynamic C libraries)Sebastien Helleu