Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2022-10-15 | python: remove support of Python 2.x | Sébastien Helleu | |
2022-07-10 | api: add info "uptime_current" | Sébastien Helleu | |
This info returns time duration between the start of the current WeeChat process and now (so upgrades with /upgrade are ignored). | |||
2021-05-25 | core: replace freenode by libera in command examples | Sébastien Helleu | |
2021-05-11 | core: update translations (issue #1285) | Sébastien Helleu | |
2021-04-11 | doc: mark info "python2_bin" as deprecated since version 2.6 (plugin API ↵ | Sébastien Helleu | |
reference) | |||
2021-03-14 | api: add info "weechat_daemon" | Sébastien Helleu | |
2021-02-03 | irc: add info "irc_is_message_ignored" | Sébastien Helleu | |
2020-10-04 | api: add optional list of colors in infos "nick_color" and "nick_color_name" ↵ | Sébastien Helleu | |
(closes #1565) | |||
2020-06-20 | irc: add support of UTF8MAPPING, add support of optional server in info ↵ | Sébastien Helleu | |
"irc_is_nick" (closes #1528) | |||
2020-05-03 | doc: remove extra separator lines in auto-generated files | Sébastien Helleu | |
2020-05-03 | doc: merge 53 autogen files into 11 files, move them to includes directory | Sébastien Helleu | |