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
Age
Commit message (
Expand
)
Author
2017-11-05
irc: add support for IRCv3.2 chghost
Simmo Saan
2017-11-04
core: remove colors from prefix/message only when needed in hook_print_exec
Sébastien Helleu
2017-11-04
core: add missing includes of stdio.h
Sébastien Helleu
2017-11-04
Include stdio.h for FILE
coypoop
2017-10-29
core: remove useless condition (issue #1092)
Sébastien Helleu
2017-10-29
core: do not change the chat prefix size when a filtered line is added (close...
Sébastien Helleu
2017-10-29
core: fix typo in /help key
Sébastien Helleu
2017-10-24
api: add support of prefix "quiet:" in function key_unbind() to quietly remov...
Sébastien Helleu
2017-10-21
core: set value as optional in help of /buffer set
Sébastien Helleu
2017-10-20
core: allow /buffer set without value with empty default (closes #746)
Simmo Saan
2017-10-19
buflist: add two new bar items using the same format configuration options (c...
Sébastien Helleu
2017-10-17
core: allow floating point and hexadecimal numbers in comparison of evaluated...
Sébastien Helleu
2017-10-14
build: fix PHP library used to compile PHP plugin (closes #1078)
Sébastien Helleu
2017-10-14
core: add option weechat.look.save_config_with_fsync (closes #1083)
Sébastien Helleu
2017-10-13
irc: do not clear nicklist when joining an already joined channel if the opti...
Sébastien Helleu
2017-10-09
core: fix display of groups/nicks in nicklist in case of empty groups (issue ...
Sébastien Helleu
2017-10-08
core: fix display of nicks in nicklist when they are in a group with sub-grou...
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-25
core: initialize variables attrs and pair before calling wattr_get
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
[next]