Sébastien Helleu
|
51b90cbd53
|
irc: first search the modelist item, then free it if found
|
2018-03-24 17:11:01 +01:00 |
|
Sébastien Helleu
|
de825c9152
|
irc: check that the modelist item number is valid before using it
|
2018-03-24 17:10:08 +01:00 |
|
Sébastien Helleu
|
50d39969cb
|
irc: fix some styles
|
2018-03-24 17:08:56 +01:00 |
|
Simmo Saan
|
d77e1ea499
|
irc: add indexed ban list, add completion for /unban and /unquiet (closes #597, task #11374, task #10876)
|
2018-03-24 17:01:50 +01:00 |
|
Sébastien Helleu
|
8cf3b09d81
|
scripts: hide message when the eval script is unloaded
Related to commit 8fbbe8b0d5.
|
2018-03-17 08:17:41 +01:00 |
|
Sébastien Helleu
|
805717e9ec
|
core: add binary weechat-headless to run WeeChat without interface (closes #1120)
The optional command line option "--daemon" runs WeeChat like a daemon
(fork, new process group, file descriptors closed).
|
2018-03-11 09:59:39 +01:00 |
|
mumixam
|
620151c657
|
fset: corrected typos
|
2018-02-21 19:18:45 -06:00 |
|
Sébastien Helleu
|
20f9ca7d4a
|
scripts: display the script name in stdout/stderr output from scripts
|
2018-02-19 21:27:08 +01:00 |
|
Sébastien Helleu
|
24c5db49b1
|
logger: call fsync even when option logger.file.flush_delay is set to 0 (issue #1145)
This is not recommended anyway to turn on fsync with a delay set to 0, it will
slow down WeeChat a lot, especially with many buffers opened.
|
2018-02-10 08:27:24 +01:00 |
|
Sébastien Helleu
|
710db5dbcd
|
logger: add option logger.file.fsync (closes #1145)
|
2018-02-10 08:23:47 +01:00 |
|
Sébastien Helleu
|
2b275040e7
|
script: change default value of option script.look.sort from "p,n" to "i,p,n"
|
2018-02-08 20:46:07 +01:00 |
|
Sébastien Helleu
|
d14f925123
|
exec: add note about piped commands in /help exec for option -sh
|
2018-02-07 19:59:38 +01:00 |
|
Sébastien Helleu
|
f889306c5e
|
irc: allow ${irc_server.xxx} and ${server} in server evaluated options (closes #1144)
The server option "ssl_fingerprint" is now evaluated when it is used (during
SSL connection), instead of when it is set with command /set.
|
2018-02-05 21:41:03 +01:00 |
|
Sébastien Helleu
|
03456722ef
|
core: fix typo: scripts manager -> script manager
|
2018-01-29 21:04:27 +01:00 |
|
Sébastien Helleu
|
db448a3e94
|
php: add OpenSSL licensing in copyright
|
2018-01-25 22:31:51 +01:00 |
|
Sébastien Helleu
|
e9b6d73b0f
|
api: add time in info "date" (WeeChat compilation date/time) (closes #1138)
|
2018-01-20 08:40:12 +01:00 |
|
Sébastien Helleu
|
257d5fe153
|
scripts: fix translation of help on option "eval_keep_context"
|
2018-01-15 22:37:40 +01:00 |
|
Sébastien Helleu
|
8fbbe8b0d5
|
scripts: add option "eval_keep_context" in script plugins
|
2018-01-15 22:00:15 +01:00 |
|
Sébastien Helleu
|
21e63e7958
|
scripts: add configuration file for each script plugin
|
2018-01-15 21:57:06 +01:00 |
|
Sébastien Helleu
|
ec169f535d
|
core: reinitialize config file pointer to NULL after an error on section creation
|
2018-01-14 21:47:18 +01:00 |
|
Sébastien Helleu
|
eb0560812b
|
scripts: add missing initialization of plugin pointer to NULL
|
2018-01-14 21:47:18 +01:00 |
|
Sébastien Helleu
|
726e2491cd
|
irc: fix typo in help on server option "split_msg_max_length"
|
2018-01-14 16:53:23 +01:00 |
|
Sébastien Helleu
|
be3634f22f
|
irc: add server option "split_msg_max_length"
|
2018-01-13 22:17:13 +01:00 |
|
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 |
|
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 |
|