index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
Age
Commit message (
Expand
)
Author
2017-10-13
irc: do not clear nicklist when joining an already joined channel if the opti...
Sébastien Helleu
2017-10-03
php: add comments
Sébastien Helleu
2017-10-03
php: add messages during script loading/unloading
Sébastien Helleu
2017-10-03
php: set php_quiet to 1 during plugin end
Sébastien Helleu
2017-10-03
php: set php_quiet to 1 during plugin initialization
Sébastien Helleu
2017-10-03
php: set php_quiet to 1 when loading/reloading/unloading a script with option...
Sébastien Helleu
2017-10-03
lua: fix boolean return value (as integer) in API functions
Sébastien Helleu
2017-10-03
guile: return integer (0/1) instead of boolean in API functions
Sébastien Helleu
2017-10-02
guile: fix return value of static strings
Sébastien Helleu
2017-09-28
aspell: display "?" if lang is NULL in /aspell listdict
Sébastien Helleu
2017-09-28
php: use PHP_VERSION_ID instead of PHP_MAJOR_VERSION and PHP_MINOR_VERSION
Sébastien Helleu
2017-09-28
php: add comments with PHP version
Sébastien Helleu
2017-09-28
php: fix condition on PHP version to support future PHP versions (>= 8.0)
Sébastien Helleu
2017-09-28
Merge pull request #1069 from adsr/master
Sébastien Helleu
2017-09-23
core, plugins: check return code of strftime function
Sébastien Helleu
2017-09-23
logger: call strftime before replacing buffer local variables
Sébastien Helleu
2017-09-21
php: fix crash in API function string_eval_path_home
Sébastien Helleu
2017-09-17
php: fix compiler warning for PHP >=7.1
Adam Saponara
2017-09-17
php: fix crash in API function string_eval_expression
Sébastien Helleu
2017-09-10
php: fix function plugin_get_name
Sébastien Helleu
2017-09-09
php: fix arguments of hook_command callback
Sébastien Helleu
2017-09-07
php: rename print functions
Sébastien Helleu
2017-09-07
python: add/remove some empty lines for readability
Sébastien Helleu
2017-09-07
php: check that script is registered in API functions, add macros to return v...
Sébastien Helleu
2017-09-07
api: check script pointer in scripting API functions
Sébastien Helleu
2017-09-06
php: rename API callback functions
Sébastien Helleu
2017-09-06
php: add missing functions current_buffer and current_window
Sébastien Helleu
2017-09-06
php: move macro API_FUNC_INIT, aggregate declaration of variables
Sébastien Helleu
2017-09-04
php: remove empty line
Sébastien Helleu
2017-09-04
php: sort functions by topic, remove unused API functions, fix compiler warning
Sébastien Helleu
2017-09-03
php: add comments in code
Sébastien Helleu
2017-09-03
script: add support of PHP scripts
Sébastien Helleu
2017-09-03
php: add function "hdata_compare"
Sébastien Helleu
2017-09-03
php: add "PLUGIN" in headers
Sébastien Helleu
2017-09-03
php: new php plugin
Adam Saponara
2017-09-02
buflist: remove recursive evaluation of extra variables (closes #1060)
Sébastien Helleu
2017-08-23
irc: fix CTCP PING reply when the option irc.ctcp.ping is set to non-empty value
Sébastien Helleu
2017-08-19
Revert "irc: do not use away color for nicks in nicklist if option irc.look.c...
Sébastien Helleu
2017-08-19
irc: do not use away color for nicks in nicklist if option irc.look.color_nic...
Sébastien Helleu
2017-08-13
api: change type of arguments status/gnutls_rc/sock in hook_connect() callbac...
Sébastien Helleu
2017-08-13
api: send file descriptor as integer instead of string to the callback of hoo...
Sébastien Helleu
2017-08-12
alias: add infolist "alias_default" (list of default aliases)
Sébastien Helleu
2017-08-12
core: fix cast of time_t (to "long long" instead of "long") (closes #1051)
Sébastien Helleu
2017-08-10
core: remove value for first #define in headers, add "PLUGIN" in plugin headers
Sébastien Helleu
2017-07-23
api: add cast of time_t to long in info "uptime"
Sébastien Helleu
2017-07-23
relay: fix send of "PART" command in backlog (irc protocol)
Sébastien Helleu
2017-07-23
relay: end capability negociation if CAP REQ is received without arguments (i...
Sébastien Helleu
2017-07-23
relay: fix initialization of irc_argv_eol, free variable after use (issue #1040)
Sébastien Helleu
2017-07-23
relay: fix parsing of CAP command without arguments in irc protocol, send ACK...
Sébastien Helleu
2017-07-22
script: replace scripts iset.pl and buffers.pl by go.py and urlserver.py in e...
Sébastien Helleu
[prev]
[next]