Sébastien Helleu
17d20b9ca6
doc: add argument "subplugin" in function unhook_all (plugin API reference)
2016-03-24 09:25:04 +01:00
Sébastien Helleu
293f758a3a
doc: add callback pointer in doc of hook functions (plugin API reference)
2016-03-23 13:51:15 +01: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
6d764b64c5
doc: update Japanese auto-generated files
2016-03-18 23:48:48 +01:00
AYANOKOUZI, Ryuunosuke
243f4a166d
core: update Japanese translations
2016-03-19 09:00:00 +09: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
fa5d6c17f5
doc: fix typos in plugin API reference
2016-03-14 20:11:59 +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
376c3fc6eb
doc: update Japanese auto-generated files
2016-03-07 22:05:04 +01:00
AYANOKOUZI, Ryuunosuke
da8cf92776
core: update Japanese translations
2016-03-07 09:00:00 +09:00
Sébastien Helleu
a4d1dfa8f4
relay: do not execute any command received from an irc relay client ( closes #699 )
2016-03-05 10:59:37 +01:00
Sébastien Helleu
28737c9de1
doc: fix typo in quickstart guide
2016-03-04 20:03:45 +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
87d42c35c5
doc: update Japanese auto-generated files
2016-02-20 12:01:26 +01:00
AYANOKOUZI, Ryuunosuke
7169884edc
core: update Japanese translations
2016-02-20 09:00:00 +09: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
Artiom Di
0b79510b75
doc: fix instructions about getting correct CA file on Mac OS X (FAQ)
2016-02-17 15:10:47 +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
68e72f2693
doc: update German and Japanese auto-generated files
2016-02-13 09:30:00 +01:00
AYANOKOUZI, Ryuunosuke
ab04be6b7a
core: update Japanese translations
2016-02-12 09:00:00 +09: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
b983cc2943
doc: update Japanese auto-generated files
2016-02-09 07:28:08 +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
c8710e28cb
doc: fix typo in English quickstart guide
2016-01-30 10:28:13 +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
cd23a5fa92
doc: add an example in function string_split (plugin API reference)
2016-01-24 08:03:55 +01:00
Sébastien Helleu
0bdf148491
core: fix French translation of /help ctcp
2016-01-17 09:41:46 +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
16b2ac36b3
doc: update Japanese auto-generated files
2016-01-11 07:34:49 +01:00
AYANOKOUZI, Ryuunosuke
43e8d052a4
core: update Japanese translations
2016-01-11 09:00:00 +09: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
0ee5e7e9bc
doc: update copyright dates in German docs
2016-01-06 05:40:08 +01:00
Sébastien Helleu
9f169a7fb5
doc: update Japanese auto-generated files
2016-01-05 00:17:28 +01:00