Sébastien Helleu
8e6647c7c9
core: display an error on startup if environment variable "HOME" is not set
2023-10-30 23:27:20 +01:00
Sébastien Helleu
8c4ff51beb
core: update translations (issue #194 , issue #2032 )
2023-10-19 23:57:25 +02:00
Sébastien Helleu
839148e9d4
core: update French translations
2023-10-15 15:47:04 +02:00
Nils Görs
a83121b847
core: update German translations
2023-10-11 07:52:02 +02:00
Sébastien Helleu
02a05f63d5
core: fix zombie processes remaining after the end of forked processes ( closes #1994 )
...
The clean of processes with waitpid() is now delayed after the kill(), so that
there are no more zombies.
In addition, this can be done manually if needed with `/sys waitpid`.
2023-10-10 19:23:43 +02:00
Sébastien Helleu
feb5ee8886
core: fix build error if CMake option ENABLE_NLS is turned to off or if required dependencies are not found ( closes #2026 )
2023-10-05 19:05:02 +02:00
Nils Görs
1d104bb940
core: update German translations
2023-10-05 08:44:28 +02:00
Sébastien Helleu
6bd0c63192
core: make zstd dependency optional ( closes #2024 )
2023-10-01 16:36:32 +02:00
Sébastien Helleu
879a548bea
buflist: rename completions with items
...
Completions renamed:
- "buflist_all_items" -> "buflist_items"
- "buflist_used_items" -> "buflist_items_used"
2023-10-01 12:14:03 +02:00
Sébastien Helleu
e928bce76c
buflist: add support of item names in command /buflist refresh
2023-10-01 09:58:19 +02:00
Sébastien Helleu
f72fb3be4b
irc: display "owner" for +q and "admin" for +a in output of /names ( closes #2020 , issue #97 )
2023-09-22 23:21:22 +02:00
Sébastien Helleu
7f0efa3a8f
core: update translations
2023-09-22 23:12:32 +02:00
Sébastien Helleu
63922ca038
api: add function hook_url
2023-09-16 10:19:51 +02:00
Nils Görs
f49810ec0e
core: update German translations
2023-09-15 12:48:22 +02:00
Sébastien Helleu
85b5bacfe3
script: rename parameters up/down/go to -up/-down/-go in command /script
2023-09-15 08:43:37 +02:00
Sébastien Helleu
cb680ef9df
irc: add option irc.look.open_pv_buffer_echo_msg (issue #2016 )
2023-09-14 20:19:05 +02:00
Nils Görs
aad846583d
core: update German translations
2023-09-14 08:45:01 +02:00
Sébastien Helleu
ef99d544fa
core: add algorithms sha512-224, sha512-256, sha3-*, blake2b-* and blake2s-*` in option sec.crypt.hash_algo ( closes #2008 )
2023-09-13 15:10:19 +02:00
Nils Görs
29c4aa4620
core: update German translations
2023-09-13 10:19:54 +02:00
Sébastien Helleu
d100d62a72
core: translate error messages (issue #2013 )
2023-09-12 15:09:00 +02:00
Nils Görs
6170ebd396
core: update German translations
2023-09-11 11:21:54 +02:00
Sébastien Helleu
82372115ae
core: display a message when a configuration file is updated to a newer version
2023-09-11 09:53:17 +02:00
Nils Görs
71dfbdc419
core: update German translations
2023-09-11 08:44:14 +02:00
Sébastien Helleu
79d0a134e3
buflist: add missing items buflist4 and buflist5 in help on command/options and user's guide
2023-09-11 07:55:54 +02:00
Nils Görs
3882b2e881
core: update German translations
2023-09-09 21:03:38 +02:00
Sébastien Helleu
46b76af645
xfer: display an error message when opening file for read or write fails (issue #2010 )
2023-09-08 13:06:28 +02:00
Sébastien Helleu
b30b492e66
core: update translations
2023-09-08 13:02:36 +02:00
Nils Görs
7fd20269e7
core: update German translations
2023-09-08 07:56:48 +02:00
Sébastien Helleu
1be5209e9f
core: update translations (issue #2004 )
2023-09-06 19:16:06 +02:00
Ivan Pešić
75c5ccecfa
core: Update Serbian translation
2023-09-06 10:25:41 +02:00
Sébastien Helleu
722cb27d04
core: add note for translators on command arguments (issue #2005 )
...
Only text between angle brackets (eg: "<name>") must be translated.
2023-09-05 13:28:26 +02:00
Nils Görs
b7cd446822
core: update German translations
2023-09-01 07:29:20 +02:00
Sébastien Helleu
2b3fb62065
core: do not evaluate properties "key_bind_xxx" and "key_unbind_xxx" in options weechat.buffer.* (issue #352 )
2023-08-30 17:25:21 +02:00
Nils Görs
c5ceacd68f
core: update German translations
2023-08-28 20:34:03 +02:00
Sébastien Helleu
b203c4109b
core: move sys filename and functions
2023-08-28 17:55:54 +02:00
Sébastien Helleu
a16b3d25ce
core: update translations
2023-08-28 17:47:21 +02:00
Sébastien Helleu
5ecb1adc34
core: add command /sys to show resource limits and usage
2023-08-28 12:30:32 +02:00
Nils Görs
d328d7f2b8
core: update German translations
2023-08-27 19:42:31 +02:00
Sébastien Helleu
181f4c041d
core: add support of quotes in commands /key bind and /key bindctxt
2023-08-27 14:15:30 +02:00
Sébastien Helleu
3ca4f2d3e5
irc: add count and mode filter in command /names ( closes #98 )
2023-08-27 12:26:10 +02:00
Sébastien Helleu
300adb42fa
irc: add note about regex and output on server buffer in /help list
2023-08-27 09:59:54 +02:00
Sébastien Helleu
e5e027b9fa
core: add countdown example in /help repeat (issue #2007 )
2023-08-27 08:25:41 +02:00
Sébastien Helleu
9a268ec7cc
core: evaluate command given to /repeat with contextual variables ( closes #2007 )
2023-08-27 08:03:40 +02:00
Nils Görs
b0ed5b99e9
core: update German translations
2023-08-27 00:12:07 +02:00
Sébastien Helleu
4a95d78c45
core: add variable ${property} in evaluation of options weechat.buffer.* (issue #352 )
2023-08-26 20:04:58 +02:00
Sébastien Helleu
dd0c20f6b6
irc: add count for all nick modes in output of /names ( closes #97 )
2023-08-26 18:57:21 +02:00
Sébastien Helleu
ff4596e45c
core: add option callbacks in command /debug
2023-08-25 13:35:50 +02:00
Sébastien Helleu
015ff084e3
core: add microseconds precision in function util_parse_delay
2023-08-25 11:23:41 +02:00
Sébastien Helleu
5d9af29024
api: add infos "nick_color_ignore_case" and "nick_color_name_ignore_case" (issue #194 )
2023-08-24 18:19:32 +02:00
Nils Görs
d2d3cd1b46
core: update German translations
2023-08-24 13:36:53 +02:00