Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-08 | core: 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-23 | core: update German translations | Nils Görs | |
2023-06-15 | doc/user: fix URL to plugin API reference | Sébastien Helleu | |
2023-06-12 | doc/user: update dependencies versions to Debian Bookworm | Sébastien Helleu | |
2023-06-12 | doc/user: fix description of key ctrl+q in search context | Sébastien Helleu | |
2023-06-04 | doc: update German documentation | Nils Görs | |
2023-06-03 | doc/user: add new FIFO syntax (issue #1950) | Sébastien Helleu | |
2023-06-03 | doc: fix formatting issues with links that target a blank window | Sébastien Helleu | |
2023-05-29 | doc: update German documentation | Nils Görs | |
2023-05-26 | doc/user: rewrite IRC smart filter chapter, add detail on all filtered messages | Sébastien Helleu | |
2023-05-25 | core: update German translations | Nils Görs | |
2023-05-23 | doc/user: move IRCv3 chapter outside "Servers" | Sébastien Helleu | |
2023-05-23 | irc: add support of capability "echo-message" (closes #139) | Sébastien Helleu | |
2023-05-20 | doc: move toc and section asciidoctor attributes from docs to CMakeLists.txt | Sébastien Helleu | |
2023-05-15 | doc/user: update note about chars replaced in IRC tags (trigger) | Sébastien Helleu | |
2023-05-14 | irc: add support of capability "draft/multiline" (closes #1923) | Sébastien Helleu | |
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-04-26 | doc: update German documentation | Nils Görs | |
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-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 | 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-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-27 | core: update German translations | Nils Görs | |
2023-03-26 | doc/user: add keys to move and delete in a single line and whole input ↵ | Sébastien Helleu | |
(issue #1503) | |||
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-01-29 | core: update German translations | Nils Görs | |
2023-01-29 | core: force ctrl keys to lower case when they are added (closes #1875) | Sébastien Helleu | |
2023-01-08 | core: remove build with autotools | Sébastien Helleu | |
CMake is now the only way to build WeeChat. | |||
2022-12-25 | core: move `/input` buffer switch/zoom actions to command `/buffer` | Sébastien Helleu | |
Actions moved: * `/input switch_active_buffer` -> `/buffer switch` * `/input switch_active_buffer_previous` -> `/buffer switch -previous` * `/input zoom_merged_buffer` -> `/buffer zoom` | |||
2022-12-25 | core: move `/input` set_unread actions to commands `/allbuf` and `/buffer set` | Sébastien Helleu | |
Actions moved: * `/input set_unread` -> `/allbuf /buffer set unread` * `/input set_unread_current_buffer` -> `/buffer set unread` | |||
2022-12-25 | core: move `/input` hotlist actions to new command `/hotlist` | Sébastien Helleu | |
Actions moved to command `/hotlist`: * `/input hotlist_clear` -> `/hotlist clear` * `/input hotlist_remove_buffer` -> `/hotlist remove` * `/input hotlist_restore_buffer` -> `/hotlist restore` * `/input hotlist_restore_all` -> `/hotlist restore -all` | |||
2022-12-25 | core: move `/input` jump actions to command `/buffer jump` | Sébastien Helleu | |
Actions moved to command `/buffer jump`: * `/input jump_smart` -> `/buffer jump smart` * `/input jump_previously_visited_buffer` -> `/buffer jump prev_visited` * `/input jump_next_visited_buffer` -> `/buffer jump next_visited` * `/input jump_last_buffer_displayed` -> `/buffer jump last_displayed` | |||
2022-12-14 | core: update German translations | Nils Görs | |
2022-12-10 | core: add color attributes "blink" and "dim" (half bright) (closes #1855) | Sébastien Helleu | |
2022-11-09 | doc/user: add missing supported format for trigger regex | Sébastien Helleu | |
2022-11-07 | doc: update German documentation | Nils Görs | |
2022-11-06 | trigger: add regex command "y" to translate chars, set default regex command ↵ | Sébastien Helleu | |
to "s" (regex replace) (closes #1510) | |||
2022-11-05 | doc: Fix typo in highlight_disable_regex option name | Trygve Aaberge | |
The section describes highlight_disable_regex, but the example used highlight_regex instead. | |||
2022-10-15 | python: remove support of Python 2.x | Sébastien Helleu | |
2022-10-06 | doc: update German documentation | Nils Görs | |