Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2023-02-21 | doc: update German documentation | Nils Görs | |
2023-02-16 | doc/user: make XDG directory fallback more clear in table | Sébastien Helleu | |
2023-02-10 | doc/user: move "Upgrade" chapter after "Running WeeChat" | Sébastien Helleu | |
2023-02-01 | doc: update auto-generated files | Sébastien Helleu | |
2023-02-01 | core/doc Update Serbian translations | Ivan Pešić | |
Update messages and documentation translations. | |||
2023-01-31 | irc: add command `/rules` (closes #1864) | Sébastien Helleu | |
2023-01-31 | irc: add command `/knock` (closes #7) | Sébastien Helleu | |
2023-01-31 | doc: update German auto-generated file | Sébastien Helleu | |
2023-01-29 | doc/quickstart: translate to Italian (closes #1874) | Mattia | |
2023-01-29 | irc: add server option "registered_mode" (closes #1625) | Andrew Potter | |
Two new fields are added in IRC server structure: - "authentication_method", possible values: 0: not authenticated 1: authenticated with SASL 2: authenticated with other method - "sasl_mechanism_used", possible values: see enum t_irc_sasl_mechanism in src/plugins/irc/irc-sasl.h | |||
2023-01-29 | doc: update German auto-generated files | Sébastien Helleu | |
2023-01-29 | core: update German translations | Nils Görs | |