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
/
plugins
Age
Commit message (
Expand
)
Author
2020-04-18
trigger: do not hide values of options with /set command in cmd_pass trigger
Sébastien Helleu
2020-04-18
core: make GnuTLS a required dependency
Sébastien Helleu
2020-04-18
relay: move variable nonce in relay client structure
Sébastien Helleu
2020-04-18
relay: allow only one handshake in weechat protocol
Sébastien Helleu
2020-04-18
relay: immediately close connection if the handshake failed (weechat protocol)
Sébastien Helleu
2020-04-17
relay: rename configuration options and keywords in handshake command (weecha...
Sébastien Helleu
2020-04-17
doc: replace "safest" by "most secure" (relay protocol)
Sébastien Helleu
2020-04-16
relay: fix "id" sent in response to handshake command (weechat protocol)
Sébastien Helleu
2020-04-15
relay: add missing gcrypt lib in CMake and autotools files
Sébastien Helleu
2020-04-14
relay: add command "handshake" in weechat relay protocol and nonce to prevent...
Sébastien Helleu
2020-04-12
relay: update message displayed when the client is connected/authenticated
Sébastien Helleu
2020-04-12
relay: add option relay.network.auth_timeout
Sébastien Helleu
2020-04-12
relay: add a function to send outqueue to the client
Sébastien Helleu
2020-04-12
relay: update default colors for client status
Sébastien Helleu
2020-04-12
relay: actually use the client status "waiting_auth" in irc and weechat proto...
Sébastien Helleu
2020-04-12
relay: add comments in truct t_relay_weechat_data
Sébastien Helleu
2020-04-12
trigger: evaluate arguments of command when the trigger is created (closes #1...
Sébastien Helleu
2020-04-06
buflist: evaluate option buflist.look.sort (closes #1465)
Sébastien Helleu
2020-04-04
python: fix crash when invalid UTF-8 string is in a WeeChat hashtable convert...
Sébastien Helleu
2020-04-02
fset: fix help on options fset.format.option1 and fset.format.option2
Sébastien Helleu
2020-03-30
irc: add missing modifier "irc_color_decode_ansi" in comment on function irc_...
Sébastien Helleu
2020-03-28
irc: move functions irc_protocol_get_message_tags and irc_protocol_parse_time...
Sébastien Helleu
2020-03-28
irc: remove empty lines
Sébastien Helleu
2020-03-27
irc: fix typo in description of message 001
Sébastien Helleu
2020-03-27
irc: add examples of NOTICE and PRIVMSG messages to channel ops
Sébastien Helleu
2020-03-22
ruby: fix compiler warning on third argument of function weechat_ruby_hash_fo...
Sébastien Helleu
2020-03-21
irc: use larger buffer for message in function irc_message_split_authenticate...
Sébastien Helleu
2020-03-21
irc: split AUTHENTICATE message in 400-byte chunks (closes #1459)
Sébastien Helleu
2020-03-21
irc: replace "char *" by "const char *" in arguments of split functions
Sébastien Helleu
2020-03-20
api: add info "auto_connect" (closes #1453)
Sébastien Helleu
2020-03-15
irc: set channel modes to NULL instead of "+" when no modes are remaining
Sébastien Helleu
2020-03-15
irc: add another example of MODE message
Sébastien Helleu
2020-03-15
irc: remove unused variable "modes" from function irc_bar_item_buffer_name_co...
Sébastien Helleu
2020-03-12
irc: fix variable name in function irc_server_connect when GnuTLS is disabled
Sébastien Helleu
2020-03-10
irc: rename argument in function irc_protocol_is_numeric_command
Sébastien Helleu
2020-03-10
irc: return 0 in function irc_protocol_is_numeric_command if the command is N...
Sébastien Helleu
2020-03-09
irc: add support of fake servers (no I/O, for testing purposes)
Sébastien Helleu
2020-03-08
irc: copy temporary server flag in command /server copy
Sébastien Helleu
2020-03-02
relay: accept hash of password in init command with option "password_hash"
Sébastien Helleu
2020-03-01
script: rename variable length_hash to hash_size
Sébastien Helleu
2020-03-01
relay: rename variable length_hash to hash_size
Sébastien Helleu
2020-03-01
api: add function crypto_hash_pbkdf2
Sébastien Helleu
2020-03-01
core: move crypto functions to wee-crypto.c, rename API function string_hash ...
Sébastien Helleu
2020-03-01
core: merge functions string_hash_binary and string_hash into a single functi...
Sébastien Helleu
2020-03-01
script: call function string_hash in script_repo_sha512sum_file to compute SH...
Sébastien Helleu
2020-03-01
relay: call function string_hash_binary in relay_websocket_build_handshake to...
Sébastien Helleu
2020-02-29
api: add functions string_hash_binary and string_hash
Sébastien Helleu
2020-02-28
php: fix crash when loading script with PHP 7.4 (closes #1452)
Sébastien Helleu
2020-02-18
script: fix memory leak in read of script repository file if it has invalid c...
Sébastien Helleu
2020-02-16
script: fix unexpected display of scripts list in buffer with command /script...
Sébastien Helleu
[next]