1279 Commits

Author SHA1 Message Date
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
4bed85ec9e doc: update German auto-generated files 2016-03-15 07:35:52 +01:00
Nils Görs
e3b18b9961 core: update German translations 2016-03-14 21:06:39 +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
8ffb4ab6a2 doc: update German auto-generated files 2016-02-27 08:19:22 +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
548ee73423 doc: update German auto-generated files 2016-02-19 18:14:47 +01:00
Nils Görs
14dbc6212b core: update German translations 2016-02-19 18:00:36 +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
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
68e72f2693 doc: update German and Japanese auto-generated files 2016-02-13 09:30:00 +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
ca835a6d26 doc: update German auto-generated files 2016-02-10 07:33:28 +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
Nils Görs
c9740a05f8 core: update German translations 2016-01-30 10:07:47 +01:00
Sébastien Helleu
de35dbab99 doc: add secured data in quickstart guide 2016-01-29 07:44:19 +01:00
Sébastien Helleu
b058a81f59 doc: update German auto-generated files 2016-01-17 09:29:43 +01:00
Sébastien Helleu
59e326da65 core: update translations 2016-01-17 08:54:23 +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
0ee5e7e9bc doc: update copyright dates in German docs 2016-01-06 05:40:08 +01:00
Sébastien Helleu
6e86f667da doc: update German auto-generated files 2016-01-04 07:42:36 +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
c12e1b2446 doc: update German auto-generated files 2016-01-03 08:53:12 +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
d52d82543a doc: update German auto-generated files 2015-12-25 11:55:40 +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
c3c77799c1 doc: update German auto-generated files 2015-12-20 10:12:19 +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
2022aa0df2 doc: update German auto-generated files 2015-12-14 19:59:23 +01:00
Nils Görs
a1cd46ff3e core: update German translations 2015-12-13 12:29:32 +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
0beca1915c doc: update German auto-generated files 2015-12-04 07:27:05 +01:00
Sébastien Helleu
6f0151e128 fifo: add /fifo command 2015-12-02 19:46:34 +01:00
Sébastien Helleu
c7b781bc54 doc: update German auto-generated files 2015-11-22 09:39:35 +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
Nils Görs
a685edf17f core: update German translations 2015-10-28 18:20:50 +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
d5047b012d doc: update German auto-generated files 2015-10-24 12:59:38 +02:00
Sébastien Helleu
1e675e8b45 doc: update German auto-generated files 2015-10-19 07:43:45 +02:00