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-09-19
php: add missing header files in autotools build
Sébastien Helleu
2021-09-10
core: remove empty line displayed in output of /plugin list <name>
Sébastien Helleu
2021-09-09
core: add options "-o", "-ol", "-i" and "-il" in command "/plugin list"
Sébastien Helleu
2021-09-06
core: fix indentation in examples of /help eval
Sébastien Helleu
2021-09-06
api: add split of string and shell arguments in evaluation of expressions
Sébastien Helleu
2021-09-04
relay: fix crash when decoding a malformed websocket frame
Sébastien Helleu
2021-09-03
irc: fix send of empty JOIN when connecting to a server with only parted chan...
Sébastien Helleu
2021-08-31
core: add options in command /input and new keys to remove/restore buffers in...
Sébastien Helleu
2021-08-29
api: add "${re:repl_index}" to get the index of replacement in function strin...
Sébastien Helleu
2021-08-12
irc: add option "-parted" in command /allchan (closes #1685)
Sébastien Helleu
2021-08-11
core: add terminal and color info in output of /debug color
Sébastien Helleu
2021-08-08
irc: save CLIENTTAGDENY from message 005 in server, do not send typing messag...
Sébastien Helleu
2021-08-08
php: add ifdef for zend_file_handle.filename
Adam Saponara
2021-08-08
php: fix PHP 8+ build
Adam Saponara
2021-08-08
php: add detection of PHP 8.0, fix compilation errors
Sébastien Helleu
2021-08-06
core: fix decoding of attributes in basic ANSI colors (closes #1678)
Sébastien Helleu
2021-08-03
irc: fix read out of bounds in case of malformed AUTHENTICATE message (issue ...
Sébastien Helleu
2021-08-03
irc: fix SASL authentication when AUTHENTICATE message is received with a ser...
Sébastien Helleu
2021-08-03
api: add random integer number in evaluation of expressions with "random:min,...
Sébastien Helleu
2021-08-01
irc: display a different message for setname applied on self and other nicks ...
Sébastien Helleu
2021-07-10
irc: remove unneeded message about Diffie-Hellman shared secret exchange duri...
Sébastien Helleu
2021-07-08
relay: remove dead assignment
Sébastien Helleu
2021-07-04
core: add bar item "typing" in status bar by default
Sébastien Helleu
2021-07-04
typing: remove trailing space in translated message
Sébastien Helleu
2021-07-04
typing: add option typing.look.input_min_chars
Sébastien Helleu
2021-07-04
core: update translations
Sébastien Helleu
2021-07-04
typing: add option typing.look.item_max_length
Sébastien Helleu
2021-07-04
api: add function string_cut
Sébastien Helleu
2021-07-04
typing: remove hashtables when typing is turned off
Sébastien Helleu
2021-07-04
typing: add note for translators
Sébastien Helleu
2021-07-04
tests: add tests on typing plugin functions
Sébastien Helleu
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
[next]