Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-25 | script: add control of autoload (enable/disable/toggle) (task #12393) | Sebastien Helleu | |
New option script.scripts.autoload, new options autoload/noautoload/toggleautoload for command /script, new action "A" (meta-A) on script buffer (toggle autoload). | |||
2013-01-11 | perl: fix compilation when multiplicity is disabled | Sebastien Helleu | |
2013-01-10 | perl: simplify code to load scripts | Nei | |
2013-01-10 | Revert "perl: simplify code to load scripts" | Sebastien Helleu | |
This reverts commit 793a3cb1bad053ac3366cc34775dbc9b1e9ffb8a. This commit was causing crash on Linux when loading scripts like buffers.pl. | |||
2013-01-09 | perl: simplify code to load scripts | Nei | |
2013-01-08 | perl: display script filename in error messages | Nei | |
2013-01-08 | perl: fix calls to callbacks during load of script when multiplicity is ↵ | Nei | |
disabled (bug #38044) | |||
2013-01-01 | core: update copyright dates | Sebastien Helleu | |
2012-12-15 | core: move comments with description of C file to top of files | Sebastien Helleu | |
2012-12-13 | core: reformat comments for functions | Sebastien Helleu | |
2012-11-02 | core: add command /eval, use expression in conditions for bars, add function ↵ | Sebastien Helleu | |
"string_eval_expression" in plugin API | |||
2012-10-14 | api: connect with IPv6 by default in hook_connect (with fallback to IPv4), ↵ | Simon Arlott | |
shuffle list of hosts for a same address (task #11205) | |||
2012-08-27 | api: allow update for some variables of hdata, add new functions ↵ | Sebastien Helleu | |
hdata_update and hdata_set | |||
2012-08-21 | script: add option script.look.quiet_actions (no messages when ↵ | Sebastien Helleu | |
installing/removing/loading/unloading scripts on script buffer) | |||
2012-08-08 | scripts: add signals for scripts loaded/unloaded/installed/removed | Sebastien Helleu | |
2012-08-03 | core: rename type t_script_callback to t_plugin_script_cb | Sebastien Helleu | |
2012-08-03 | scripts: add hdata with list of scripts for each language | Sebastien Helleu | |
2012-08-02 | core: remove directory "src/plugins/scripts", move script plugins in ↵ | Sebastien Helleu | |
"src/plugins" | |||
2005-10-15 | Removed old perl interface | Sebastien Helleu | |
2005-09-03 | Fixed bug with strings comparison (str[n]casecmp) and some locales (like ↵ | Sebastien Helleu | |
turkish), now using ASCII comparison | |||
2005-07-12 | - added DCC timeout | Sebastien Helleu | |
- fixed FIFO pipe (command now authorized on a buffer not connected to an IRC server) - fixed Perl bug with info reading functions | |||
2005-07-12 | Added function for Perl/Python to get DCC list | Sebastien Helleu | |
2005-06-16 | errors while loading perl scripts are now displayed in server buffer ↵ | Emmanuel Bouthenot | |
(instead of current buffer) | |||
2005-05-05 | Improved Perl interface and some changes in Python: | Sebastien Helleu | |
- function "print_with_channel" was removed - function "command" now runs weechat command or send text to channel - Perl functions are now called with weechat::name (instead of IRC::name) - IRC::xxx functions are still active for compatibility with old scripts | |||
2005-03-12 | Added FIFO pipe for remote control | Sebastien Helleu | |
2005-01-16 | Improved completion (now completes commands args), fixed color bug (gray ↵ | Sebastien Helleu | |
removed, replaced by default), fixed crash when unknown section with option(s) in config file, fixed IRC commands: /op, /deop, /voice, /devoice | |||
2005-01-01 | Version 0.0.9 | Sebastien Helleu | |
2004-10-03 | Fixed bug in wee_perl_exec() when server == NULL | Sebastien Helleu | |
2004-10-03 | Added IRC::command function for Perl scripts | Sebastien Helleu | |
2004-09-13 | New /perl autoload command | Sebastien Helleu | |
2004-07-01 | Window management | Sebastien Helleu | |
2004-06-22 | Version 0.0.7-pre2 - window management | Sebastien Helleu | |
2004-01-21 | Infobar highlight notifications | Sebastien Helleu | |
2004-01-21 | Added IRC::print_infobar Perl function | Sebastien Helleu | |
2004-01-15 | Added LOCALEDIR define | Sebastien Helleu | |
2003-12-31 | New copyright | Sebastien Helleu | |
2003-11-30 | - added IRC::get_info function for Perl scripts | Sebastien Helleu | |
- cleanup code in main() function of weechat.c - fixed bug when unloading all Perl scripts (now end and restart Perl interpreter) | |||
2003-11-29 | Added "print_with_channel" function (for Perl scripts) | Sebastien Helleu | |
2003-11-29 | Added plugin prefix ("=P=") in front of scripts messages | Sebastien Helleu | |
2003-11-23 | - Perl unloading is now ok (unload all scripts), | Sebastien Helleu | |
- /perl prints all Perl scripts, - error if registering 2 Perl scripts with same (internal) name. | |||
2003-11-22 | Renamed PLUGIN_* macros and fixed bug in "IRC::add_message_handler" function | Sebastien Helleu | |
2003-11-22 | Added Perl command handlers | Sebastien Helleu | |
2003-11-17 | Added Perl message handlers | Sebastien Helleu | |
2003-11-16 | Added Perl handlers | Sebastien Helleu | |
2003-11-16 | Removed perl.c | Sebastien Helleu | |
2003-11-16 | Perl plugin support | Sebastien Helleu | |
2003-11-09 | Perl plugin skeleton | Sebastien Helleu | |