summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-11-05irc: add support for IRCv3.2 chghostSimmo Saan
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
2017-09-23core, plugins: check return code of strftime functionSébastien Helleu
2017-09-23logger: call strftime before replacing buffer local variablesSébastien Helleu
2017-09-21php: fix crash in API function string_eval_path_homeSébastien Helleu
2017-09-17php: fix compiler warning for PHP >=7.1Adam Saponara
2017-09-17php: fix crash in API function string_eval_expressionSébastien Helleu
2017-09-10php: fix function plugin_get_nameSébastien Helleu
2017-09-09php: fix arguments of hook_command callbackSébastien Helleu
2017-09-07php: rename print functionsSébastien Helleu
2017-09-07python: add/remove some empty lines for readabilitySébastien Helleu
2017-09-07php: check that script is registered in API functions, add macros to return v...Sébastien Helleu
2017-09-07api: check script pointer in scripting API functionsSébastien Helleu
2017-09-06php: rename API callback functionsSébastien Helleu
2017-09-06php: add missing functions current_buffer and current_windowSébastien Helleu
2017-09-06php: move macro API_FUNC_INIT, aggregate declaration of variablesSébastien Helleu
2017-09-04php: remove empty lineSébastien Helleu
2017-09-04php: sort functions by topic, remove unused API functions, fix compiler warningSébastien Helleu
2017-09-03php: add comments in codeSébastien Helleu
2017-09-03script: add support of PHP scriptsSébastien Helleu
2017-09-03php: add function "hdata_compare"Sébastien Helleu