summaryrefslogtreecommitdiff
path: root/doc/ja/weechat_plugin_api.ja.asciidoc
AgeCommit message (Collapse)Author
2016-05-15core: rename .asciidoc files to .adoc (issue #722)Sébastien Helleu
2016-05-14doc: fix size of tables and columns in plugin API referenceSébastien Helleu
2016-05-14doc: fix styles in plugin API reference (issue #722)Sébastien Helleu
2016-05-14doc: use asciidoctor instead of asciidoc (issue #722)Sébastien Helleu
2016-05-11doc: add arvg[2] in example of function string_split_command (plugin API ↵Sébastien Helleu
reference)
2016-04-28doc: fix typo in plugin API referenceSébastien Helleu
2016-04-26doc: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-04-23api: add support of functions in hook_processSébastien Helleu
2016-04-08core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-04-03doc: describe return code according to option type in config functions ↵Sébastien Helleu
(plugin API reference)
2016-03-29core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-03-29doc: add note about version 1.5 in config functions (plugin API reference)Sébastien Helleu
2016-03-28doc: add callback pointer in doc of function bar_item_new (plugin API reference)Sébastien Helleu
2016-03-28doc: add note about version 1.5 in some functions (plugin API reference)Sébastien Helleu
2016-03-28doc: remove comments in example of function hook_command (plugin API reference)Sébastien Helleu
2016-03-28doc: add missing callback_pointer in hook functions (plugin API reference)Sébastien Helleu
2016-03-28doc: add missing pointer in examples (plugin API reference)Sébastien Helleu
2016-03-28doc: fix typos in config functions (plugin API reference)Sébastien Helleu
2016-03-28doc: add missing quotes in plugin API referenceSébastien Helleu
2016-03-28doc: add callback pointer in doc of upgrade functions (plugin API reference)Sébastien Helleu
2016-03-27doc: add callback pointer in doc of function buffer_new (plugin API reference)Sébastien Helleu
2016-03-27doc: update doc of function exec_on_files (plugin API reference)Sébastien Helleu
2016-03-26doc: add callback pointer in doc of config functions (plugin API reference)Sébastien Helleu
2016-03-25doc: add pointer in hook callback examples (plugin API reference)Sébastien Helleu
2016-03-24doc: fix arguments in hook functions (plugin API reference)Sébastien Helleu
2016-03-24doc: add argument "subplugin" in function unhook_all (plugin API reference)Sébastien Helleu
2016-03-23doc: add callback pointer in doc of hook functions (plugin API reference)Sébastien Helleu
2016-03-14doc: fix typos in plugin API referenceSébastien Helleu
2016-03-07core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-03-05relay: do not execute any command received from an irc relay client (closes ↵Sébastien Helleu
#699)
2016-01-24doc: add an example in function string_split (plugin API reference)Sébastien Helleu
2016-01-05core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-12-27doc: fix example for function hdata_search (plugin API reference)Sébastien Helleu
2015-12-25core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-12-24core: add a parent name in options (closes #629)Sébastien Helleu
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-17doc: update examples of function hook_command_run (plugin API reference)Sébastien Helleu
2015-11-22core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-08-26core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-08-22core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-08-22api: add function string_hex_dump()Sébastien Helleu
2015-08-18api: add argument "length" in function utf8_is_valid()Sébastien Helleu
2015-08-14irc: add option irc.network.channel_encode (issue #218, issue #482)Sébastien Helleu
This is a workaround (disabled by default) to join and chat on ISO encoded channels (or another charset different from UTF-8). This option may be removed in future if a better solution is implemented.
2015-07-25core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-07-18core: fix crash if a file descriptor used in hook_fd() is too high (> 1024 ↵Sébastien Helleu
on Linux/BSD) (closes #465) The calls to select() are replaced by poll(), which doesn't have limitation on file descriptor number.
2015-07-13core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-07-04api: fix type of value returned by function util_get_time_stringSébastien Helleu
2015-07-04doc: update functions strcasestr, utf8_prev_char, utf8_next_char and ↵Sébastien Helleu
utf8_add_offset in plugin API reference
2015-07-04api: fix type of value returned by functions utf8_prev_char, utf8_next_char ↵Sébastien Helleu
and utf8_add_offset
2015-07-03api: fix type of value returned by function strcasestrSébastien Helleu
2015-06-30api: add support of evaluated sub-strings and current date/time in function ↵Sébastien Helleu
string_eval_expression() and command /eval