summaryrefslogtreecommitdiff
path: root/src/plugins/perl
AgeCommit message (Expand)Author
2014-02-28scripts: fix size used in some snprintfSebastien Helleu
2014-02-22scripts: fix crash when a signal is received with type "int" and NULL pointer...Sebastien Helleu
2014-02-21perl: return WEECHAT_RC_ERROR in command /perl if arguments are wrong/missingSebastien Helleu
2014-02-17perl: fix context used after unload of a scriptSebastien Helleu
2014-02-10api: add integer return code for functions hook_{signal|hsignal}_sendSebastien Helleu
2014-01-25scripts: fix script interpreter used after register during load of script in ...Sebastien Helleu
2014-01-11api: add stdin options in functions hook_process_hashtable and hook_set (task...Sebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-11-18scripts: use #ifdef to check if versions are defined in signal "debug_libs"Sebastien Helleu
2013-11-18core: remove "v" before versions displayed by /debug libsSebastien Helleu
2013-11-17scripts: display lib version on signal "debug_libs"Sebastien Helleu
2013-10-05core: move the "-no-undefined" from LDFLAGS in configure.ac to Makefile.am in...Sebastien Helleu
2013-08-19core: add syntax "@buffer:item" in bar items to force the buffer used when di...Sebastien Helleu
2013-08-04api: add argument "options" in function string_eval_expression, add option "-...Sebastien Helleu
2013-07-27api: add new function strlen_screenSebastien Helleu
2013-07-20core: replace obsolete INCLUDES by AM_CPPFLAGS in files Makefile.amSebastien 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-11perl: fix compilation when multiplicity is disabledSebastien Helleu
2013-01-10perl: simplify code to load scriptsNei
2013-01-10Revert "perl: simplify code to load scripts"Sebastien Helleu
2013-01-09perl: simplify code to load scriptsNei
2013-01-08perl: display script filename in error messagesNei
2013-01-08perl: fix calls to callbacks during load of script when multiplicity is disab...Nei
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 perl interfaceSebastien Helleu
2005-09-03Fixed bug with strings comparison (str[n]casecmp) and some locales (like turk...Sebastien Helleu
2005-07-12- added DCC timeoutSebastien Helleu
2005-07-12Added function for Perl/Python to get DCC listSebastien Helleu
2005-06-16errors while loading perl scripts are now displayed in server buffer (instead...Emmanuel Bouthenot
2005-05-05Improved Perl interface and some changes in Python:Sebastien Helleu
2005-03-12Added FIFO pipe for remote controlSebastien Helleu
2005-01-16Improved completion (now completes commands args), fixed color bug (gray remo...Sebastien Helleu
2005-01-01Version 0.0.9Sebastien Helleu
2004-10-03Fixed bug in wee_perl_exec() when server == NULLSebastien Helleu
2004-10-03Added IRC::command function for Perl scriptsSebastien Helleu
2004-09-13New /perl autoload commandSebastien Helleu
2004-07-01Window managementSebastien Helleu
2004-06-22Version 0.0.7-pre2 - window managementSebastien Helleu