Sébastien Helleu
|
99dcdae5b0
|
core: update translations
|
2022-05-27 22:47:46 +02:00 |
|
Sébastien Helleu
|
d99fe0bc76
|
core: allow to remove multiple filters at once with command /filter del
|
2022-05-11 21:50:53 +02:00 |
|
Sébastien Helleu
|
78317f8b55
|
core: move detailed list of hooks from command "/plugin listfull" to "/debug hooks <plugin>"
|
2022-04-24 10:28:09 +02:00 |
|
Sébastien Helleu
|
95cf2aa956
|
doc: update auto-generated files with commands
|
2022-04-23 22:10:12 +02:00 |
|
Sébastien Helleu
|
51ed9ec93e
|
core: add case conversion in evaluation of expressions (closes #1778)
|
2022-04-18 13:46:16 +02:00 |
|
Sébastien Helleu
|
3f9c46468c
|
irc: add option "sort" in command /autojoin
|
2022-03-11 19:31:56 +01:00 |
|
Sébastien Helleu
|
aadd0772fe
|
irc: update translations
|
2022-03-10 21:26:26 +01:00 |
|
Sébastien Helleu
|
fc2f564950
|
doc: update auto-generated files with options
|
2022-01-28 09:36:03 +01:00 |
|
Sébastien Helleu
|
c44b79dce7
|
core: update copyright dates
|
2022-01-17 18:41:06 +01:00 |
|
Sébastien Helleu
|
c8a8680d60
|
relay: improve help on option relay.network.compression
|
2021-12-25 10:44:00 +01:00 |
|
Sébastien Helleu
|
af067f18e2
|
doc: update auto-generated files with options
|
2021-12-25 10:31:44 +01:00 |
|
Krzysztof Korościk
|
d80b27af64
|
doc: updated polish cmdline options
|
2021-12-12 20:47:42 +01:00 |
|
Sébastien Helleu
|
f03622d141
|
doc: update Polish auto-generated files
|
2021-10-24 09:23:01 +02:00 |
|
Sébastien Helleu
|
fb4d947a8c
|
core: update translations
|
2021-10-23 14:44:11 +02:00 |
|
Sébastien Helleu
|
68a3aca643
|
plugins: use a different plugin priority for each scripting language
|
2021-10-02 20:50:35 +02:00 |
|
Sébastien Helleu
|
ad5fa7c99f
|
core: add command /toggle
|
2021-10-01 22:55:38 +02:00 |
|
Sébastien Helleu
|
a6826af796
|
core: add creation of user variables in evaluated expressions with ${define:name,value}
|
2021-09-20 21:15:28 +02:00 |
|
Sébastien Helleu
|
91d32be93c
|
core: add options "-o", "-ol", "-i" and "-il" in command "/plugin list"
|
2021-09-09 21:32:58 +02:00 |
|
Sébastien Helleu
|
7d1b557627
|
core: fix indentation in examples of /help eval
|
2021-09-06 22:39:29 +02:00 |
|
Sébastien Helleu
|
5b3929b321
|
api: add split of string and shell arguments in evaluation of expressions
Split of string: ${split:number,separators,flags,xxx}
Split of shell arguments: ${split_shell:number,xxx}
|
2021-09-06 13:32:04 +02:00 |
|
Sébastien Helleu
|
6fc6166cfe
|
core: update translations
|
2021-08-31 22:39:17 +02:00 |
|
Sébastien Helleu
|
89b28e362c
|
irc: add option "-parted" in command /allchan (closes #1685)
|
2021-08-12 18:15:16 +02:00 |
|
Sébastien Helleu
|
addd80e7b7
|
doc: update auto-generated files with hdata
|
2021-08-08 18:44:05 +02:00 |
|
Sébastien Helleu
|
d89c4f559c
|
api: add random integer number in evaluation of expressions with "random:min,max"
|
2021-08-03 19:46:41 +02:00 |
|
Sébastien Helleu
|
64b52da406
|
typing: add option typing.look.input_min_chars
|
2021-07-04 14:02:15 +02:00 |
|
Sébastien Helleu
|
f79929b382
|
core: update translations
|
2021-07-04 13:36:32 +02:00 |
|
Sébastien Helleu
|
252d1bbc9d
|
doc: add file typing.conf in man page
|
2021-07-04 13:27:33 +02:00 |
|
Sébastien Helleu
|
0355f3fc1a
|
doc: add chapter on typing extension in user's guide
|
2021-07-04 13:27:33 +02:00 |
|
Sébastien Helleu
|
1ac800906b
|
doc: update Polish auto-generated files
|
2021-06-29 00:17:18 +02:00 |
|
Sébastien Helleu
|
e84a3676f6
|
core: add note about buffers that are not opened in /help layout
|
2021-06-27 10:35:04 +02:00 |
|
Sébastien Helleu
|
0fb88527ce
|
irc: implement IRCv3.2 SASL authentication, add command /auth (closes #413)
|
2021-06-25 11:15:22 +02:00 |
|
Sébastien Helleu
|
22a7e18842
|
irc: add support of capability "message-tags" (closes #1654)
|
2021-06-24 21:04:52 +02:00 |
|
Sébastien Helleu
|
ef318cb70c
|
irc: enable all capabilities by default (supported by both server and WeeChat) (closes #320)
Capabilities can be excluded with the format: "*,!account-*,!extended-join".
|
2021-06-19 18:22:49 +02:00 |
|
Sébastien Helleu
|
947f73bd50
|
irc: add option irc.look.display_account_message (issue #320)
|
2021-06-19 18:14:38 +02:00 |
|
Sébastien Helleu
|
5a89825669
|
irc: add option irc.look.display_extended_join (issue #320)
|
2021-06-19 18:12:22 +02:00 |
|
Sébastien Helleu
|
2225ac4e56
|
core: add option "certs" in command /debug
|
2021-06-17 21:51:18 +02:00 |
|
Sébastien Helleu
|
e8cdda318f
|
irc: drop support of DH-BLOWFISH and DH-AES SASL mechanisms (closes #175)
|
2021-06-15 21:49:45 +02:00 |
|
Sébastien Helleu
|
70b66c4f6b
|
irc: add command /setname, add support of message and capability "setname" (closes #1653)
|
2021-06-15 18:56:41 +02:00 |
|
Sébastien Helleu
|
de6575dd32
|
doc: update Polish auto-generated files
|
2021-06-10 21:28:15 +02:00 |
|
Sébastien Helleu
|
f8872c415b
|
doc: add IRC SASL SCRAM mechanisms in user's guide (issue #1628)
|
2021-06-01 21:29:55 +02:00 |
|
Sébastien Helleu
|
e365e66eeb
|
irc: add support of SASL mechanisms SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA-512 (closes #1628)
|
2021-06-01 20:45:11 +02:00 |
|
Sébastien Helleu
|
466fed4f5b
|
irc: add ${target} in help of server msg_kick option
|
2021-05-30 15:22:30 +02:00 |
|
Sébastien Helleu
|
b21589944e
|
core, irc, script: fix typos
|
2021-05-29 14:33:13 +02:00 |
|
Sébastien Helleu
|
4a41625989
|
irc: add variable "${target}" (target nick) in commands /kick and /kickban
|
2021-05-29 14:26:30 +02:00 |
|
Sébastien Helleu
|
7cc61cdbb3
|
core: replace freenode by libera in command examples
|
2021-05-25 18:44:10 +02:00 |
|
Sébastien Helleu
|
c20d3778d6
|
doc: replace freenode by libera in man page
|
2021-05-25 07:59:21 +02:00 |
|
Sébastien Helleu
|
f7dd2dbd55
|
doc: update Polish auto-generated files
|
2021-05-24 13:00:09 +02:00 |
|
Sébastien Helleu
|
f8419c6aa6
|
doc: update auto-generated files
|
2021-05-22 09:17:36 +02:00 |
|
Sébastien Helleu
|
dd916d5e52
|
doc: update auto-generated files
|
2021-05-16 10:08:04 +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 |
|