Sébastien Helleu
|
fd43ad6387
|
core: fix compilation with zstd < 1.4.0
Note: zstd ≥ 0.8.1 is now required to compile WeeChat.
|
2022-09-29 15:59:01 +02:00 |
|
Sébastien Helleu
|
26e6fdc645
|
api: add function file_compress
|
2022-09-27 20:49:12 +02:00 |
|
Sébastien Helleu
|
b7441bd7a3
|
api: add arguments "index_start" and "index_end" in function string_rebuild_split_string
|
2022-07-20 13:16:35 +02:00 |
|
Sébastien Helleu
|
62e68f965f
|
api: rename function string_build_with_split_string to string_rebuild_split_string
|
2022-07-20 12:14:40 +02:00 |
|
Sébastien Helleu
|
c44b79dce7
|
core: update copyright dates
|
2022-01-17 18:41:06 +01:00 |
|
Sébastien Helleu
|
c82358c17c
|
core: free strings with XDG directories in case of error
|
2021-11-13 14:59:14 +01:00 |
|
Sébastien Helleu
|
b585ec09f8
|
core: fix number of bytes read in function dir_file_copy
|
2021-07-03 16:50:30 +02:00 |
|
Sébastien Helleu
|
8a11a18dc5
|
api: add function file_copy (issue #1667)
|
2021-07-03 16:04:50 +02:00 |
|
Sébastien Helleu
|
0b7e4977be
|
core: fix build on macOS (closes #1662)
|
2021-06-16 12:34:14 +02:00 |
|
Sébastien Helleu
|
0f9640a5f3
|
core: split WeeChat home in 4 directories, use XDG directories by default (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
|
2021-05-11 21:06:34 +02:00 |
|
Sébastien Helleu
|
4c5fcb743b
|
core: move home directory functions from weechat.c to wee-dir.c (issue #1285)
|
2021-05-11 21:06:32 +02:00 |
|
Sébastien Helleu
|
269576eea2
|
core: move directory/file functions from wee-util.c to wee-dir.c (issue #1285)
|
2021-05-11 21:06:29 +02:00 |
|