Age | Commit message (Collapse) | Author |
|
(weechat protocol)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes https://github.com/weechat/weechat/issues/1476
|
|
relay_auth_generate_nonce
|
|
|
|
|
|
#1475, closes #1477)
|
|
Fixes https://github.com/weechat/weechat/issues/1475 .
|
|
This speeds up tests by about 30%.
|
|
|
|
(Travis CI)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(weechat protocol)
Configuration options renamed:
* relay.network.auth_password -> relay.network.password_hash_algo
* relay.network.hash_iterations -> relay.network.password_hash_iterations
Handshake command options renamed:
* password -> password_hash_algo
Handshake reply keys renamed:
* auth_password -> password_hash_algo
* hash_iterations -> password_hash_iterations
|
|
|
|
|
|
|
|
|
|
|
|
protocol)
|
|
|
|
|
|
This fixes build on Cygwin.
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
Colors changed:
* relay.color.status_active: lightblue -> green
* relay.color.status_auth_failed: lightred -> lightmagenta
* relay.color.status_connecting: yellow -> white
* relay.color.status_waiting_auth: brown -> yellow
The color relay.color.status_disconnected remains lightred by default.
|