summaryrefslogtreecommitdiff
path: root/doc/ja
AgeCommit message (Collapse)Author
2020-06-30doc: harmonize example of pointers in plugin API reference and relay protocolSébastien Helleu
2020-06-30api: add pointer "_bar_window" in hashtable sent to hook focus callback ↵Sébastien Helleu
(closes #1450)
2020-06-29doc: fix typo (relay protocol)Sébastien Helleu
2020-06-26relay: add missing field "notify_level" in message "_buffer_line_added" ↵Sébastien Helleu
(issue #1529)
2020-06-21core: add bar option "color_bg_inactive" (issue #732)Sébastien Helleu
2020-06-20irc: add support of UTF8MAPPING, add support of optional server in info ↵Sébastien Helleu
"irc_is_nick" (closes #1528)
2020-06-20tests: add tests on IRC function irc_channel_is_channelSébastien Helleu
2020-06-13javascript: disable build by default and remove Debian packaging of ↵Sébastien Helleu
JavaScript plugin (issue #360)
2020-06-06doc: add URL to the Debian download page in user's guideSébastien Helleu
2020-06-03doc: update auto-generated files (issue #1250)Sébastien Helleu
2020-06-01doc: add missing p-path pointer in hdata example (relay protocol)Sébastien Helleu
2020-06-01doc: fix example of NULL pointer (relay protocol)Sébastien Helleu
2020-05-30doc: use a single line for some object examples (relay protocol)Sébastien Helleu
2020-05-27doc: mention callback argument "callback_pointer" in differences with C API ↵Sébastien Helleu
(scripting guide)
2020-05-21doc: add missing "id" in commands input, sync, desync, ping and quit (relay ↵Sébastien Helleu
protocol)
2020-05-21core: add base 16/32/64 encoding/decoding in evaluation of expressionsSébastien Helleu
2020-05-16core: update translations (closes #1245, closes #1257)Sébastien Helleu
2020-05-16core: add color in /buffer output for notification level, update ↵Sébastien Helleu
translations (issue #1505)
2020-05-16core: add bar items with nicklist groups and nicks/groups (closes #1506)Sébastien Helleu
The bar item "buffer_nicklist_count" is now the number of displayed nicks only (not groups). New bar items: - "buffer_nicklist_count_groups": number of groups displayed - "buffer_nicklist_count_all": number of nicks and groups displayed
2020-05-16doc: add missing arguments in "info" command (English and Japanese relay ↵Sébastien Helleu
protocol)
2020-05-12relay: increase default limits for IRC backlog optionsSébastien Helleu
Default value is changed for the following options: * relay.irc.backlog_max_minutes: from 1440 to 0 (unlimited) * relay.irc.backlog_max_number: from 256 to 1024
2020-05-10core: add default key alt-enter to insert a newline (issue #1498)Sébastien Helleu
2020-05-09core: add an option for multiline input in a buffer (closes #984)Trygve Aaberge
This allows the input callback function for a buffer to receive multiple lines at once, instead of the message being split on newline before being sent to the callback. It adds a new flag, input_multiline, to control this. This flag defaults to 0 which is the current behavior.
2020-05-09api: use buffer pointer in argument "modifier_data" sent to weechat_print ↵Sébastien Helleu
modifier callback (closes #42)
2020-05-08core: rename functions hook_completion_{get_string|list_add} to ↵Sébastien Helleu
completion_{get_string|list_add} Old functions are kept for compatibility reasons.
2020-05-05core: add include comparison operators in evaluation of expressionsSébastien Helleu
New comparison operators: - "==*": is matching mask, case sensitive (wildcard "*" is allowed) - "!!*": is NOT matching mask, case sensitive (wildcard "*" is allowed) - "==-": is included, case sensitive - "!!-": is NOT included, case sensitive - "=-": is included, case insensitive - "!-": is NOT included, case insensitive
2020-05-03doc: remove extra separator lines in auto-generated filesSébastien Helleu
2020-05-03doc: merge 53 autogen files into 11 files, move them to includes directorySébastien Helleu
2020-05-02doc: fix path of cmdline_options.XX.adoc and man.XX.adoc (developer's guide)Sébastien Helleu
2020-05-02doc: move files cmdline_options.xx.adoc and man.xx.adoc into "includes" ↵Sébastien Helleu
directory
2020-05-02doc: merge files man_*.xx.adoc into a single file man.xx.adocSébastien Helleu
2020-05-02doc: merge files cmdline_options_debug.xx.adoc into cmdline_options.xx.adocSébastien Helleu
2020-05-02doc: add missing key "compression" in handshake responses (relay protocol)Sébastien Helleu
2020-05-02relay: add "compression" in response to handshake command (weechat protocol)Sébastien Helleu
The value can be "zlib" (default in relay) or "off".
2020-05-02doc: add examples of command responses in relay protocolSébastien Helleu
2020-04-29doc: improve indenting in examples (relay protocol)Sébastien Helleu
2020-04-28relay: add command "completion" in weechat relay protocol (closes #1484)Sébastien Helleu
2020-04-28api: return integer in function gui_completion_search (issue #1484)Sébastien Helleu
2020-04-27api: add hdata "completion_word" (issue #1484)Sébastien Helleu
2020-04-27api: add functions completion_new, completion_search and completion_free ↵Sébastien Helleu
(issue #1484)
2020-04-25doc: protect monospace text with plus characters (relay protocol)Sébastien Helleu
2020-04-25doc: protect monospace text with plus characters (plugin API reference)Sébastien Helleu
2020-04-25doc: protect monospace text with plus characters (FAQ)Sébastien Helleu
2020-04-25doc: protect monospace text with plus characters (scripting guide)Sébastien Helleu
2020-04-24doc: protect monospace text with plus characters (user's guide)Sébastien Helleu
2020-04-24doc: fix markup error in function hdata_update (plugin API reference)Sébastien Helleu
2020-04-24core: add default key alt-shift-N to toggle nicklist barSébastien Helleu
2020-04-24buflist: add default key alt-shift-B to toggle buflistSébastien Helleu
2020-04-24buflist: add options enable/disable/toggle in command /buflistSébastien Helleu
2020-04-19core: add command line option "--stdout" in weechat-headless binary (closes ↵Sébastien Helleu
#1475, closes #1477)