Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-14 | doc: enable section numbering in relay protocol (issue #722) | Sébastien Helleu | |
2016-05-14 | doc: enable section numbering in scripting guide (issue #722) | Sébastien Helleu | |
2016-05-14 | doc: fix styles in relay protocol (issue #722) | Sébastien Helleu | |
2016-05-14 | doc: fix styles in scripting guide (issue #722) | Sébastien Helleu | |
2016-05-14 | doc: fix styles in tester guide (issue #722) | Sébastien Helleu | |
2016-05-14 | doc: fix styles in quickstart guide (issue #722) | Sébastien Helleu | |
2016-05-14 | doc: fix styles in FAQ (issue #722) | Sébastien Helleu | |
2016-05-14 | doc: fix styles in developer's guide (issue #722) | Sébastien Helleu | |
2016-05-14 | doc: fix styles in man page (issue #722) | Sébastien Helleu | |
2016-05-14 | doc: use asciidoctor instead of asciidoc (issue #722) | Sébastien Helleu | |
2016-05-11 | doc: add arvg[2] in example of function string_split_command (plugin API ↵ | Sébastien Helleu | |
reference) | |||
2016-05-06 | doc: update Japanese translations (#728) | l | |
2016-05-03 | doc: add a question about security in FAQ | Sébastien Helleu | |
2016-05-02 | doc: update Ruby and Lua versions in user's guide | Sébastien Helleu | |
2016-05-01 | doc: update auto-generated files with URL options | Sébastien Helleu | |
2016-04-28 | doc: fix typo in plugin API reference | Sébastien Helleu | |
2016-04-26 | doc: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-04-23 | api: add support of functions in hook_process | Sébastien Helleu | |
2016-04-17 | doc: convert a note into asciidoc "[NOTE]" in tester's guide | Sébastien Helleu | |
2016-04-15 | doc: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-04-14 | doc: mask SASL mechanisms dh-blowfish and dh-aes as "insecure" | Sébastien Helleu | |
2016-04-11 | doc: convert a note into asciidoc "[NOTE]" in user's guide | Sébastien Helleu | |
2016-04-09 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2016-04-08 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-04-06 | core: set default value "djb2" for option weechat.look.nick_color_hash | Sébastien Helleu | |
2016-04-05 | core: move nick coloring from irc plugin to core (closes #262) | Sébastien Helleu | |
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-03 | doc: describe return code according to option type in config functions ↵ | Sébastien Helleu | |
(plugin API reference) | |||
2016-03-30 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2016-03-29 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-03-29 | doc: add note about version 1.5 in config functions (plugin API reference) | Sébastien Helleu | |
2016-03-28 | doc: add callback pointer in doc of function bar_item_new (plugin API reference) | Sébastien Helleu | |
2016-03-28 | doc: add note about version 1.5 in some functions (plugin API reference) | Sébastien Helleu | |
2016-03-28 | doc: remove comments in example of function hook_command (plugin API reference) | Sébastien Helleu | |
2016-03-28 | doc: add missing callback_pointer in hook functions (plugin API reference) | Sébastien Helleu | |
2016-03-28 | doc: add missing pointer in examples (plugin API reference) | Sébastien Helleu | |
2016-03-28 | doc: fix typos in config functions (plugin API reference) | Sébastien Helleu | |
2016-03-28 | doc: add missing quotes in plugin API reference | Sébastien Helleu | |
2016-03-28 | doc: add callback pointer in doc of upgrade functions (plugin API reference) | Sébastien Helleu | |
2016-03-27 | doc: add callback pointer in doc of function buffer_new (plugin API reference) | Sébastien Helleu | |
2016-03-27 | doc: update doc of function exec_on_files (plugin API reference) | Sébastien Helleu | |
2016-03-26 | doc: add callback pointer in doc of config functions (plugin API reference) | Sébastien Helleu | |
2016-03-25 | doc: add pointer in hook callback examples (plugin API reference) | Sébastien Helleu | |
2016-03-24 | doc: fix arguments in hook functions (plugin API reference) | Sébastien Helleu | |
2016-03-24 | doc: add argument "subplugin" in function unhook_all (plugin API reference) | Sébastien Helleu | |
2016-03-23 | doc: add callback pointer in doc of hook functions (plugin API reference) | Sébastien Helleu | |
2016-03-21 | core: add pointer in some callbacks (closes #406) | Sébastien Helleu | |
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-18 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2016-03-19 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-03-14 | doc: fix typos in plugin API reference | Sébastien Helleu | |
2016-03-13 | exec: fix example in /help exec | Sébastien Helleu | |