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
|
a16616637a
|
irc: remove unneeded message about Diffie-Hellman shared secret exchange during SSL connection to server (closes #857)
|
2021-07-10 16:02:19 +02:00 |
|
Sébastien Helleu
|
2b1582c816
|
core: add lint with bandit in CI
|
2021-07-09 23:56:24 +02:00 |
|
Sébastien Helleu
|
efea27bb24
|
relay: remove dead assignment
|
2021-07-08 23:02:50 +02:00 |
|
Sébastien Helleu
|
6052c1a5c0
|
doc: update German auto-generated file
|
2021-07-04 20:50:41 +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
|
b0d4b9aaba
|
typing: remove trailing space in translated message
|
2021-07-04 19:42:30 +02:00 |
|
Nils Görs
|
6a1425d5ba
|
core: update German translations
|
2021-07-04 19:18:35 +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
|
5ae4af1549
|
core: update ChangeLog
|
2021-07-04 13:37:52 +02:00 |
|
Sébastien Helleu
|
f79929b382
|
core: update translations
|
2021-07-04 13:36:32 +02:00 |
|
Sébastien Helleu
|
a4507539fb
|
typing: add option typing.look.item_max_length
|
2021-07-04 13:27:33 +02:00 |
|
Sébastien Helleu
|
5b87e0c544
|
api: add function string_cut
|
2021-07-04 13:27:33 +02:00 |
|
Sébastien Helleu
|
1746e832ec
|
typing: remove hashtables when typing is turned off
|
2021-07-04 13:27:33 +02:00 |
|
Sébastien Helleu
|
ed24930547
|
typing: add note for translators
|
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
|
5b7f55090b
|
build: add typing plugin in Cygwin packaging
|
2021-07-04 13:27:33 +02:00 |
|
Sébastien Helleu
|
de61048cd2
|
debian: add typing plugin in Debian packaging
|
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
|
954f943e8e
|
irc, typing: display typing status for IRC nicks
|
2021-07-04 13:27:33 +02:00 |
|
Sébastien Helleu
|
bba300e191
|
typing: translate strings in typing plugin sources
|
2021-07-04 13:27:33 +02:00 |
|
Sébastien Helleu
|
7954dbc1f4
|
typing: replace linked list with a hashtable to store typing status on buffers
|
2021-07-04 13:27:33 +02:00 |
|
Sébastien Helleu
|
b108e97085
|
irc: send typing status as TAGMSG to other users
|
2021-07-04 13:27:33 +02:00 |
|
Sébastien Helleu
|
dccf605e66
|
typing: add typing plugin
|
2021-07-04 13:27:32 +02:00 |
|
Sébastien Helleu
|
b585ec09f8
|
core: fix number of bytes read in function dir_file_copy
|
2021-07-03 16:50:30 +02:00 |
|
Sébastien Helleu
|
5253478279
|
script: fix move of installed script on another filesystem (closes #1667)
|
2021-07-03 16:06:02 +02:00 |
|
Sébastien Helleu
|
8a11a18dc5
|
api: add function file_copy (issue #1667)
|
2021-07-03 16:04:50 +02:00 |
|
Sébastien Helleu
|
9432b44a2b
|
irc: remove dead assignments in SASL functions
|
2021-07-02 21:58:50 +02:00 |
|
Sébastien Helleu
|
1ac800906b
|
doc: update Polish auto-generated files
|
2021-06-29 00:17:18 +02:00 |
|
Krzysztof Korościk
|
5d4adf8010
|
doc: updated polish translation
|
2021-06-28 21:43:37 +02:00 |
|
Krzysztof Korościk
|
689a2c1705
|
po: updated polish translation
|
2021-06-28 21:12:17 +02:00 |
|
Sébastien Helleu
|
9bd737ae1a
|
doc: update German auto-generated file
|
2021-06-28 20:35:06 +02:00 |
|
Nils Görs
|
f1761b66c6
|
core: update German translations
|
2021-06-28 08:58:28 +02:00 |
|
Sébastien Helleu
|
2205bb6b45
|
core: add capability message-tags in release notes
|
2021-06-27 10:41:24 +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 |
|
Sébastien Helleu
|
ff6bc95429
|
doc: remove tag "translation missing" in French user's guide (issue #1642)
|
2021-06-27 09:53:47 +02:00 |
|
Sébastien Helleu
|
61a6b0c705
|
core: add contributor (issue #1657)
|
2021-06-27 09:49:36 +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 |
|