Sébastien Helleu
|
106fe6ca7c
|
core: update copyright dates
|
2026-03-08 10:37:15 +01:00 |
|
Sébastien Helleu
|
b2a5d5995b
|
doc: move copyright/license headers at the top of the files
|
2025-04-26 14:10:48 +02:00 |
|
Sébastien Helleu
|
3a6ac9ee76
|
all: add SPDX license tag
|
2025-03-31 07:49:26 +02:00 |
|
Sébastien Helleu
|
cf3e24cda8
|
doc: add SPDX copyright tag in docs
|
2025-03-30 14:47:12 +02:00 |
|
Sébastien Helleu
|
d83167b586
|
doc: replace font-awesome icons by translated captions
This removes use of a remote CDN (Cloudflare), as font-awesome is no longer
used.
|
2024-10-30 00:06:22 +01:00 |
|
Josh Soref
|
9e5bfd70a8
|
spelling: macOS
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2024-09-28 21:22:55 +02:00 |
|
Josh Soref
|
1aa5b46ba5
|
spelling: greater than
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2024-09-28 18:22:41 +02:00 |
|
Josh Soref
|
4ef3011ea9
|
spelling: cannot
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2024-09-28 18:22:02 +02:00 |
|
Sébastien Helleu
|
b36c6c2e26
|
doc/faq: fix suggested value for option irc.server.xxx.tls_priorities
|
2024-08-31 16:32:32 +02:00 |
|
Sébastien Helleu
|
b31a8bc1ef
|
doc/faq: add key Alt+Shift+N in questions about copy/paste and URLs
|
2024-08-15 17:25:36 +02:00 |
|
Sébastien Helleu
|
bbb2515b0e
|
doc/faq: add command to set "size_max" for nicklist when bar is moved to top
|
2024-08-15 16:49:31 +02:00 |
|
Sébastien Helleu
|
b18af8dcf4
|
doc: add shell syntax highlighting
|
2024-06-16 20:05:45 +02:00 |
|
Sébastien Helleu
|
d96a3e6b55
|
doc/faq: add question about key F11
|
2023-11-04 08:05:24 +01:00 |
|
Sébastien Helleu
|
a5f4c3770b
|
doc/faq: add question about move of WeeChat config to another device
|
2023-09-16 09:46:50 +02:00 |
|
Sébastien Helleu
|
23d3ce7ad8
|
doc/faq: add question about keys like Enter and version 4.0.0
|
2023-09-15 18:57:00 +02:00 |
|
Sébastien Helleu
|
303fe6744e
|
core: add option setauto in command /buffer (issue #352)
|
2023-08-24 11:49:29 +02:00 |
|
Sébastien Helleu
|
49f52cc051
|
doc/faq: split CTCP options into two blocks
Second block is for CTCP replies made by older versions (< 4.1.0).
|
2023-08-22 23:55:01 +02:00 |
|
Sébastien Helleu
|
c0bd12bdf0
|
doc/faq: add disabling of buflist in question about CPU usage
|
2023-08-22 23:44:58 +02:00 |
|
Sébastien Helleu
|
4c9fd4a625
|
doc/faq: mention script go.py for an easy jump to buffers
|
2023-06-27 19:14:14 +02:00 |
|
Sébastien Helleu
|
dd4eb80e81
|
doc: fix formatting issues with links that target a blank window
|
2023-06-03 17:08:17 +02:00 |
|
Sébastien Helleu
|
c1ee493073
|
doc/user: rewrite IRC smart filter chapter, add detail on all filtered messages
|
2023-05-26 08:53:20 +02:00 |
|
Sébastien Helleu
|
ecdcf239fe
|
doc: move toc and section asciidoctor attributes from docs to CMakeLists.txt
|
2023-05-20 08:15:23 +02:00 |
|
Sébastien Helleu
|
dec237b104
|
irc: rename "ssl" options to "tls" (issue #1903)
|
2023-04-12 17:17:30 +02:00 |
|
Sébastien Helleu
|
0cf723ec1a
|
doc/faq: replace key meta2- by meta-[
|
2023-03-31 18:59:04 +02:00 |
|
Sébastien Helleu
|
1f5c791c37
|
core: use new key name in command /key and configuration file
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 20:42:19 +01:00 |
|
Sébastien Helleu
|
754ab33946
|
core: remove build with autotools
CMake is now the only way to build WeeChat.
|
2023-01-08 14:19:41 +01:00 |
|
Sébastien Helleu
|
41fd26fe79
|
core: move /input buffer switch/zoom actions to command /buffer
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 22:47:18 +01:00 |
|
Sébastien Helleu
|
0c29d4c5b6
|
core: move /input set_unread actions to commands /allbuf and /buffer set
Actions moved:
* `/input set_unread` -> `/allbuf /buffer set unread`
* `/input set_unread_current_buffer` -> `/buffer set unread`
|
2022-12-25 21:44:27 +01:00 |
|
Sébastien Helleu
|
693c5e64a7
|
doc/faq: remove mention of obsolete WeeChat versions
|
2022-10-19 23:40:12 +02:00 |
|
Sébastien Helleu
|
33bf2dec43
|
doc/faq: add arrow and open external links in new tab
|
2022-06-26 23:29:46 +02:00 |
|
Sébastien Helleu
|
8ac67ff540
|
doc: add trailing slashes in URLs
|
2022-06-18 16:05:11 +02:00 |
|
Sébastien Helleu
|
d81813cd6a
|
doc/faq: mention command /autojoin to edit the "autojoin" server option
|
2022-06-06 23:53:25 +02:00 |
|
Sébastien Helleu
|
3e8580b5e5
|
doc/faq: rename option autojoin_record to autojoin_dynamic
|
2022-04-29 08:21:10 +02:00 |
|
Sébastien Helleu
|
c1e65e8edd
|
irc: add server option "autojoin_record"
|
2022-03-10 21:12:46 +01:00 |
|
Sébastien Helleu
|
1cedb78348
|
doc: add workaround for download of plugins.xml.gz on macOS (FAQ)
|
2021-12-15 21:05:06 +01:00 |
|
Victorhck
|
84d8120060
|
doc: fix typo in FAQ
|
2021-08-07 10:56:56 +02:00 |
|
Sébastien Helleu
|
dc46bbf63d
|
doc: replace freenode by libera in FAQ
|
2021-05-25 07:07:12 +02:00 |
|
Sébastien Helleu
|
c588ee21bc
|
core: improve options to load GnuTLS system/user CAs (closes #972)
Changes:
* new option: weechat.network.gnutls_ca_system
* option weechat.network.gnutls_ca_file renamed to
weechat.network.gnutls_ca_user
* reload certificates when options are changed
* remove build option CA_FILE
|
2021-05-12 20:39:40 +02:00 |
|
Sébastien Helleu
|
70cdf21681
|
doc: add XDG directories support in docs (issue #1285)
|
2021-05-11 21:07:30 +02:00 |
|
Sébastien Helleu
|
ed560a785a
|
doc: fix list of supported OS in FAQ
|
2021-05-05 13:57:11 +02:00 |
|
Sébastien Helleu
|
9bc194c898
|
doc: update question about config files sharing (FAQ)
|
2020-12-28 00:17:05 +01:00 |
|
Sébastien Helleu
|
33cdf3eb90
|
doc: add question about buflist customization
|
2020-12-06 15:13:55 +01:00 |
|
Sébastien Helleu
|
bac0af7494
|
doc: protect monospace text with plus characters (FAQ)
|
2020-04-25 00:20:09 +02:00 |
|
Sébastien Helleu
|
e6723bb5a8
|
doc: add question about configuration for a small terminal size in FAQ
|
2020-03-22 19:23:37 +01:00 |
|
Sébastien Helleu
|
7fde75797c
|
doc: remove reference to obsolete script shell.py in FAQ
|
2020-02-08 21:59:14 +01:00 |
|
Sébastien Helleu
|
40e8e928cd
|
doc: add question about timezone in FAQ
|
2020-02-08 21:59:14 +01:00 |
|
Johan Rylander
|
6c114bbba7
|
doc: remove obsolete options for "brew install" command (FAQ)
|
2019-06-12 23:33:33 +02:00 |
|
Sébastien Helleu
|
f065b43b71
|
doc: replace "cmake" by "CMake"
|
2019-06-07 21:14:17 +02:00 |
|
Sébastien Helleu
|
a599e0328b
|
doc: disambiguate key binding "l", which is lower "L" (not "1")
|
2019-05-27 21:38:39 +02:00 |
|
Sébastien Helleu
|
8f79b1c0fc
|
doc: add missing keys Ctrl+F1 and Ctrl+F2 for buflist (FAQ)
|
2019-03-19 20:32:27 +01:00 |
|