summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2023-04-12core: update German translationsNils Görs
2023-04-05doc: add BYPRODUCTS in doc-autogen targetSébastien Helleu
This is needed for Ninja and the "clean" target now removes all auto-generated files.
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-31core: update German translationsNils Görs
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-29doc: make asciidoctor fail on any warningSébastien Helleu
2023-03-27doc: sort commands by plugins in auto-generated filesSébastien Helleu
2023-03-27core: remove extra separator in Serbian translationSébastien Helleu
2023-03-27core: add missing space in Polish translationSébastien Helleu
2023-03-27doc: update German auto-generated filesSébastien Helleu
2023-03-27core: update German translationsNils Görs
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-26doc: update German auto-generated fileSé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
2023-03-20core: add relative move of read marker with `/buffer set unread [+/-]N` ↵Sébastien Helleu
(closes #1895)
2023-03-19doc: update German auto-generated fileSébastien Helleu
2023-03-19core: update German translationsNils Görs
2023-03-19core: add option `rename` in command `/bar`Sébastien Helleu
2023-03-19doc/api: fix typoSébastien Helleu
2023-03-19core: fix default value of options for bars added by pluginsSé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-19doc/man: call brackets correctly in the serbian translationSekulum Forka
2023-03-19doc/man: fix grammatical mistakes in the serbian translationSekulum Forka
2023-03-19core: add command `/reset` to reset options to their default valuesSébastien Helleu
2023-03-18core: bump version to 4.0.0-dev, follow "practical" semantic versioningSébastien Helleu
2023-03-18core: update translationsSébastien Helleu
2023-03-18doc: replace comma by underscore in name of option used in anchorsSébastien Helleu
2023-03-16core: use new key name in command `/key` and configuration fileSé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-16core: add configuration version, add API function config_set_versionSébastien Helleu
2023-03-10doc/api: add hashtable methods in function string_eval_expressionSébastien Helleu
2023-03-10core: update translations (issue #1888)Sébastien Helleu
2023-02-21doc: update German documentationNils Görs
2023-02-16doc/user: make XDG directory fallback more clear in tableSébastien Helleu
2023-02-10doc/user: move "Upgrade" chapter after "Running WeeChat"Sébastien Helleu
2023-02-01doc: update auto-generated filesSébastien Helleu
2023-02-01core/doc Update Serbian translationsIvan Pešić
Update messages and documentation translations.
2023-01-31irc: add command `/rules` (closes #1864)Sébastien Helleu
2023-01-31irc: add command `/knock` (closes #7)Sébastien Helleu
2023-01-31doc: update German auto-generated fileSébastien Helleu
2023-01-29doc/quickstart: translate to Italian (closes #1874)Mattia
2023-01-29irc: 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-29doc: update German auto-generated filesSébastien Helleu
2023-01-29core: update German translationsNils Görs