Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-03 | core: update German translations | Nils Görs | |
2023-05-03 | irc: add support of capability "batch" (closes #1292) | Sébastien Helleu | |
2023-05-03 | doc: Update Serbian documentation | Ivan Pešić | |
2023-05-01 | core: add options weechat.color.chat_status_disabled and ↵ | Sébastien Helleu | |
weechat.color.chat_status_enabled (issue #1820) | |||
2023-04-26 | doc: update German documentation | Nils Görs | |
2023-04-25 | doc/api: add variable "_chat_focused_line" in function hook_focus | Sébastien Helleu | |
2023-04-25 | core: add cursor key l to quote focused line | Trygve Aaberge | |
Fixes #1913 | |||
2023-04-17 | doc/user: update links to release notes | Sébastien Helleu | |
2023-04-15 | doc/api: add more examples on function util_version_number | Sébastien Helleu | |
2023-04-12 | irc: add support of RFC 7194 (default port 6697 for TLS) (issue #1903) | Sébastien Helleu | |
2023-04-12 | relay: rename "ssl" options and protocol to "tls" (issue #1903) | Sébastien Helleu | |
2023-04-12 | irc: rename "ssl" options to "tls" (issue #1903) | Sébastien Helleu | |
2023-04-12 | core: update German translations | Nils Görs | |
2023-04-05 | doc: add BYPRODUCTS in doc-autogen target | Sébastien Helleu | |
This is needed for Ninja and the "clean" target now removes all auto-generated files. | |||
2023-04-05 | irc: search options `irc.ctcp.*` with lower case ctcp string | Sébastien Helleu | |
2023-04-03 | doc/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-31 | core: update German translations | Nils Görs | |
2023-03-31 | doc: add CMake option `ENABLE_DOC_INCOMPLETE` to force build of incomplete ↵ | Sébastien Helleu | |
docs (closes #1901) | |||
2023-03-31 | doc/faq: replace key `meta2-` by `meta-[` | Sébastien Helleu | |
2023-03-30 | doc: update autogen files only if changed, add autogen dependencies on docs | Sébastien Helleu | |
2023-03-30 | doc: 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-29 | doc: make asciidoctor fail on any warning | Sébastien Helleu | |
2023-03-27 | doc: sort commands by plugins in auto-generated files | Sébastien Helleu | |
2023-03-27 | core: remove extra separator in Serbian translation | Sébastien Helleu | |
2023-03-27 | core: add missing space in Polish translation | Sébastien Helleu | |
2023-03-27 | doc: update German auto-generated files | Sébastien Helleu | |
2023-03-27 | core: update German translations | Nils Görs | |
2023-03-26 | core: update translations (issue #1504) | Sébastien Helleu | |
2023-03-26 | doc/user: add keys to move and delete in a single line and whole input ↵ | Sébastien Helleu | |
(issue #1503) | |||
2023-03-26 | core: update translations (issue #1503) | Sébastien Helleu | |
2023-03-26 | doc: update German auto-generated file | Sébastien Helleu | |
2023-03-25 | doc: update auto-generated files with options | Sébastien Helleu | |
2023-03-24 | core: add option `legacy` in command `/key` | Sébastien Helleu | |
2023-03-23 | core: remove RPM packaging | Sé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 | |||
2023-03-20 | core: add relative move of read marker with `/buffer set unread [+/-]N` ↵ | Sébastien Helleu | |
(closes #1895) | |||
2023-03-19 | doc: update German auto-generated file | Sébastien Helleu | |
2023-03-19 | core: update German translations | Nils Görs | |
2023-03-19 | core: add option `rename` in command `/bar` | Sébastien Helleu | |
2023-03-19 | doc/api: fix typo | Sébastien Helleu | |
2023-03-19 | core: fix default value of options for bars added by plugins | Sébastien Helleu | |
When the bar name already exists, the function `bar_new` returns the pointer to the bar (instead of NULL) and sets the default value for all options with the values received. | |||
2023-03-19 | doc/man: call brackets correctly in the serbian translation | Sekulum Forka | |
2023-03-19 | doc/man: fix grammatical mistakes in the serbian translation | Sekulum Forka | |
2023-03-19 | core: add command `/reset` to reset options to their default values | Sébastien Helleu | |
2023-03-18 | core: bump version to 4.0.0-dev, follow "practical" semantic versioning | Sébastien Helleu | |
2023-03-18 | core: update translations | Sébastien Helleu | |
2023-03-18 | doc: replace comma by underscore in name of option used in anchors | Sébastien Helleu | |
2023-03-16 | core: use new key name in command `/key` and configuration file | Sébastien Helleu | |
Legacy keys are automatically converted to new names when loading configuration file `weechat.conf`. Examples: "ctrl-I" => "tab" "meta2-1;3A" => "meta-up" "meta2-Z" => "shift-tab" "meta-wmeta-meta2-A" => "meta-w,meta-up" "ctrl-Cb" => "ctrl-c,b" | |||
2023-03-16 | core: add configuration version, add API function config_set_version | Sébastien Helleu | |
2023-03-10 | doc/api: add hashtable methods in function string_eval_expression | Sébastien Helleu | |
2023-03-10 | core: update translations (issue #1888) | Sébastien Helleu | |