Victorhck
|
84d8120060
|
doc: fix typo in FAQ
|
2021-08-07 10:56:56 +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
|
6ff46776a4
|
doc: rename secured data name in IRC server example (user's guide)
|
2021-07-11 21:56:28 +02:00 |
|
Sébastien Helleu
|
77d96fec23
|
doc: fix columns width in user's guide
|
2021-07-10 20:08:36 +02:00 |
|
Sébastien Helleu
|
9404097756
|
doc: add chapters on IRC servers, channels, private messages (user's guide)
|
2021-07-10 18:35:57 +02:00 |
|
Sébastien Helleu
|
3199877bc0
|
core: add bar item "typing" in status bar by default
|
2021-07-04 20:49:58 +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
|
5b87e0c544
|
api: add function string_cut
|
2021-07-04 13:27:33 +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
|
09d871deb4
|
doc: add column for min WeeChat version in function buffer_set (plugin API reference)
|
2021-07-04 13:27:33 +02:00 |
|
Sébastien Helleu
|
503a3cb755
|
doc: add column for min WeeChat version in function hook_set (plugin API reference)
|
2021-07-04 13:27:33 +02:00 |
|
Sébastien Helleu
|
c127d1693a
|
doc: add column for min WeeChat version in function hook_modifier_exec (plugin API reference)
|
2021-07-04 13:27:33 +02:00 |
|
Sébastien Helleu
|
134f4374f8
|
doc: add column for min WeeChat version in function hook_modifier (plugin API reference)
|
2021-07-04 13:27:33 +02:00 |
|
Sébastien Helleu
|
ab916d3d90
|
doc: add column for min WeeChat version in function hook_hsignal (plugin API reference)
|
2021-07-04 13:27:33 +02:00 |
|
Sébastien Helleu
|
3d54365d67
|
doc: add column for min WeeChat version in function hook_process_hashtable (plugin API reference)
|
2021-07-04 13:27:33 +02:00 |
|
Sébastien Helleu
|
3c920f9a80
|
doc: add typing signals in plugin API reference
|
2021-07-04 13:27:33 +02:00 |
|
Sébastien Helleu
|
8a11a18dc5
|
api: add function file_copy (issue #1667)
|
2021-07-03 16:04:50 +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
|
253598d83c
|
doc: mention WeeChat version for WEECHAT_RC_OK_EAT in signals "irc_raw_in" and "irc_in" (plugin API reference) (issue #1657)
|
2021-06-27 09:56:45 +02:00 |
|
Simon Ser
|
ff8beb1918
|
irc: allow signals "irc_raw_in" and "irc_in" to eat messages (issue #1657)
This is useful to implement IRC protocol extensions which introduce
new commands.
|
2021-06-27 09:48:16 +02:00 |
|
Sébastien Helleu
|
a48a615613
|
api: remember insertion order in hashtables
|
2021-06-26 21:37:02 +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
|
b1cf12700d
|
irc: add keys/values with tags in output of irc_message_parse_to_hashtable (issue #1654)
Key is "tag_xxx" (where "xxx" is the name of tag) and value is the unescaped
tag value.
|
2021-06-24 21:02:03 +02:00 |
|
Sébastien Helleu
|
23c46c3f2b
|
irc: escape/unescape IRC message tags values (issue #1654)
Spec: https://ircv3.net/specs/extensions/message-tags#escaping-values
|
2021-06-24 20:59:21 +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
|
88edc19149
|
doc: update user's guide translations (issue #1642)
|
2021-06-14 21:39:27 +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
|
5cffb7179f
|
api: add function crypto_hmac (issue #1628)
|
2021-06-01 20:39:04 +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
|
1181ab454e
|
doc: use secured data in relay examples (user's guide)
|
2021-05-28 13:37:31 +02:00 |
|
Sébastien Helleu
|
b94907c249
|
doc: replace freenode-tor by a generic TOR example in user's guide
|
2021-05-26 10:07:59 +02:00 |
|
Sébastien Helleu
|
dfdd5b1c50
|
core: add signals "cursor_start" and "cursor_end"
|
2021-05-26 08:53:31 +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
|
1a7e49ac3f
|
doc: replace freenode by libera in user's guide
|
2021-05-25 07:56:07 +02:00 |
|
Sébastien Helleu
|
8bd0df9b70
|
doc: replace freenode by libera in tester's guide
|
2021-05-25 07:34:01 +02:00 |
|
Sébastien Helleu
|
afaff533c8
|
doc: replace freenode by libera in scripting guide
|
2021-05-25 07:27:13 +02:00 |
|
Sébastien Helleu
|
14c5e656f2
|
doc: replace freenode by libera in plugin API reference
|
2021-05-25 07:13:44 +02:00 |
|
Sébastien Helleu
|
dc46bbf63d
|
doc: replace freenode by libera in FAQ
|
2021-05-25 07:07:12 +02:00 |
|