Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-24 | script: add option script.scripts.download_timeout | Sébastien Helleu | |
2015-06-26 | script: call function string_eval_path_home() to evaluate scripts path | Sébastien Helleu | |
2015-06-21 | script: rename option script.scripts.dir to script.scripts.path (issue #388) | Sébastien Helleu | |
2015-06-19 | script: evaluate content of option script.scripts.dir (issue #388) | Sébastien Helleu | |
2015-03-18 | script: fix state of script plugins when list of scripts has not been downloaded | Sébastien Helleu | |
The problem happened when doing "/script load script.py" if the scripts list has not been downloaded (with "/script update"): WeeChat displays that python plugin is not loaded (which is wrong). | |||
2015-03-10 | script: add note about HTTPS in /help script.scripts.url | Sébastien Helleu | |
2015-03-07 | javascript: add new plugin to run javascript scripts in WeeChat | Sébastien Helleu | |
This plugin was originally written by Koka El Kiwi (repository: https://github.com/KokaKiwi/weechat-js-plugin). This plugin uses Google V8 engine to execute JS scripts. | |||
2015-01-15 | core: add priority in plugins to initialize them in order | Sébastien Helleu | |
Current order is: charset, logger, exec, trigger, aspell, alias, fifo, xfer, irc, relay, guile/lua/perl/python/ruby/tcl, script. | |||
2015-01-01 | core: update copyright dates | Sébastien Helleu | |
2014-12-01 | script: rename callback for infolist "script_script" | Sébastien Helleu | |
2014-11-22 | api: return value in function command(), remove WeeChat error after command ↵ | Sébastien Helleu | |
callback if return code is WEECHAT_RC_ERROR | |||
2014-11-15 | script: add option script.scripts.url_force_https (closes #253) | Sébastien Helleu | |
2014-08-22 | script: fix crash on "/script update" if a script detail is displayed in ↵ | Sébastien Helleu | |
buffer (closes #177) | |||
2014-08-10 | script: fix potential crash in case of malloc error | Sébastien Helleu | |
2014-07-14 | script: fix display of curl errors | Sébastien Helleu | |
2014-07-01 | core: remove "www" in weechat.org URLs | Sébastien Helleu | |
2014-05-24 | api: add argument "flags" in function hdata_new_list | Sébastien Helleu | |
2014-04-12 | api: allow wildcard "*" inside the mask in function string_match | Sébastien Helleu | |
2014-04-12 | core: use lower case for CMake keywords | Sébastien Helleu | |
2014-04-02 | script: add commas in title of script buffer | Sébastien Helleu | |
2014-03-19 | core: fix use of reserved C identifiers in headers (closes #31) | Sebastien Helleu | |
2014-03-17 | script: set option script.scripts.cache_expire to 1440 by default | Sebastien Helleu | |
2014-03-16 | core: fix some compilation problems on SmartOS | Sebastien Helleu | |
2014-03-07 | script: fix scroll on script buffer in the detailed view of script (closes #6) | Sebastien Helleu | |
2014-02-22 | script: remove dead assignments in functions script_action_{unload|reload} | Sebastien Helleu | |
2014-02-21 | script: return WEECHAT_RC_ERROR in command /script if arguments are ↵ | Sebastien Helleu | |
wrong/missing | |||
2014-02-10 | api: add integer return code for functions hook_{signal|hsignal}_send | Sebastien Helleu | |
2014-01-29 | core: fix typos in translations and docs | Sebastien Helleu | |
2014-01-18 | core: reformat hook_command arguments | Sebastien Helleu | |
2014-01-01 | core: update copyright dates | Sebastien Helleu | |
2013-12-23 | core: replace darkgray color as default value of options | Sebastien Helleu | |
New default value is now used for these options: - weechat.color.chat_inactive_buffer: "default" - weechat.color.chat_inactive_window: "default" - weechat.color.chat_nick_offline: "default" - weechat.color.chat_nick_offline_highlight_bg: "blue" - weechat.color.chat_prefix_buffer_inactive_buffer: "default" - irc.color.topic_old: "default" - logger.color.backlog_end: "default" - logger.color.backlog_line: "default" - script.color.text_delimiters: "default" | |||
2013-11-09 | script: load plugin even if options can not be read in script.conf (with ↵ | Sebastien Helleu | |
warnings) | |||
2013-10-05 | core: move the "-no-undefined" from LDFLAGS in configure.ac to Makefile.am ↵ | Sebastien Helleu | |
in plugins This "-no-undefined" was causing an error when detecting "ld" lib on Cygwin. | |||
2013-08-04 | api: add argument "options" in function string_eval_expression, add option ↵ | Sebastien Helleu | |
"-c" for command /eval (to evaluate a condition) | |||
2013-08-01 | script: fix uninitialized pointer in detailed view of a script | Sebastien Helleu | |
2013-07-28 | script: add info about things defined by script in the detailed view of ↵ | Sebastien Helleu | |
script (/script show) | |||
2013-07-20 | core: replace obsolete INCLUDES by AM_CPPFLAGS in files Makefile.am | Sebastien Helleu | |
2013-07-11 | core: sort config options by name in sources | Sebastien Helleu | |
2013-05-03 | script: add key alt+A in /help script (thanks ArZa) | Sebastien Helleu | |
2013-04-27 | script: do not search by license and author in /script search (thanks to ↵ | Sebastien Helleu | |
Nils Görs) | |||
2013-03-17 | script: create "script" directory on each action (just in case it has been ↵ | Sebastien Helleu | |
removed) (bug #38472) | |||
2013-03-17 | core: fix typos in many comments and some strings | Sebastien Helleu | |
2013-03-10 | script: fix typo in /help script.scripts.autoload | Sebastien Helleu | |
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-02-12 | script: remove unneeded test on ZLIB_FOUND in CMakeLists.txt (zlib is mandatory) | Sebastien Helleu | |
2013-01-26 | core: use size of 32 for hashtables (instead of 4, 8 or 16) | Sebastien Helleu | |
A size of 32 will use a little more memory but will reduce collisions in key hashs, and then length of linked lists inside hash structure (faster search in hashtable). | |||
2013-01-01 | core: update copyright dates | Sebastien Helleu | |
2012-12-25 | script: add missing close of file in case of error when computing MD5 ↵ | Sebastien Helleu | |
checksum of a file | |||
2012-12-21 | script: do not open script buffer when unknown arguments are given to ↵ | Sebastien Helleu | |
command /script | |||
2012-12-19 | script: fix scroll with mouse when window with script buffer is not the ↵ | Sebastien Helleu | |
current window (do not force a switch to script buffer in current window) |