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
e65d17eaf6
doc: update Polish auto-generated files
2016-04-27 19:59:08 +02:00
Krzysztof Korościk
7233fa7dc4
doc: update polish translation
2016-04-27 18:50:02 +02:00
Sébastien Helleu
54151a3480
core: update email of Krzysztof Korościk
2016-04-20 19:39:43 +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
cf6aca1619
core: add pointer in some callbacks ( closes #406 )
...
This pointer is the first argument received by callbacks, and the
existing argument "data" is now automatically freed by WeeChat when the
object containing the callback is removed.
With this new pointer, the linked list of callbacks in scripts has been
removed. This will improve speed of scripts (using a lot of hooks),
reduce memory used by scripts and reduce time to unload scripts.
Following functions are affected in the C API:
* exec_on_files
* config_new
* config_new_section
* config_new_option
* hook_command
* hook_command_run
* hook_timer
* hook_fd
* hook_process
* hook_process_hashtable
* hook_connect
* hook_print
* hook_signal
* hook_hsignal
* hook_config
* hook_completion
* hook_modifier
* hook_info
* hook_info_hashtable
* hook_infolist
* hook_hdata
* hook_focus
* unhook_all_plugin
* buffer_new
* bar_item_new
* upgrade_new
* upgrade_read
2016-03-21 18:11:21 +01:00
Sébastien Helleu
2da58ea2b7
exec: fix example in /help exec
2016-03-13 18:29:19 +01:00
Sébastien Helleu
f51b4219eb
doc: remove unneeded parentheses in quickstart guide
2016-03-10 21:52:14 +01:00
Sébastien Helleu
0be8e0828a
logger: add note on buffer local variables to use in /help logger.file.mask
2016-03-09 18:45:07 +01:00
Sébastien Helleu
3cdecb08a2
doc: add command /disconnect in quickstart guide
2016-03-08 07:53:31 +01:00
Sébastien Helleu
5936272b4c
irc: complete help of SASL fail options
2016-02-25 07:35:12 +01:00
Sébastien Helleu
81ee0f43bb
core: update translations
2016-02-24 07:52:52 +01:00
Sébastien Helleu
c2aed4dd78
doc: translate instructions for CA file on Mac OS X in other languages (FAQ)
2016-02-17 15:10:53 +01:00
Sébastien Helleu
5554e40210
doc: update Polish auto-generated files
2016-02-16 19:39:38 +01:00
Krzysztof Korościk
3e7b1fa86c
doc: update polish quickstart guide
2016-02-16 18:03:04 +01:00
Sébastien Helleu
0e6a6a0334
core: move irc bar item "away" and two options to core ( closes #692 )
...
Options moved:
* "irc.look.item_away_message" --> "weechat.look.item_away_message"
* "irc.color.item_away" --> "weechat.color.item_away".
2016-02-15 13:36:16 +01:00
Sébastien Helleu
d05beeff0e
core: add note about options to save config/layout on exit in help of commands /layout, /save and /quit ( closes #687 )
2016-02-12 07:39:38 +01:00
Sébastien Helleu
45a1174000
relay: fix the max number of clients connected on a port, allow value 0 for "no limit" ( closes #669 )
2016-02-08 21:14:48 +01:00
Sébastien Helleu
de35dbab99
doc: add secured data in quickstart guide
2016-01-29 07:44:19 +01:00
Sébastien Helleu
59e326da65
core: update translations
2016-01-17 08:54:23 +01:00
Sébastien Helleu
8e280f8e4e
doc: update Polish auto-generated files
2016-01-08 07:33:18 +01:00
Sébastien Helleu
3b89c8cf44
doc: remove trailing whitespace in Polish docs
2016-01-08 07:32:34 +01:00
Sébastien Helleu
77589756aa
doc: update copyright dates in Polish docs
2016-01-08 07:31:49 +01:00
Krzysztof Korościk
eb3e1c3bec
doc: Polish translation update
2016-01-07 22:13:17 +01:00
Sébastien Helleu
5fd091fcc8
doc: update auto-generated files with WeeChat options
2016-01-06 19:40:56 +01:00
Sébastien Helleu
3d0a7451d8
irc: remove argument "clear" from command /cap (issue #8 , closes #641 )
2016-01-03 09:01:43 +01:00
Sébastien Helleu
522dcf133c
irc: evaluate content of server option "addresses"
2016-01-02 10:12:40 +01:00
Sébastien Helleu
3330724574
core: update copyright dates
2016-01-01 11:09:53 +01:00
Sébastien Helleu
ed32302011
irc: move option irc.network.alternate_nick into servers ( closes #633 )
2015-12-24 20:36:05 +01:00
Sébastien Helleu
c4e3d66ba5
core: add a parent name in options ( closes #629 )
...
Inherited values are now displayed in /set output when the value is
null, if a parent option name is defined in option.
New option: weechat.color.chat_value_null
2015-12-24 07:53:37 +01:00
Sébastien Helleu
2e5489b389
doc: update auto-generated files with irc options
2015-12-24 07:31:21 +01:00
Sébastien Helleu
b5ef916564
doc: update auto-generated files with hdata
2015-12-20 10:40:04 +01:00
Sébastien Helleu
d97fc56f4a
doc: update auto-generated files with relay options
2015-12-20 08:26:22 +01:00
Sébastien Helleu
e6e8f34b4a
script: update help on /script search
2015-12-10 07:06:21 +01:00
Sébastien Helleu
e734914380
script: add completion with languages and extensions, support search by language/extension in /script search
2015-12-09 07:40:16 +01:00
Sébastien Helleu
6f0151e128
fifo: add /fifo command
2015-12-02 19:46:34 +01:00
Sébastien Helleu
10f0873bee
doc: change key bindings examples in docs
2015-11-15 12:35:36 +01:00
Sébastien Helleu
b492c1b1e2
core: add "tmux" and "tmux-256color" in supported $TERM values ( closes #519 )
2015-11-12 21:25:28 +01:00
Sébastien Helleu
99ebccad3f
core: fix example in /help key
2015-11-04 18:14:07 +01:00
Sébastien Helleu
98654f148d
doc: improve note about mouse events caught by weechat (user's guide)
2015-10-24 19:56:48 +02:00
Sébastien Helleu
995eb1f004
irc: add "cap-notify" in list of supported capabilities (/help cap)
2015-10-18 19:19:03 +02:00
Sébastien Helleu
9489443527
doc: update auto-generated files with hdata
2015-10-18 12:19:01 +02:00
Sébastien Helleu
fab0d4e740
core: add option weechat.look.paste_auto_add_newline ( closes #543 )
2015-10-03 12:08:30 +02:00
Sébastien Helleu
dfb0836484
doc: sort distributions by name in user's guide
2015-09-26 10:32:34 +02:00