summaryrefslogtreecommitdiff
path: root/doc/ja
AgeCommit message (Collapse)Author
2023-07-14doc/api: fix return value in case of error in function hdata_get_var_offsetSébastien Helleu
2023-07-12irc: evaluate options irc.ctcp.* (issue #1974)Sébastien Helleu
2023-07-08irc: remove Git revision and compilation date from CTCP VERSION/FINGER reply ↵Sébastien Helleu
(issue #1974)
2023-07-08core: add option type "enum" (closes #1973)Sébastien Helleu
The type "enum" replaces type "integer" when used with string values. For compatibility, any option created with type "integer" and string values is automatically created to "enum" on creation, with no error.
2023-06-27doc/faq: mention script go.py for an easy jump to buffersSébastien Helleu
2023-06-26core: add variables "_chat_focused_line_bol" and "_chat_focused_line_eol" in ↵Sébastien Helleu
focus data (closes #1955) These variables are the same as "_chat_bol" and "_chat_eol" except that they stop at the beginning of the focused line (not the whole message displayed, in case message has multiple lines separated by "\n").
2023-06-15doc/user: fix URL to plugin API referenceSébastien Helleu
2023-06-12doc/user: update dependencies versions to Debian BookwormSébastien Helleu
2023-06-12doc/user: fix description of key ctrl+q in search contextSébastien Helleu
2023-06-05doc/relay: add option "escape_commands" in handshake response and examplesSébastien Helleu
2023-06-05tests: add tests on logger tail functions (issue #1926)Sébastien Helleu
2023-06-03doc/user: add new FIFO syntax (issue #1950)Sébastien Helleu
2023-06-03relay: add handshake option "escape_commands" in weechat protocolSébastien Helleu
2023-06-03doc: fix formatting issues with links that target a blank windowSébastien Helleu
2023-06-02tests: add tests on relay "irc" protocolSébastien Helleu
2023-06-02relay: add modifiers "relay_client_irc_in", "relay_client_irc_out1" and ↵Sébastien Helleu
"relay_client_irc_out"
2023-05-26doc/user: rewrite IRC smart filter chapter, add detail on all filtered messagesSébastien Helleu
2023-05-23doc/user: move IRCv3 chapter outside "Servers"Sébastien Helleu
2023-05-23irc: add support of capability "echo-message" (closes #139)Sébastien Helleu
2023-05-22tests: separate prefix from message in recorded messagesSébastien Helleu
The record functions are moved to tests-record.cpp.
2023-05-20logger: add option logger.file.log_conditions (closes #1942)Sébastien Helleu
2023-05-20doc: move toc and section asciidoctor attributes from docs to CMakeLists.txtSébastien Helleu
2023-05-16doc/api: add note about hashtable removal in function info_get_hashtableSébastien Helleu
2023-05-15irc: add modifier "irc_cap_sync_req" (closes #1767)Sébastien Helleu
2023-05-15doc/user: update note about chars replaced in IRC tags (trigger)Sébastien Helleu
2023-05-14irc: add support of capability "draft/multiline" (closes #1923)Sébastien Helleu
2023-05-13doc: group all CMake files into a single one to build all docs (all languages)Sébastien Helleu
2023-05-13core: add quotes around paths in CMake files (closes #29)Sébastien Helleu
2023-05-03irc: add support of capability "batch" (closes #1292)Sébastien Helleu
2023-05-01core: add options weechat.color.chat_status_disabled and ↵Sébastien Helleu
weechat.color.chat_status_enabled (issue #1820)
2023-04-25doc/api: add variable "_chat_focused_line" in function hook_focusSébastien Helleu
2023-04-25core: add cursor key l to quote focused lineTrygve Aaberge
Fixes #1913
2023-04-17doc/user: update links to release notesSébastien Helleu
2023-04-15doc/api: add more examples on function util_version_numberSébastien Helleu
2023-04-12irc: add support of RFC 7194 (default port 6697 for TLS) (issue #1903)Sébastien Helleu
2023-04-12relay: rename "ssl" options and protocol to "tls" (issue #1903)Sébastien Helleu
2023-04-12irc: rename "ssl" options to "tls" (issue #1903)Sébastien Helleu
2023-04-05irc: search options `irc.ctcp.*` with lower case ctcp stringSébastien Helleu
2023-04-03doc/user: remove Javascript from plugins compiled with CMake option ↵Sébastien Helleu
`ENABLE_SCRIPTS` The Javascript plugin is not built by default any more since v2.9 and must be explicitly enabled with `-DENABLE_JAVASCRIPT=ON`.
2023-03-31doc: add CMake option `ENABLE_DOC_INCOMPLETE` to force build of incomplete ↵Sébastien Helleu
docs (closes #1901)
2023-03-31doc/faq: replace key `meta2-` by `meta-[`Sébastien Helleu
2023-03-30doc: update autogen files only if changed, add autogen dependencies on docsSébastien Helleu
2023-03-30doc: convert docgen.py to C, remove autogen files from repository, add ↵Sébastien Helleu
parameter `--doc-gen` Changes: - build of doc now requires weechat-headless, translations and all plugins - convert docgen.py to C - remove `autogen_*` files from repository - add command line parameter `--doc-gen` in `weechat-headless` to build autogen files - build .mo files with directories like the installed ones (eg: "<lang>/LC_MESSAGES/weechat.mo") - remove javascript chapter from user's guide
2023-03-27doc: sort commands by plugins in auto-generated filesSébastien Helleu
2023-03-26core: update translations (issue #1504)Sébastien Helleu
2023-03-26doc/user: add keys to move and delete in a single line and whole input ↵Sébastien Helleu
(issue #1503)
2023-03-26core: update translations (issue #1503)Sébastien Helleu
2023-03-25doc: update auto-generated files with optionsSébastien Helleu
2023-03-24core: add option `legacy` in command `/key`Sébastien Helleu
2023-03-23core: remove RPM packagingSébastien Helleu
The weechat.spec was obsolete and openSUSE has its own here: https://build.opensuse.org/package/view_file/server:irc/weechat/weechat.spec?expand=1