Sébastien Helleu
499b9be1fb
relay: add option relay.network.allow_empty_password ( closes #735 )
2016-05-18 07:55:03 +02:00
Sébastien Helleu
ec86e1ac85
core: update French translations
2016-05-18 07:47:45 +02:00
Sébastien Helleu
adf6ed3f67
doc: fix source-highlighter in autotools (issue #722 )
2016-05-15 09:01:49 +02:00
Sébastien Helleu
b7bdbbdc50
core: rename .asciidoc files to .adoc (issue #722 )
2016-05-15 08:52:19 +02:00
Sébastien Helleu
81fa60a23a
doc: fix styles in auto-generated doc files (issue #722 )
2016-05-14 23:44:36 +02:00
Sébastien Helleu
c5f6aad66f
core: require asciidoctor 1.5.4 instead of 1.5.0 (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
72982152aa
doc: fix size of tables and columns in plugin API reference
2016-05-14 09:42:57 +02:00
Sébastien Helleu
7742fee19f
doc: fix styles in plugin API reference (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
5f8ae3e12e
doc: increase toclevels and sectnumlevels in user's guide (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
b05382e6f2
doc: enable section numbering in tester's guide (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
bc98d43c08
doc: fix styles in user's guide (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
c2c3ecb3f7
doc: fix style in tip about mouse events (user's guide) (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
4180ddff0f
doc: use a table for input of IRC color codes in user's guide (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
f8f313569c
doc: fix style of key bindings in user's guide (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
b11d1408aa
doc: improve source of table with dependencies in user's guide
2016-05-14 09:42:57 +02:00
Sébastien Helleu
67250aa2bb
doc: replace asciidoc by asciidoctor in user's guide (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
8cb857cedb
doc: make list of functions/constants more readable in scripting guide
2016-05-14 09:42:57 +02:00
Sébastien Helleu
9a3da9a4a3
doc: enable section numbering in scripting guide (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
c5c7539406
doc: fix styles in scripting guide (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
048ad82672
doc: fix styles in tester guide (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
93b71769cd
doc: fix styles in quickstart guide (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
171f9a9fc8
doc: fix styles in FAQ (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
de24a7cb7b
doc: fix styles in man page (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
220bd837ae
doc: use asciidoctor instead of asciidoc (issue #722 )
2016-05-14 09:42:57 +02:00
Sébastien Helleu
e94e4a92f4
doc: add arvg[2] in example of function string_split_command (plugin API reference)
2016-05-11 07:41:44 +02:00
Sébastien Helleu
5968460671
doc: add a question about security in FAQ
2016-05-03 21:42:24 +02:00
Sébastien Helleu
31864f562d
doc: update Ruby and Lua versions in user's guide
2016-05-02 21:02:22 +02:00
Sébastien Helleu
881f258d3e
doc: update auto-generated files with URL options
2016-05-01 08:46:46 +02:00
Sébastien Helleu
b0aa0d3602
doc: fix typo in plugin API reference
2016-04-28 07:32:01 +02:00
Sébastien Helleu
51c3e0b9ec
api: add support of functions in hook_process
2016-04-23 13:59:20 +02:00
Sébastien Helleu
ca80d4fae7
doc: convert a note into asciidoc "[NOTE]" in tester's guide
2016-04-17 14:34:03 +02:00
Sébastien Helleu
906c6ebb61
doc: mask SASL mechanisms dh-blowfish and dh-aes as "insecure"
2016-04-14 07:30:49 +02:00
Sébastien Helleu
24c035ae9d
doc: convert a note into asciidoc "[NOTE]" in user's guide
2016-04-11 07:40:57 +02:00
Sébastien Helleu
5b62903772
core: set default value "djb2" for option weechat.look.nick_color_hash
2016-04-06 07:29:50 +02:00
Sébastien Helleu
fabd48cc6c
core: move nick coloring from irc plugin to core ( closes #262 )
...
Options moved from irc.conf to weechat.conf:
* "irc.look.nick_color_force" moved to "weechat.look.nick_color_force"
* "irc.look.nick_color_hash" moved to "weechat.look.nick_color_hash"
* "irc.look.nick_color_stop_chars" moved to
"weechat.look.nick_color_stop_chars"
New info (for API function "info_get"):
* "nick_color" (replaces "irc_nick_color")
* "nick_color_name" (replaced "irc_nick_color_name")
Info "irc_nick_color" and "irc_nick_color_name" are now deprecated.
And a bug has been fixed in nick coloring: stop chars are removed before
looking at a forced color.
2016-04-05 07:56:43 +02:00
Sébastien Helleu
18bf12f452
doc: describe return code according to option type in config functions (plugin API reference)
2016-04-03 11:03:15 +02:00
Sébastien Helleu
1f08e7cb56
doc: add note about version 1.5 in config functions (plugin API reference)
2016-03-29 10:26:35 +02:00
Sébastien Helleu
b0c45b2127
doc: add callback pointer in doc of function bar_item_new (plugin API reference)
2016-03-28 14:24:22 +02:00
Sébastien Helleu
61ffaa88f0
doc: add note about version 1.5 in some functions (plugin API reference)
2016-03-28 14:09:19 +02:00
Sébastien Helleu
c1a9ab6731
doc: remove comments in example of function hook_command (plugin API reference)
2016-03-28 13:33:01 +02:00
Sébastien Helleu
c40137c48e
doc: add missing callback_pointer in hook functions (plugin API reference)
2016-03-28 13:29:41 +02:00
Sébastien Helleu
bd0d8d5a1c
doc: add missing pointer in examples (plugin API reference)
2016-03-28 13:13:28 +02:00
Sébastien Helleu
5210ff1ae9
doc: fix typos in config functions (plugin API reference)
2016-03-28 13:06:04 +02:00
Sébastien Helleu
75243a46a1
doc: add missing quotes in plugin API reference
2016-03-28 11:15:12 +02:00
Sébastien Helleu
4fa2edc865
doc: add callback pointer in doc of upgrade functions (plugin API reference)
2016-03-28 11:09:50 +02:00
Sébastien Helleu
8de6f212ca
doc: add callback pointer in doc of function buffer_new (plugin API reference)
2016-03-27 11:25:56 +02:00
Sébastien Helleu
c5bb723298
doc: update doc of function exec_on_files (plugin API reference)
2016-03-27 11:08:04 +02:00
Sébastien Helleu
eae12192c9
doc: add callback pointer in doc of config functions (plugin API reference)
2016-03-26 09:51:32 +01:00
Sébastien Helleu
498662c777
doc: add pointer in hook callback examples (plugin API reference)
2016-03-25 14:18:51 +01:00
Sébastien Helleu
0b697629d5
doc: fix arguments in hook functions (plugin API reference)
2016-03-24 11:02:25 +01:00