index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2021-07-04
irc, typing: display typing status for IRC nicks
Sébastien Helleu
2021-07-04
typing: replace linked list with a hashtable to store typing status on buffers
Sébastien Helleu
2021-07-04
irc: send typing status as TAGMSG to other users
Sébastien Helleu
2021-07-04
typing: add typing plugin
Sébastien Helleu
2021-07-03
core: fix number of bytes read in function dir_file_copy
Sébastien Helleu
2021-07-03
script: fix move of installed script on another filesystem (closes #1667)
Sébastien Helleu
2021-07-03
api: add function file_copy (issue #1667)
Sébastien Helleu
2021-07-02
irc: remove dead assignments in SASL functions
Sébastien Helleu
2021-06-27
core: add note about buffers that are not opened in /help layout
Sébastien Helleu
2021-06-27
irc: allow signals "irc_raw_in" and "irc_in" to eat messages (issue #1657)
Simon Ser
2021-06-26
api: remember insertion order in hashtables
Sébastien Helleu
2021-06-25
irc: implement IRCv3.2 SASL authentication, add command /auth (closes #413)
Sébastien Helleu
2021-06-25
irc: fix comment on TAGMSG callback function (issue #1654)
Sébastien Helleu
2021-06-24
irc: add support of capability "message-tags" (closes #1654)
Sébastien Helleu
2021-06-24
irc: add keys/values with tags in output of irc_message_parse_to_hashtable (i...
Sébastien Helleu
2021-06-24
irc: add support of TAGMSG messages (issue #1654)
Sébastien Helleu
2021-06-24
irc: escape/unescape IRC message tags values (issue #1654)
Sébastien Helleu
2021-06-23
core: fix use of uninitialized hash when call to weecrypto_hmac fails
Sébastien Helleu
2021-06-22
core: fix function string_match with joker in the string if multiple words ma...
Sébastien Helleu
2021-06-21
irc: set notify level to "private" for received WALLOPS
Sébastien Helleu
2021-06-19
irc: enable all capabilities by default (supported by both server and WeeChat...
Sébastien Helleu
2021-06-19
irc: add option irc.look.display_account_message (issue #320)
Sébastien Helleu
2021-06-19
irc: add option irc.look.display_extended_join (issue #320)
Sébastien Helleu
2021-06-17
core: add option "certs" in command /debug
Sébastien Helleu
2021-06-16
core: fix build on macOS (closes #1662)
Sébastien Helleu
2021-06-15
irc: drop support of DH-BLOWFISH and DH-AES SASL mechanisms (closes #175)
Sébastien Helleu
2021-06-15
irc: add command /setname, add support of message and capability "setname" (c...
Sébastien Helleu
2021-06-15
irc: always set realname in nicks even when extended-join capability is not e...
Sébastien Helleu
2021-06-15
irc: add support of FAIL/WARN/NOTE messages (issue #1653)
Sébastien Helleu
2021-06-13
irc: fix translation of SASL errors
Sébastien Helleu
2021-06-01
doc: add IRC SASL SCRAM mechanisms in user's guide (issue #1628)
Sébastien Helleu
2021-06-01
irc: add comments about parameter sasl_error (issue #1628)
Sébastien Helleu
2021-06-01
irc: add support of SASL mechanisms SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA-...
Sébastien Helleu
2021-06-01
api: add function crypto_hmac (issue #1628)
Sébastien Helleu
2021-05-30
irc: add ${target} in help of server msg_kick option
Sébastien Helleu
2021-05-29
core, irc, script: fix typos
Sébastien Helleu
2021-05-29
irc: add variable "${target}" (target nick) in commands /kick and /kickban
Sébastien Helleu
2021-05-27
core: update translations (issue #1647)
Sébastien Helleu
2021-05-27
clarify (max) bar size to be in chars/lines
Filip H.F. "FiXato" Slagter
2021-05-26
core: add signals "cursor_start" and "cursor_end"
Sébastien Helleu
2021-05-25
core: replace freenode by libera in command examples
Sébastien Helleu
2021-05-25
core, buflist, irc, relay: replace freenode by libera in comments
Sébastien Helleu
2021-05-22
core: split signal command before evaluating it (issue #1643)
Sébastien Helleu
2021-05-22
core: split startup command before evaluating it (issue #1643)
Sébastien Helleu
2021-05-22
irc: split server command before evaluating it (issue #1643)
Sébastien Helleu
2021-05-21
core: fix tests when NLS is disabled
Sébastien Helleu
2021-05-21
core: fix build error if ENABLE_NLS is OFF
Giuseppe Bilotta
2021-05-17
irc: use constant GNUTLS_TLS1_3 only with GnuTLS >= 3.6.3
Sébastien Helleu
2021-05-16
core: set server name when connecting to server with TLS (SNI extension) only...
Sébastien Helleu
2021-05-16
irc: sort config options alphabetically (issue #1622)
Sébastien Helleu
[next]