Sébastien Helleu
7e10038f4b
core: update translations (issue #1622 )
2021-05-16 10:00:57 +02:00
Andrew Potter
94c902adfc
irc, buflist: add bar item "tls_version" with options for colors, add buflist format "${format_tls_version}" (issue #1622 )
2021-05-16 10:00:30 +02:00
Sébastien Helleu
13cb870b9a
core: add generator and Python stub file for WeeChat API (issue #1377 )
2021-05-14 19:19:45 +02:00
Sébastien Helleu
be575e5400
core: update translations (issue #1285 )
2021-05-11 21:39:46 +02:00
Sébastien Helleu
a9e210121b
fifo: add PID in default FIFO pipe filename (issue #1285 )
...
This is to prevent two WeeChat using the same runtime directory to use the same
FIFO pipe.
2021-05-11 21:07:39 +02:00
Sébastien Helleu
43ba8d3b73
xfer: remove "%h" from /help xfer.file.upload_path (issue #1285 )
2021-05-11 21:07:02 +02:00
Sébastien Helleu
6170f97cd6
xfer: change default value of option xfer.file.download_path to "${weechat_data_dir}/xfer" (issue #1285 )
2021-05-11 21:07:00 +02:00
Sébastien Helleu
19bf10647c
script: change default value of option script.scripts.path to "${weechat_cache_dir}/script" (issue #1285 )
2021-05-11 21:06:58 +02:00
Sébastien Helleu
4459119409
relay: change default value of option relay.network.ssl_cert_key to "${weechat_config_dir}/ssl/relay.pem" (issue #1285 )
2021-05-11 21:06:56 +02:00
Sébastien Helleu
047a668275
relay: remove "%h" from help on UNIX socket path option (issue #1285 )
2021-05-11 21:06:54 +02:00
Sébastien Helleu
36847bd305
relay: remove "%h" from /help relay (issue #1285 )
2021-05-11 21:06:51 +02:00
Sébastien Helleu
005ef8a4a9
logger: change default value of option logger.file.path to "${weechat_data_dir}/logs" (issue #1285 )
2021-05-11 21:06:49 +02:00
Sébastien Helleu
7e79145d46
fifo: change default value of option fifo.file.path to "${weechat_runtime_dir}/weechat_fifo" (issue #1285 )
2021-05-11 21:06:46 +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
269576eea2
core: move directory/file functions from wee-util.c to wee-dir.c (issue #1285 )
2021-05-11 21:06:29 +02:00
Sébastien Helleu
9eecad496d
logger: remove unused variable weechat_dir (issue #1285 )
2021-05-11 21:06:27 +02:00
Sébastien Helleu
e07221d7c5
relay: evaluate option relay.network.ssl_cert_key (issue #1285 )
2021-05-11 21:06:22 +02:00
Sébastien Helleu
39b629550b
irc: evaluate options irc.server_default.ssl_cert and irc.server.xxx.ssl_cert (issue #1285 )
2021-05-11 21:06:19 +02:00
Sébastien Helleu
d7d594873b
irc: evaluate options irc.server_default.sasl_key and irc.server.xxx.sasl_key (issue #1285 )
2021-05-11 21:06:17 +02:00
Sébastien Helleu
f923524a21
core: evaluate option weechat.plugin.path (issue #1285 )
2021-05-11 21:06:13 +02:00
Sébastien Helleu
9f0e7fb47e
xfer: make file transfer fail when option xfer.file.auto_rename is off and file already exists ( closes #1633 )
2021-04-26 20:51:17 +02:00
Sébastien Helleu
5d30e0faac
doc: mark info "python2_bin" as deprecated since version 2.6 (plugin API reference)
2021-04-11 09:31:49 +02:00
Sébastien Helleu
1f0636bab6
irc: remove unused variable ptr_address and dead code
2021-04-10 14:11:11 +02:00
Sébastien Helleu
7bd23700de
irc: remove dead assignment on variable pos_message
2021-04-10 13:26:46 +02:00
Sébastien Helleu
937ecb62c4
trigger: remove useless test
2021-04-10 12:21:16 +02:00
Sébastien Helleu
2e67b13edd
trigger: check that option is not NULL in function trigger_search_with_option
2021-04-09 21:36:12 +02:00
Sébastien Helleu
7c5cbefd51
trigger: fix description of function trigger_name_valid
2021-04-08 20:56:37 +02:00
Sébastien Helleu
b6b78df3d2
trigger: check that trigger is not NULL in functions trigger_rename and trigger_copy
2021-04-08 20:55:37 +02:00
Sébastien Helleu
fae9bdf8f8
trigger: add variables "${tg_shell_argc}" and "${tg_shell_argvN}" in command trigger evaluated strings ( closes #1624 )
2021-04-06 18:37:22 +02:00
Sébastien Helleu
4f606ceb64
buflist: improve help on option buflist.look.sort
2021-03-21 09:34:40 +01:00
Trygve Aaberge
6b23d855d8
buflist: Fix wrong pointers being used in hdata_compare
...
This used pointer1 and pointer2 which are pointers to the buffers, but
it should use ptr_hotlist1 and ptr_hotlist1 which are pointers to the
hotlists it is trying to compare.
2021-03-21 08:59:37 +01:00
Sébastien Helleu
bb41de8c02
api: add info "weechat_daemon"
2021-03-14 14:11:06 +01:00
Sébastien Helleu
8c793fe7cc
fset: add fset bar on configuration reload (issue #1618 )
2021-03-14 10:56:24 +01:00
Sébastien Helleu
35b5adbc4c
buflist: always add buflist bar when plugin is loaded, hide bar by default if buflist is disabled (issue #1618 )
2021-03-14 10:55:48 +01:00
Sébastien Helleu
a4440ba8e5
buflist: add buflist bar on configuration reload (issue #1618 )
2021-03-14 10:55:24 +01:00
Sébastien Helleu
c49255a851
core: add missing include of sys/time.h in C headers
2021-03-07 13:21:24 +01:00
Sébastien Helleu
0f71b4ccc8
irc: add bar item "irc_nick_prefix"
2021-02-27 13:44:24 +01:00
Sébastien Helleu
83379469aa
irc: fix separator between nick and host in bar item "irc_nick_host"
...
Use "!" instead of "@" to separate nick from host, like it is done in IRC
protocol.
The nick and host is now displayed as "nick!user@host" instead of
"nick@user@host".
2021-02-27 09:02:09 +01:00
Sébastien Helleu
6a7da6d473
fset: fix description of function fset_bar_item_fset_cb
2021-02-27 08:57:32 +01:00
Sébastien Helleu
630fe0581f
buflist: add option buflist.look.use_items to speed up display of buflist ( closes #1613 )
2021-02-09 20:34:56 +01:00
Sébastien Helleu
a34959a619
irc: add info "irc_is_message_ignored"
2021-02-03 18:30:32 +01:00
Sébastien Helleu
691c9a0a0f
irc: add function irc_server_get_chantypes
2021-01-30 10:34:23 +01:00
Sébastien Helleu
0c98b0cfa4
irc: use server option "default_chantypes" as fallback in function irc_nick_is_nick
2021-01-30 09:59:04 +01:00
Sébastien Helleu
dd589cd141
irc: use server option "default_chantypes" as fallback when automatically adding channel type on join
2021-01-30 09:31:31 +01:00
Sébastien Helleu
ec2ffedab6
irc: improve help on server option "default_chantypes"
2021-01-30 09:25:06 +01:00
Sébastien Helleu
293402143b
irc: fix name of option "default_chantypes" in list of server options
2021-01-30 09:24:34 +01:00
Sébastien Helleu
e74dd22707
irc: simplify code in function irc_channel_is_channel
2021-01-30 09:05:49 +01:00
Matti Virkkunen
bad6dc8a57
irc: make default chantypes configurable
2021-01-30 01:01:51 +02:00
Sébastien Helleu
efc7a588d6
core: update copyright dates
2021-01-02 21:34:16 +01:00
Sébastien Helleu
df4b9170f1
irc: remove obsolete comment on translation
2021-01-02 15:22:02 +01:00