summaryrefslogtreecommitdiff
path: root/src/plugins/python
AgeCommit message (Expand)Author
2013-05-07python: fix crash when loading scripts with Python 3.x (patch #8044) (thanks ...Sebastien Helleu
2013-04-21api: add new function hdata_searchSebastien Helleu
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-02-25script: add control of autoload (enable/disable/toggle) (task #12393)Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-11-02core: add command /eval, use expression in conditions for bars, add function ...Sebastien Helleu
2012-10-14api: connect with IPv6 by default in hook_connect (with fallback to IPv4), sh...Simon Arlott
2012-08-27api: allow update for some variables of hdata, add new functions hdata_update...Sebastien Helleu
2012-08-21script: add option script.look.quiet_actions (no messages when installing/rem...Sebastien Helleu
2012-08-08scripts: add signals for scripts loaded/unloaded/installed/removedSebastien Helleu
2012-08-03core: rename type t_script_callback to t_plugin_script_cbSebastien Helleu
2012-08-03scripts: add hdata with list of scripts for each languageSebastien Helleu
2012-08-02core: remove directory "src/plugins/scripts", move script plugins in "src/plu...Sebastien Helleu
2005-10-15Removed old python interfaceSebastien Helleu
2005-09-03Fixed bug with strings comparison (str[n]casecmp) and some locales (like turk...Sebastien Helleu
2005-08-21Added Ruby plugins skeletonSebastien Helleu
2005-07-12change return type from tuple to list for get_info('dccs') featureEmmanuel Bouthenot
2005-07-12adding getinfo feature about dccsEmmanuel Bouthenot
2005-06-16in python scripts, all messages written in stdin and stderr are redirect in s...Emmanuel Bouthenot
2005-05-05Improved Perl interface and some changes in Python:Sebastien Helleu
2005-05-01Added Python plugin supportSebastien Helleu