Sébastien Helleu
|
5b87e0c544
|
api: add function string_cut
|
2021-07-04 13:27:33 +02:00 |
|
Sébastien Helleu
|
7c83ee02f2
|
tests: add tests on typing plugin functions
|
2021-07-04 13:27:33 +02:00 |
|
Sébastien Helleu
|
8dc75564c2
|
doc: add typing plugin files in developer's guide
|
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 |
|
Ivan Pešić
|
59853d9b30
|
doc: update Serbian translations
|
2021-06-27 09:26:50 +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 |
|
eevan78
|
31b22fec09
|
doc: add Serbian translations
|
2021-06-13 16:28:33 +02:00 |
|