Commit graph

  • ea3bcbf72c Update cargo deps master Chris Josten 2022-09-15 20:35:09 +0200
  • 10440615b8 Switch temporarily to non-broken fork of dependencies Chris Josten 2021-02-26 16:02:47 +0100
  • 0cbc9869f1 Merge branch 'master' of https://github.com/Johni0702/mumble-web-proxy Chris Josten 2021-02-08 13:43:46 +0100
  • cfae6178c7 Update tokio to 1.0 Jonas Herzig 2021-01-17 16:47:41 +0100
  • 99f702234d Update rtp to replace unmaintained rust-crypto crate Jonas Herzig 2021-01-17 16:38:09 +0100
  • 2b29a631eb Update libnice to 0.3 Jonas Herzig 2021-01-17 16:36:27 +0100
  • b7f086a59b Allow cargo vendor to run by removing a replaces Chris Josten 2020-11-27 00:02:40 +0100
  • 8b74065b80 Censor user password when logging Authenticate message Jonas Herzig 2020-11-25 12:45:59 +0100
  • c4ef94aa16
    Merge pull request #15 from seeba8/patch-1 (fixes #14) Jonas Herzig 2020-11-08 17:57:09 +0100
  • 5c9c7365c7
    Update Cargo.lock (diff goes crazy) Sebastian 2020-11-08 17:27:09 +0100
  • b5845b0819
    Update libnice dependency to 0.2.1 to fix ARM compile error (#14) Sebastian 2020-11-08 16:00:42 +0100
  • 0d499e4fb0 Be more verbose during startup (fixes #12) Jonas Herzig 2020-07-05 12:26:15 +0200
  • ec1a028aee Add missing OpenSSL dependency to README (fixes #11) Jonas Herzig 2020-07-05 12:16:13 +0200
  • ab58196ee5 Allow arguments to be specified in toml file (closes #10) Jonas Herzig 2020-07-05 12:07:43 +0200
  • 2a95f11d30 Handle IO error from peer_addr() call (fixes #8) Jonas Herzig 2020-05-06 00:14:43 +0200
  • 69451531bd Workaround rust-crypto requiring AVX2 instructions (see #7) Jonas Herzig 2020-05-05 14:30:08 +0200
  • 936d12f4a0 Use async-await instead of combinators in main.rs Jonas Herzig 2020-04-05 18:46:03 +0200
  • c2ebc19134 Remove intermediate per-destination outbound packet buffers Jonas Herzig 2020-04-05 18:17:48 +0200
  • 995eed0a9b Replace stream_to_be_sent with much simpler outbound_buf Jonas Herzig 2020-04-05 17:46:29 +0200
  • 499c430b47 Update Rust requirement in README (nightly → 1.39+) Jonas Herzig 2020-04-05 17:09:53 +0200
  • cda7f0cd7a Update dependencies (most notably futures to 0.3) Jonas Herzig 2020-04-05 16:13:45 +0200
  • 8bdd654952 Switch to Rust 2018 edition Jonas Herzig 2020-04-03 20:55:59 +0200
  • 0949807830 Stop requiring nightly Jonas Herzig 2020-04-03 20:52:28 +0200
  • f7308bb6d0 Act as stupid proxy for clients without WebRTC support Jonas Herzig 2019-02-11 20:23:07 +0100
  • 358d4a2d25 Fix ICE agent not being in controlling mode Jonas Herzig 2019-02-10 18:20:49 +0100
  • d1daad2773 Switch back to mozilla_intermediate TLS preset for compatibility Jonas Herzig 2019-02-09 16:23:57 +0100
  • a194bb6c6f Add support for running behind firewall and NAT Jonas Herzig 2019-02-09 10:40:38 +0100
  • 20848303e9 Mention nightly, libnice and clang prerequisites in README Jonas Herzig 2019-02-05 15:57:51 +0100
  • 74eb109ef5 Update FIXME about FF re-connect issue Jonas Herzig 2019-02-05 15:40:24 +0100
  • f9e85618c8 Make port in --server argument optional Jonas Herzig 2019-02-05 13:48:14 +0100
  • 8950e30690 Add option to accept invalid server certificates (fixes #3) Jonas Herzig 2019-02-05 13:29:03 +0100
  • d7dca0b84b Update webrtc-sdp to fix parsing of unknown extensions Jonas Herzig 2019-02-05 13:16:05 +0100
  • 1d6d986e13 Fix Chrome connection issue introduced with switch to tungstenite Jonas Herzig 2019-02-05 04:21:56 +0100
  • b630d7b584 Switch from websocket to tungstenite due to stability concerns (fixes #2) Jonas Herzig 2019-02-04 02:38:40 +0100
  • 443712cb22 Replace lots of generic code with dedicated mumble-protocol crate Jonas Herzig 2019-02-03 23:34:09 +0100
  • 353de4ec2f Replace "nice" crate with futures-based "libnice" crate Jonas Herzig 2019-02-02 20:54:18 +0100
  • 459b538794 Add src/protos directory (see #1) Jonas Herzig 2019-01-30 16:25:40 +0100
  • 8512ba4554 Update tokio-tls and native-tls to get rid of openssl:0.9 (fixes #1) Jonas Herzig 2019-01-30 10:47:37 +0100
  • 2358d2e20f Update rtp lib Jonas Herzig 2018-12-15 19:23:18 +0100
  • 3f079c4153 Fix transmission tracking Jonas Herzig 2018-12-15 19:15:34 +0100
  • 83773f0a1d Initial commit Jonas Herzig 2018-12-02 23:25:45 +0100