Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Only text between angle brackets (eg: "<name>") must be translated.
|
|
|
|
|
|
|
|
(issue #1926)
|
|
|
|
|
|
Default values changed:
- logger.color.backlog_end: default -> 246
- logger.color.backlog_line: default -> 246
|
|
|
|
|
|
sensitive (issue #1872)
|
|
|
|
CMake is now the only way to build WeeChat.
|
|
|
|
string_toupper
|
|
New options:
- logger.file.rotation_compression_level
- logger.file.rotation_compression_type
- logger.file.rotation_size_max
|
|
|
|
|
|
|
|
|
|
"${weechat_data_dir}/logs" (issue #1285)
|
|
(issue #1285)
The 4 directories (which can be the same):
- config: configuration files, certificates
- data: log/upgrade files, local plugins, scripts, xfer files
- cache: script repository, scripts downloaded (temporary location)
- runtime: FIFO pipe, relay UNIX sockets
|
|
|
|
|
|
Crash happens if the log file was deleted before disabling logging and if the
option logger.file.info_lines is on.
|
|
|
|
|
|
|
|
|
|
|
|
Allows for custom LIBDIR to specified with cmake builds. WEECHAT_LIBDIR
is used for a custom Weechat directory, or set from LIBDIR (as LIBDIR
used to be set).
|
|
|
|
options
This option is OFF by default and should be enabled only for tests, to measure
test coverage.
|
|
|
|
|
|
|
|
|
|
(issue #1145)
This is not recommended anyway to turn on fsync with a delay set to 0, it will
slow down WeeChat a lot, especially with many buffers opened.
|
|
|
|
creation
|
|
|
|
|
|
|
|
|
|
|