index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
scripts
/
python
/
weechat-python.c
Age
Commit message (
Collapse
)
Author
2006-02-28
Script plugins now load scripts in WeeChat system share directory
Sebastien Helleu
2006-02-20
Added new plugin API function: remove_infobar
Sebastien Helleu
2006-02-19
Added timer handler for plugins
Sebastien Helleu
2006-02-16
fix typo in parsing args for weechat_python_add_command_handler
Emmanuel Bouthenot
2006-02-16
Updated doc, renamed functions in plugins API
Sebastien Helleu
2006-02-16
make possible to log with plugins / scripts
Emmanuel Bouthenot
2006-02-12
clean some code
Emmanuel Bouthenot
2006-02-04
Minor changes on server/channel/nick info API functions
Sebastien Helleu
2006-01-31
extending plugins/scripts API by adding get_server_info, get_channel_info ↵
Emmanuel Bouthenot
and get_nick_info
2006-01-08
Fixed infobar_printf interface function, security problem with string format
Sebastien Helleu
2006-01-04
New year in copyright, FSF address changed
Sebastien Helleu
2005-12-16
Added completion system for plugins/scripts commands, fixed plugins autoload
Sebastien Helleu
2005-12-06
fix various minor bugs in plugins scripts
Emmanuel Bouthenot
2005-12-02
fix some typos and improve get_dcc_info
Emmanuel Bouthenot
2005-11-22
display python trackback on errors
Emmanuel Bouthenot
2005-11-16
fix a bug in plugin scripts : current_script was not set when exec a command
Emmanuel Bouthenot
2005-11-08
Fixed bugs with get_plugin_config and set_plugin_config functions (python only)
Sebastien Helleu
2005-11-06
Fixed bugs in "get_info" and "command" interface functions of plugins
Sebastien Helleu
2005-11-04
remove unused comment
Emmanuel Bouthenot
2005-11-04
fix a dead lock
Emmanuel Bouthenot
2005-11-04
improve contexts switch in python plugin
Emmanuel Bouthenot
2005-10-30
add constants for python return codes
Emmanuel Bouthenot
2005-10-28
Added 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, unload
Sebastien 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-20
fixes some typos, and a bug which occured when parsing a script fails
Emmanuel Bouthenot
2005-10-19
correct bad hack for stdout and stderr outputs
Emmanuel Bouthenot
2005-10-17
Changes in plugins and scripts plugins:
Sebastien Helleu
- get_info("version") now returns only version - added get_config() function to read config options
2005-10-16
Added Py_Finalise when Python plugin is unloaded
Sebastien Helleu
2005-10-16
Fixed but when no parameter given for /perl and /python options
Sebastien Helleu
2005-10-15
New plugin interface (loads dynamic C libraries)
Sebastien Helleu
[prev]