Sébastien Helleu
|
e4580a731b
|
buflist: use larger buffer for buflist bar item name
|
2017-12-03 11:04:28 +01:00 |
|
Sébastien Helleu
|
338e05a2f4
|
trigger: fix typo in /help trigger
|
2017-11-15 07:25:17 +01:00 |
|
Sébastien Helleu
|
16309be4ed
|
fset: only toggle boolean values with /fset -toggle or alt+space key
|
2017-11-11 08:25:54 +01:00 |
|
Sébastien Helleu
|
eca8bce3fd
|
irc: fix help on option irc.look.notice_welcome_redirect (closes #1095)
|
2017-11-06 07:05:56 +01:00 |
|
Sébastien Helleu
|
bfc579cb33
|
core: remove colors from prefix/message only when needed in hook_print_exec
|
2017-11-04 21:04:03 +01:00 |
|
Sébastien Helleu
|
b072586d79
|
core: add missing includes of stdio.h
|
2017-11-04 21:03:15 +01:00 |
|
coypoop
|
5373908539
|
Include stdio.h for FILE
so this header can be included even if it's not already included
|
2017-11-04 17:58:38 +02:00 |
|
Sébastien Helleu
|
093af02f0c
|
core: remove useless condition (issue #1092)
|
2017-10-29 07:35:38 +01:00 |
|
Sébastien Helleu
|
84013b82df
|
core: do not change the chat prefix size when a filtered line is added (closes #1092)
|
2017-10-29 07:17:30 +01:00 |
|
Sébastien Helleu
|
6b817015e3
|
core: fix typo in /help key
|
2017-10-29 06:53:12 +01:00 |
|
Sébastien Helleu
|
fe73a38b58
|
api: add support of prefix "quiet:" in function key_unbind() to quietly remove keys
|
2017-10-24 23:03:40 +02:00 |
|
Sébastien Helleu
|
cc5c92ab1e
|
core: set value as optional in help of /buffer set
|
2017-10-21 09:27:18 +02:00 |
|
Simmo Saan
|
80682fb006
|
core: allow /buffer set without value with empty default (closes #746)
|
2017-10-20 21:13:19 +03:00 |
|
Sébastien Helleu
|
534dda9094
|
buflist: add two new bar items using the same format configuration options (closes #990)
|
2017-10-19 21:51:00 +02:00 |
|
Sébastien Helleu
|
1d56e17b2f
|
core: allow floating point and hexadecimal numbers in comparison of evaluated values
|
2017-10-17 20:43:40 +02:00 |
|
Sébastien Helleu
|
19c36cddc7
|
build: fix PHP library used to compile PHP plugin (closes #1078)
This was causing a dependency missing in debian packaging.
|
2017-10-14 11:10:34 +02:00 |
|
Sébastien Helleu
|
0db48c7291
|
core: add option weechat.look.save_config_with_fsync (closes #1083)
This makes the save of all configuration files about 20 to 200x slower
(according to the storage device speed); so this is disabled by default.
|
2017-10-14 07:56:02 +02:00 |
|
Sébastien Helleu
|
d427fc0549
|
irc: do not clear nicklist when joining an already joined channel if the option irc.look.buffer_open_before_join is on (closes #1081, closes #1082)
|
2017-10-13 07:44:52 +02:00 |
|
Sébastien Helleu
|
bfb8499d61
|
core: fix display of groups/nicks in nicklist in case of empty groups (issue #1079)
|
2017-10-09 09:10:36 +02:00 |
|
Sébastien Helleu
|
7a452ce8bc
|
core: fix display of nicks in nicklist when they are in a group with sub-groups (closes #1079)
|
2017-10-08 14:09:02 +02:00 |
|
Sébastien Helleu
|
157dc811a4
|
php: add comments
|
2017-10-03 21:34:35 +02:00 |
|
Sébastien Helleu
|
0cc44cd986
|
php: add messages during script loading/unloading
|
2017-10-03 21:34:20 +02:00 |
|
Sébastien Helleu
|
31dd886390
|
php: set php_quiet to 1 during plugin end
|
2017-10-03 21:33:30 +02:00 |
|
Sébastien Helleu
|
33b23c8a74
|
php: set php_quiet to 1 during plugin initialization
|
2017-10-03 21:32:02 +02:00 |
|
Sébastien Helleu
|
8dc4f1dd28
|
php: set php_quiet to 1 when loading/reloading/unloading a script with option "-q"
|
2017-10-03 21:30:58 +02:00 |
|
Sébastien Helleu
|
7949146687
|
lua: fix boolean return value (as integer) in API functions
|
2017-10-03 21:17:22 +02:00 |
|
Sébastien Helleu
|
255e46eaef
|
guile: return integer (0/1) instead of boolean in API functions
|
2017-10-03 21:16:11 +02:00 |
|
Sébastien Helleu
|
682979bb90
|
guile: fix return value of static strings
|
2017-10-02 19:20:26 +02:00 |
|
Sébastien Helleu
|
ddb661cd80
|
aspell: display "?" if lang is NULL in /aspell listdict
The lang should never be NULL anyway (this fixes a compiler warning).
|
2017-09-28 01:36:10 +02:00 |
|
Sébastien Helleu
|
1eefbf6ba5
|
php: use PHP_VERSION_ID instead of PHP_MAJOR_VERSION and PHP_MINOR_VERSION
|
2017-09-28 00:51:15 +02:00 |
|
Sébastien Helleu
|
b2d6d08c9e
|
php: add comments with PHP version
|
2017-09-28 00:43:06 +02:00 |
|
Sébastien Helleu
|
7483c2a311
|
php: fix condition on PHP version to support future PHP versions (>= 8.0)
|
2017-09-28 00:28:32 +02:00 |
|
Sébastien Helleu
|
3c727cc04c
|
Merge pull request #1069 from adsr/master
php: use find_library to find libphp7.so
|
2017-09-28 00:21:25 +02:00 |
|
Sébastien Helleu
|
01cc63aa45
|
core: initialize variables attrs and pair before calling wattr_get
This fixes a compiler warning, in some cases wattr_get may not initialize the
variables.
|
2017-09-25 20:12:31 +02:00 |
|
Sébastien Helleu
|
5aab494dd6
|
core, plugins: check return code of strftime function
|
2017-09-23 15:06:28 +02:00 |
|
Sébastien Helleu
|
e4cc90f4b4
|
logger: call strftime before replacing buffer local variables
|
2017-09-23 15:04:21 +02:00 |
|
Sébastien Helleu
|
5f7b62f835
|
php: fix crash in API function string_eval_path_home
|
2017-09-21 21:01:29 +02:00 |
|
Adam Saponara
|
fd287abe1b
|
php: fix compiler warning for PHP >=7.1
|
2017-09-17 17:13:45 -04:00 |
|
Sébastien Helleu
|
4d75b5b145
|
php: fix crash in API function string_eval_expression
|
2017-09-17 17:36:56 +02:00 |
|
Sébastien Helleu
|
24bef50ab2
|
php: fix function plugin_get_name
|
2017-09-10 20:51:42 +02:00 |
|
Sébastien Helleu
|
e5acc39770
|
php: fix arguments of hook_command callback
|
2017-09-09 15:09:34 +02:00 |
|
Sébastien Helleu
|
1851f6472f
|
php: rename print functions
Rename:
- printf to print
- printf_date_tags to print_date_tags
- printf_y to print_y
- log_printf to log_print
|
2017-09-07 21:50:20 +02:00 |
|
Sébastien Helleu
|
8bd874a281
|
python: add/remove some empty lines for readability
|
2017-09-07 21:40:58 +02:00 |
|
Sébastien Helleu
|
36a9cffa39
|
php: check that script is registered in API functions, add macros to return values
|
2017-09-07 21:33:23 +02:00 |
|
Sébastien Helleu
|
e10307a3c2
|
api: check script pointer in scripting API functions
|
2017-09-07 21:30:36 +02:00 |
|
Sébastien Helleu
|
2a04ae0d65
|
php: rename API callback functions
|
2017-09-06 20:58:15 +02:00 |
|
Sébastien Helleu
|
48c9fbec35
|
php: add missing functions current_buffer and current_window
|
2017-09-06 20:07:26 +02:00 |
|
Sébastien Helleu
|
5bec71f891
|
php: move macro API_FUNC_INIT, aggregate declaration of variables
|
2017-09-06 00:26:17 +02:00 |
|
Sébastien Helleu
|
a1a3822d89
|
php: remove empty line
|
2017-09-04 21:10:19 +02:00 |
|
Sébastien Helleu
|
28811c7ebd
|
php: sort functions by topic, remove unused API functions, fix compiler warning
Functions removed (not in scripting API):
- weechat_string_replace
- weechat_hdata_get_var
- weechat_hdata_get_var_type
|
2017-09-04 21:08:49 +02:00 |
|