Sébastien Helleu
4f5c7c8b68
doc: add example of URL with custom HTTP headers in function hook_process_hashtable (plugin API reference)
2018-05-21 14:26:20 +02:00
Sébastien Helleu
3b82e8ef1e
doc: update auto-generated files with URL options
2018-05-21 11:20:23 +02:00
Sébastien Helleu
2fbd708b47
build: fix path to auto-generated plugin API files in CMakeLists
2018-05-21 11:19:32 +02:00
Sébastien Helleu
5d860079d9
core: update translations
2018-05-21 08:50:49 +02:00
Sébastien Helleu
eceb7ec540
core: update translations
2018-05-20 22:29:39 +02:00
Sébastien Helleu
d033b63d80
doc: update auto-generated files with hdata
2018-05-20 21:20:30 +02:00
Sébastien Helleu
dc6ad7b501
doc: add translations for function hashtable_add_from_infolist (plugin API reference)
2018-05-20 16:13:54 +02:00
Sébastien Helleu
0f8485f54e
buflist: add example of format for two bar items using a ternary operator in /help buflist.format.buffer
2018-05-19 14:47:59 +02:00
Sébastien Helleu
1a5527cf2e
core: do not set terminal title by default (option weechat.look.window_title) ( closes #1182 )
2018-04-16 21:25:40 +02:00
Sébastien Helleu
d9425f3765
core: add example of secured data in /help eval
2018-04-15 10:15:17 +02:00
Sébastien Helleu
64738bcee9
doc: add version 2.2 in Python example for function string_format_size (plugin API reference)
2018-04-07 15:19:13 +02:00
Sébastien Helleu
6de98179bc
api: add function string_format_size in scripting API
2018-04-07 13:20:58 +02:00
Sébastien Helleu
974c25df76
irc: replace "server" by "name" in /help server
2018-04-06 21:26:16 +02:00
Sébastien Helleu
70892bf71c
doc: add a sentence to explain the internal irc server name (quickstart guide)
2018-04-06 21:07:34 +02:00
Sébastien Helleu
bbd6471197
irc: add missing parameter "-server" in /help list (issue #1165 )
2018-04-01 08:43:50 +02:00
Sébastien Helleu
fc2395ca4f
irc: replace "server" by "target" in help of commands when the argument is not an internal WeeChat server (issue #1165 )
2018-04-01 08:00:59 +02:00
Sébastien Helleu
230e827d24
core: fix help on option weechat.look.hotlist_count_max
2018-03-31 15:57:38 +02:00
Sébastien Helleu
e3ff69d669
core: improve help on option weechat.look.hotlist_count_max
2018-03-31 15:37:25 +02:00
Sébastien Helleu
11b4186f54
core: update translations (issue #1171 )
2018-03-31 13:56:49 +02:00
Sébastien Helleu
ce682bb02a
Merge pull request #1164 from wking/openssl-ecparam-out
...
doc: use '-out' instead of shell redirection for openssl ecparam
2018-03-31 12:06:02 +02:00
Sébastien Helleu
424c1b99fd
doc: add note about /fset completion in quickstart guide
2018-03-31 09:44:16 +02:00
Sébastien Helleu
9af0c04b88
doc: add fset plugin in quickstart guide
2018-03-31 09:18:26 +02:00
Sébastien Helleu
b143bc6829
doc: add keys F1/F2 to scroll buflist bar in quickstart guide
2018-03-31 09:18:26 +02:00
Sébastien Helleu
25b6dc4bf7
doc: remove sentences about /help in quickstart guide
2018-03-31 09:18:26 +02:00
Sébastien Helleu
c90572babe
irc: send whole IRC message including IRCv3 tags in the signals irc_in, irc_in2, irc_raw_in and irc_raw_in2 (issue #787 )
2018-03-25 20:05:12 +02:00
Sébastien Helleu
10f5f6d3ae
core: update translations
2018-03-25 10:23:19 +02:00
Sébastien Helleu
330e13ac61
doc: update Ruby version in dependencies (user's guide)
2018-03-22 21:25:00 +01:00
Sébastien Helleu
8fd13eefb9
doc: update PHP packages in dependencies (user's guide)
2018-03-22 21:22:32 +01:00
Sébastien Helleu
667c9364ed
doc: add more info about the reload callback in function config_new (plugin API reference)
2018-03-20 21:51:13 +01:00
W. Trevor King
5d91765da7
doc: use '-out' instead of shell redirection for openssl ecparam
...
Generated with:
$ sed -i 's|openssl ecparam -genkey -name prime256v1 >~/.weechat/ecdsa.pem|openssl ecparam -genkey -name prime256v1 -out ~/.weechat/ecdsa.pem|' $(git grep -l 'openssl ecparam')
There's no reason to involve shell redirection, which we've had since
88073243 (doc: add instructions for SASL "ecdsa-nist256p-challenge",
2015-01-21). We already use -in or -out for our other openssl
invocations, as shown by:
$ git grep 'openssl.*\(<\|>\|-in\|-out\)'
2018-03-19 15:55:34 -07:00
Sébastien Helleu
062051acb3
core: improve help of option weechat.completion.partial_completion_alert
2018-03-19 21:55:06 +01:00
Sébastien Helleu
671ffbe352
core: update translations
2018-03-19 21:50:21 +01:00
Sébastien Helleu
fc584316da
core: split man pages weechat and weechat-headless
2018-03-19 19:38:44 +01:00
Sébastien Helleu
8e7f5ea6e8
core: fix build with CMake and Ninja
2018-03-18 11:49:15 +01:00
Sébastien Helleu
78f5a73d94
doc: replace "rm -f" by "$(RM)" in makefiles
2018-03-11 20:59:41 +01:00
Sébastien Helleu
3dacb43f0c
doc: create symbolic links for weechat-headless man page in autotools
2018-03-11 20:59:13 +01:00
Sébastien Helleu
5d6eb3f010
doc: fix cmake target names for man pages
2018-03-11 19:45:29 +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
Sébastien Helleu
15723bccdf
doc: update dependencies for PHP plugin in user's guide (issue #1154 )
2018-03-05 20:51:22 +01:00
Sébastien Helleu
7cd5d76a9f
doc: add a question about configuration sharing in FAQ
2018-03-04 07:55:47 +01:00
Sébastien Helleu
5768b2060c
doc: add more info about return value of function hdata_move (plugin API reference)
2018-03-01 21:57:46 +01:00
Sébastien Helleu
2af553cf80
core: fix description of command in /help upgrade
2018-02-19 21:28:09 +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
4545cc88b1
doc: rename callback name in example of function hook_process (plugin API reference)
2018-01-21 20:36:24 +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