summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-01-06php: fix compiler warning (issue #128)Sébastien Helleu
2018-01-06javascript: fix compiler warning (issue #128)Sébastien Helleu
2018-01-06tcl: fix compiler warning (issue #128)Sébastien Helleu
2018-01-06lua: add support of eval (issue #128)Sébastien Helleu
2018-01-06python: fix error message when executing code from string in weechat_python_l...Sébastien Helleu
2018-01-06perl: do not update message argument in function weechat_perl_output (issue #...Sébastien Helleu
2018-01-06scripts: add "eval" option in script commands and info "xxx_eval" (issue #128)Sébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-12-23scripts: add infos "xxx_interpreter" and "xxx_version" in script plugins (iss...Sébastien Helleu
2017-12-23scripts: add option "version" in script commands (closes #1075)Sébastien Helleu
2017-12-23javascript: fix /javascript commandSébastien Helleu
2017-12-23api: add hashtable with variables in plugin structureSébastien Helleu
2017-12-23core: add missing variables "author" and "license" in dump of pluginSébastien Helleu
2017-12-10core: add link to API doc in /help weechat.completion.partial_completion_temp...Sébastien Helleu
2017-12-09core: add option weechat.completion.partial_completion_templatesSébastien Helleu
2017-12-04python: fix integer arguments in hook_connect() and hook_fd() callbacksSébastien Helleu
2017-12-03buflist: use larger buffer for buflist bar item nameSébastien Helleu
2017-11-15trigger: fix typo in /help triggerSébastien Helleu
2017-11-11fset: only toggle boolean values with /fset -toggle or alt+space keySébastien Helleu
2017-11-06irc: fix help on option irc.look.notice_welcome_redirect (closes #1095)Sébastien Helleu
2017-11-04core: remove colors from prefix/message only when needed in hook_print_execSébastien Helleu
2017-11-04core: add missing includes of stdio.hSébastien Helleu
2017-11-04Include stdio.h for FILEcoypoop
2017-10-29core: remove useless condition (issue #1092)Sébastien Helleu
2017-10-29core: do not change the chat prefix size when a filtered line is added (close...Sébastien Helleu
2017-10-29core: fix typo in /help keySébastien Helleu
2017-10-24api: add support of prefix "quiet:" in function key_unbind() to quietly remov...Sébastien Helleu
2017-10-21core: set value as optional in help of /buffer setSébastien Helleu
2017-10-20core: allow /buffer set without value with empty default (closes #746)Simmo Saan
2017-10-19buflist: add two new bar items using the same format configuration options (c...Sébastien Helleu
2017-10-17core: allow floating point and hexadecimal numbers in comparison of evaluated...Sébastien Helleu
2017-10-14build: fix PHP library used to compile PHP plugin (closes #1078)Sébastien Helleu
2017-10-14core: add option weechat.look.save_config_with_fsync (closes #1083)Sébastien Helleu
2017-10-13irc: do not clear nicklist when joining an already joined channel if the opti...Sébastien Helleu
2017-10-09core: fix display of groups/nicks in nicklist in case of empty groups (issue ...Sébastien Helleu
2017-10-08core: fix display of nicks in nicklist when they are in a group with sub-grou...Sébastien Helleu
2017-10-03php: add commentsSébastien Helleu
2017-10-03php: add messages during script loading/unloadingSébastien Helleu
2017-10-03php: set php_quiet to 1 during plugin endSébastien Helleu
2017-10-03php: set php_quiet to 1 during plugin initializationSébastien Helleu
2017-10-03php: set php_quiet to 1 when loading/reloading/unloading a script with option...Sébastien Helleu
2017-10-03lua: fix boolean return value (as integer) in API functionsSébastien Helleu
2017-10-03guile: return integer (0/1) instead of boolean in API functionsSébastien Helleu
2017-10-02guile: fix return value of static stringsSébastien Helleu
2017-09-28aspell: display "?" if lang is NULL in /aspell listdictSébastien Helleu
2017-09-28php: use PHP_VERSION_ID instead of PHP_MAJOR_VERSION and PHP_MINOR_VERSIONSébastien Helleu
2017-09-28php: add comments with PHP versionSébastien Helleu
2017-09-28php: fix condition on PHP version to support future PHP versions (>= 8.0)Sébastien Helleu
2017-09-28Merge pull request #1069 from adsr/masterSébastien Helleu
2017-09-25core: initialize variables attrs and pair before calling wattr_getSébastien Helleu