summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2017-09-03php: add "PLUGIN" in headersSébastien Helleu
2017-09-03php: new php pluginAdam Saponara
2017-09-02buflist: remove recursive evaluation of extra variables (closes #1060)Sébastien Helleu
2017-09-01core: add note about wildcard in /help setSébastien Helleu
2017-08-25doc: add non-breaking spaces in French messagesSébastien Helleu
2017-08-23irc: fix CTCP PING reply when the option irc.ctcp.ping is set to non-empty valueSébastien Helleu
2017-08-21core: add note about bar item "input_paste" in /help weechat.look.paste_max_l...Sébastien Helleu
2017-08-21core: add flag "input_get_empty" in bufferSébastien Helleu
2017-08-19Revert "irc: do not use away color for nicks in nicklist if option irc.look.c...Sébastien Helleu
2017-08-19irc: do not use away color for nicks in nicklist if option irc.look.color_nic...Sébastien Helleu
2017-08-18core: add signals "buffer_filters_enabled" and "buffer_filters_disabled"Sébastien Helleu
2017-08-13api: change type of arguments status/gnutls_rc/sock in hook_connect() callbac...Sébastien Helleu
2017-08-13api: send file descriptor as integer instead of string to the callback of hoo...Sébastien Helleu
2017-08-12alias: add infolist "alias_default" (list of default aliases)Sébastien Helleu
2017-08-12core: fix cast of time_t (to "long long" instead of "long") (closes #1051)Sébastien Helleu
2017-08-10core: remove value for first #define in headers, add "PLUGIN" in plugin headersSébastien Helleu
2017-08-10core: remove unneeded argument in call to string_fprintfSébastien Helleu
2017-07-23api: add cast of time_t to long in info "uptime"Sébastien Helleu
2017-07-23relay: fix send of "PART" command in backlog (irc protocol)Sébastien Helleu
2017-07-23relay: end capability negociation if CAP REQ is received without arguments (i...Sébastien Helleu
2017-07-23relay: fix initialization of irc_argv_eol, free variable after use (issue #1040)Sébastien Helleu
2017-07-23relay: fix parsing of CAP command without arguments in irc protocol, send ACK...Sébastien Helleu
2017-07-22script: replace scripts iset.pl and buffers.pl by go.py and urlserver.py in e...Sébastien Helleu
2017-07-22core: replace /iset by /fset in welcome messageSébastien Helleu
2017-07-11script: add local variable "filter" in the script buffer (closes #1037)Sébastien Helleu