summaryrefslogtreecommitdiff
path: root/src/plugins/scripts/python/weechat-python.c
AgeCommit message (Collapse)Author
2006-10-28improve plugins/scripts completion template to use filename completionEmmanuel 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-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-10adding some missing headers in pluginsEmmanuel Bouthenot
2006-09-28fix a bug (can make crash) when calling a script command with another script ↵Emmanuel Bouthenot
command
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-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-16improvements in python scripts context managementEmmanuel Bouthenot
2006-06-15improve python sub-interpreters managementEmmanuel 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-17fix bug in end function calls for plugins/scriptsEmmanuel Bouthenot
2006-05-08- fix a crash in ruby when a function return nothing (close bug #16552)Emmanuel Bouthenot
- add a warning when a function return nothing (python, ruby)
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-20Added new plugin API function: remove_infobarSebastien Helleu
2006-02-19Added timer handler for pluginsSebastien Helleu
2006-02-16fix typo in parsing args for weechat_python_add_command_handlerEmmanuel Bouthenot
2006-02-16Updated doc, renamed functions in plugins APISebastien Helleu
2006-02-16make possible to log with plugins / scriptsEmmanuel Bouthenot
2006-02-12clean some codeEmmanuel 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 ↵Emmanuel Bouthenot
and get_nick_info
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-06fix various minor bugs in plugins scriptsEmmanuel Bouthenot
2005-12-02fix some typos and improve get_dcc_infoEmmanuel Bouthenot
2005-11-22display python trackback on errorsEmmanuel Bouthenot
2005-11-16fix a bug in plugin scripts : current_script was not set when exec a commandEmmanuel Bouthenot
2005-11-08Fixed bugs with get_plugin_config and set_plugin_config functions (python only)Sebastien Helleu
2005-11-06Fixed bugs in "get_info" and "command" interface functions of pluginsSebastien Helleu
2005-11-04remove unused commentEmmanuel Bouthenot
2005-11-04fix a dead lockEmmanuel Bouthenot
2005-11-04improve contexts switch in python pluginEmmanuel Bouthenot
2005-10-30add constants for python return codesEmmanuel Bouthenot
2005-10-28Added new return codes for plugin handlers, to discard messages for WeeChat, ↵Sebastien Helleu
plugins, or both.
2005-10-25- Added options for /plugin command: autoload, reload, unloadSebastien Helleu
- Added new plugin functions, for C plugins and scripts: set_config, get_plugin_config, set_plugin_config - Added new script function: remove_handler
2005-10-20fixes some typos, and a bug which occured when parsing a script failsEmmanuel Bouthenot
2005-10-19correct bad hack for stdout and stderr outputsEmmanuel Bouthenot
2005-10-17Changes in plugins and scripts plugins:Sebastien Helleu
- get_info("version") now returns only version - added get_config() function to read config options
2005-10-16Added Py_Finalise when Python plugin is unloadedSebastien Helleu
2005-10-16Fixed but when no parameter given for /perl and /python optionsSebastien Helleu