summaryrefslogtreecommitdiff
path: root/doc/ja/weechat_plugin_api.ja.asciidoc
AgeCommit message (Collapse)Author
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
2015-06-27irc: decode/encode only text in IRC messages and not the headers (bug ↵Sébastien Helleu
#29886, closes #218, closes #451)
2015-06-24doc: update examples for functon string_eval_path_home() in plugin API referenceSébastien Helleu
2015-06-24api: add function string_eval_path_home()Sébastien Helleu
2015-06-09core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-06-06core: add signal "signal_sighup"Sébastien Helleu
2015-05-03core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-05-01core: add signals "signal_sigterm" and "signal_sigquit" (closes #114)Sébastien Helleu
2015-04-29core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-04-26api: add support of environment variables in function ↵Sébastien Helleu
string_eval_expression() and command /eval (issue #388)
2015-04-26doc: fix typo in function string_eval_expression (plugin API reference)Sébastien Helleu
2015-04-26core: add support of full color option name in command /eval and API ↵Sébastien Helleu
function string_eval_expression()
2015-04-26api: add support of full color option name in function color()Sébastien Helleu
2015-04-22core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-04-19api: add "_chat_line" (line pointer) in hashtable of hook_focusSébastien Helleu
2015-03-28doc: fix links in plugin API referenceSébastien Helleu
2015-03-07doc: add Javascript plugin in docsSébastien Helleu
2015-02-23core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-01-27doc: fix description of function "command" in plugin API referenceSébastien Helleu
2015-01-18core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-01-15core: add priority in plugins to initialize them in orderSébastien Helleu
Current order is: charset, logger, exec, trigger, aspell, alias, fifo, xfer, irc, relay, guile/lua/perl/python/ruby/tcl, script.
2015-01-12doc: add translators in docs, move table of contents on the left, build HTML5Sébastien Helleu
2014-12-21core: replace irc.freenode.net by chat.freenode.netMikaela Suomalainen
Freenode wants people to use chat.freenode.net instead of irc.freenode.net which is alias to chat.freenode.net.
2014-12-13core: use https for WeeChat URLsSébastien Helleu
2014-11-22core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-11-22api: return value in function command(), remove WeeChat error after command ↵Sébastien Helleu
callback if return code is WEECHAT_RC_ERROR
2014-11-10core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-11-01core: add signals "mouse_enabled" and "mouse_disabled" (closes #244)Sébastien Helleu
2014-10-25core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-10-22api: add regex replace feature in function string_eval_expressionSébastien Helleu
2014-08-31core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-08-29api: use microseconds instead of milliseconds in functions util_timeval_diff ↵Sébastien Helleu
and util_timeval_add
2014-08-12doc: add example with "callback_free_key" in function hashtable_set_pointer ↵Sébastien Helleu
(plugin API reference)
2014-08-02core: fix result of hash function (in hashtables) on 32-bit systemsSébastien Helleu
2014-07-26core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-07-26doc: fix examples of function string_format_size (plugin API reference)Sébastien Helleu
2014-07-21doc: add missing tag "host_xxx" in function printf_date_tags (plugin API ↵Sébastien Helleu
reference)
2014-07-06core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-07-05doc: fix style of C/Python examples in docsSébastien Helleu
2014-07-05core: return only -1, 0 or 1 in string comparison functionsSébastien Helleu
2014-07-01core: remove "www" in weechat.org URLsSébastien Helleu
2014-06-12core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2014-06-11doc: add evaluated expression for argument "condition" in function bar_new ↵Sébastien Helleu
(plugin API reference)