Sébastien Helleu
|
91bfd809e6
|
irc: fix help on commands /unban and /unquiet
|
2018-03-25 10:09:15 +02:00 |
|
Sébastien Helleu
|
0d74b03004
|
irc: rename functions to search modelist items
|
2018-03-25 10:05:58 +02:00 |
|
Sébastien Helleu
|
8f3c9a7378
|
irc: reorder modelist functions
|
2018-03-25 10:01:36 +02:00 |
|
Sébastien Helleu
|
126a825924
|
irc: add completion with modelist numbers for commands /unban and /unquiet
|
2018-03-25 08:38:42 +02:00 |
|
Sébastien Helleu
|
5793181ead
|
irc: factorize code to set state of modelists in a channel
|
2018-03-25 08:18:54 +02:00 |
|
Sébastien Helleu
|
1dff661356
|
irc: clear the modelist if nothing was received before the end of list (invite/exception/ban/quiet)
|
2018-03-24 19:02:01 +01:00 |
|
Sébastien Helleu
|
4bdda6dd0a
|
irc: fix indenting in debug print of modelist
|
2018-03-24 18:53:11 +01:00 |
|
Sébastien Helleu
|
f457d779a4
|
irc: fix debug print of modelist item number and pointer
|
2018-03-24 18:37:06 +01:00 |
|
Sébastien Helleu
|
afc1ecdaf9
|
irc: fix debug print of modelist item datetime value
|
2018-03-24 18:36:32 +01:00 |
|
Sébastien Helleu
|
cbad99356f
|
irc: fix messages on exception to make them easier to translate
|
2018-03-24 18:36:32 +01:00 |
|
Sébastien Helleu
|
a75250b300
|
irc: mark setter as optional in modelist item
|
2018-03-24 18:36:32 +01:00 |
|
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 |
|