Sébastien Helleu
|
a4b1952c75
|
logger: add option logger.look.backlog_conditions (closes #1132)
|
2018-01-11 16:44:36 +01:00 |
|
Sébastien Helleu
|
64d610c0d7
|
ruby: fix buffer overflow
|
2018-01-07 19:32:57 +01:00 |
|
Sébastien Helleu
|
7ee88fb46c
|
core: fix some styles
|
2018-01-07 09:11:45 +01:00 |
|
Sébastien Helleu
|
9876a8d0a7
|
core: update translations (issue #128)
|
2018-01-06 14:07:57 +01:00 |
|
Sébastien Helleu
|
bab307bf1b
|
php: fix compiler warning (issue #128)
|
2018-01-06 14:07:55 +01:00 |
|
Sébastien Helleu
|
e87f2e6a46
|
javascript: fix compiler warning (issue #128)
|
2018-01-06 14:07:54 +01:00 |
|
Sébastien Helleu
|
d23b52efdb
|
tcl: fix compiler warning (issue #128)
|
2018-01-06 14:07:52 +01:00 |
|
Sébastien Helleu
|
eb54230760
|
lua: add support of eval (issue #128)
|
2018-01-06 14:07:50 +01:00 |
|
Sébastien Helleu
|
23ec371dae
|
python: fix error message when executing code from string in weechat_python_load (issue #128)
|
2018-01-06 14:07:48 +01:00 |
|
Sébastien Helleu
|
b80e3ff792
|
perl: do not update message argument in function weechat_perl_output (issue #128)
|
2018-01-06 14:07:44 +01:00 |
|
Sébastien Helleu
|
414959a474
|
scripts: add "eval" option in script commands and info "xxx_eval" (issue #128)
For now this works only in python, perl, ruby and guile.
|
2018-01-06 14:07:35 +01:00 |
|
Sébastien Helleu
|
ed4837b2f6
|
core: update copyright dates
|
2018-01-05 00:54:18 +01:00 |
|
Sébastien Helleu
|
fbc87573d0
|
scripts: add infos "xxx_interpreter" and "xxx_version" in script plugins (issue #1075)
|
2017-12-23 21:21:40 +01:00 |
|
Sébastien Helleu
|
c4626bc08a
|
scripts: add option "version" in script commands (closes #1075)
|
2017-12-23 20:35:30 +01:00 |
|
Sébastien Helleu
|
d7122cd6be
|
javascript: fix /javascript command
|
2017-12-23 19:48:59 +01:00 |
|
Sébastien Helleu
|
87be29ed3d
|
api: add hashtable with variables in plugin structure
|
2017-12-23 19:47:22 +01:00 |
|
Sébastien Helleu
|
aa7a3cf07d
|
core: add missing variables "author" and "license" in dump of plugin
|
2017-12-23 13:06:51 +01:00 |
|
Sébastien Helleu
|
515334e53b
|
python: fix integer arguments in hook_connect() and hook_fd() callbacks
|
2017-12-04 22:07:38 +01:00 |
|
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 |
|
Simmo Saan
|
d4296a02c0
|
irc: add invite-notify capability to help and completion
|
2017-11-05 13:42:28 +02:00 |
|
Simmo Saan
|
8420abe8bb
|
irc: add chghost capability to help and completion
|
2017-11-05 13:36:45 +02:00 |
|
Simmo Saan
|
227537cbdb
|
irc: add smart filtering for chghost messages
|
2017-11-05 13:30:33 +02:00 |
|
Simmo Saan
|
bf9932bc1d
|
irc: display chghost messages in buffers
|
2017-11-05 13:28:36 +02:00 |
|
Simmo Saan
|
d3c79894e7
|
irc: add support for IRCv3.2 chghost
|
2017-11-05 13:24:12 +02:00 |
|
Sébastien Helleu
|
b072586d79
|
core: add missing includes of stdio.h
|
2017-11-04 21:03:15 +01: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
|
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
|
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
|
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
|
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 |
|