Sasha Hilton
|
d923f3bad3
|
Add with-dns-sd feature flag
|
2018-01-31 12:00:53 +01:00 |
|
Thomas Bächler
|
2465b0f57f
|
Refactor the discovery module to remove usage of deprecated functions
|
2018-01-25 23:23:45 +01:00 |
|
Thomas Bächler
|
630de8c0a9
|
Use futures::sync::mpsc::UnboundedSender::unbounded_send() instead of the deprecated send()
|
2018-01-25 23:23:45 +01:00 |
|
Thomas Bächler
|
5237203899
|
Remove usage of deprecated BoxFuture, BoxStream and BoxSink
|
2018-01-25 23:23:45 +01:00 |
|
Paul Lietar
|
bf60f6e7ab
|
Create new librespot-core crate
|
2017-08-03 19:58:44 +01:00 |
|
Paul Lietar
|
0770f6ce61
|
Move authentication to a different directory, and make discover use hyper.
|
2016-03-17 03:28:28 +00:00 |
|
Paul Lietar
|
39af43728a
|
Refactor authentication to separate protocol and token generation.
|
2016-03-13 20:45:31 +00:00 |
|
Paul Lietar
|
327bb8477e
|
Move Session::connect to authentication.rs
|
2016-01-26 23:02:17 +00:00 |
|
Paul Lietar
|
7a1db5f5a9
|
Encapsulate the session data and configuration.
|
2016-01-26 22:34:57 +00:00 |
|
Paul Lietar
|
fd6b805bfd
|
Fix some clippy warnings.
|
2016-01-02 16:48:44 +01:00 |
|
Paul Lietar
|
90eeed3f80
|
rustfmt
|
2016-01-02 16:20:35 +01:00 |
|
Paul Lietar
|
2c2ff16986
|
discovery: Truncate the AES key to 128
The computed key is 20 bytes long (SHA1 checksum), but it used for AES128.
The last 4 bytes should therefore be dropped.
|
2016-01-02 13:30:01 +01:00 |
|
Paul Lietar
|
38351c9a87
|
Make dns-sd optional
|
2016-01-02 02:28:54 +01:00 |
|
Paul Lietar
|
bead9daf78
|
Add zeroconf based authentication.
|
2016-01-02 00:27:08 +01:00 |
|