Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
server (closes #1551)
|
|
function irc_nick_is_nick
|
|
The default chantypes was conflicting with
irc_server_prefix_chars_default ("@+").
|
|
|
|
"irc_is_nick" (closes #1528)
|
|
|
|
|
|
|
|
relay_auth_generate_nonce
|
|
This speeds up tests by about 30%.
|
|
|
|
prevent replay attacks (closes #1474)
This introduces a new command called "handshake" in the weechat relay protocol.
It should be sent by the client before the "init" command, to negotiate the way
to authenticate with a password.
3 new options are added:
* relay.network.auth_password
* relay.network.hash_iterations
* relay.network.nonce_size
|
|
irc.look.color_nicks_in_names set to on
|
|
Functions tested:
- irc_color_convert_rgb2irc
- irc_color_convert_term2irc
- irc_color_for_tags
- irc_color_modifier_cb
- irc_color_weechat_add_to_infolist
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Functions tested:
* irc_protocol_is_numeric_command
* irc_protocol_log_level_for_command
* irc_protocol_tags
* irc_protocol_nick_address
* irc_protocol_cb_account
* irc_protocol_cb_away
* irc_protocol_cb_001
* irc_protocol_cb_005
|
|
Allowed algorithms are:
* PBKDF2 (SHA256 or SHA512, salt, iterations)
* SHA256
* SHA512
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
irc_message_parse_to_hashtable
|
|
|
|
|
|
|
|
argument (closes #1296)
|
|
|
|
Functions tested:
- irc_color_decode
- irc_color_encode
- irc_color_decode_ansi
|