summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli/src/cmds/relay.rs
AgeCommit message (Expand)AuthorFilesLines
2021-03-01Rename "IP protocol" to "IP version"David Lönnhager1-7/+7
2021-03-01Include IP version constraint in 'mullvad relay get'David Lönnhager1-2/+19
2021-03-01List IPv6 addresses with 'mullvad relay list'David Lönnhager1-1/+9
2021-03-01Update CLIDavid Lönnhager1-4/+32
2021-02-10Update CLI to handle multiple providersDavid Lönnhager1-16/+18
2021-01-28Rename GrpcClientErrorDavid Lönnhager1-2/+2
2021-01-28Specify exactly what failed in the CLI when multiple RPCs may failDavid Lönnhager1-2/+8
2020-11-23Rename `mullvad relay set relay` to `mullvad relay set hostname`Robin Gögge1-4/+4
2020-08-25List hosting providers in the CLIDavid Lönnhager1-2/+2
2020-08-25Add CLI command to control provider constraintDavid Lönnhager1-7/+42
2020-08-24Add refactoring TODO commentDavid Lönnhager1-0/+2
2020-08-24CLI: Show a warning if the location constraints point to a relay that cannot ...David Lönnhager1-0/+41
2020-08-24Add 'mullvad relay set relay' commandDavid Lönnhager1-31/+95
2020-08-20Remove ANY_PROTOCOL and ANY_TUNNEL from protobuf schemaDavid Lönnhager1-27/+35
2020-08-20Add mullvad-management-interface crate for IPC types and functionsDavid Lönnhager1-8/+8
2020-08-20Use gRPC for management interface in backend and CLIDavid Lönnhager1-118/+269
2020-07-16Use talpid_types TunnelType instead of TunnelProtocolEmīls1-4/+6
2020-05-07Fix a small typoAndrew Morgan1-1/+1
2019-11-27Add tunnel-protocol subcomand to CLIEmīls1-4/+28
2019-09-17Sort countries, cities and relays with natural sorting in CLILinus Färnstrand1-3/+3
2019-09-16Require the "mullvad relay set custom" command to have a subcommandLinus Färnstrand1-0/+1
2019-09-13Sort bridge/relay list output on hostname as well in CLILinus Färnstrand1-1/+3
2019-09-13Print out relay hostnames in CLI relay/bridge list commandLinus Färnstrand1-0/+14
2019-09-13Sort countries/cities on lowercase names in CLILinus Färnstrand1-3/+8
2019-09-13Filter relays on the new "active" flag in the CLILinus Färnstrand1-0/+25
2019-08-12Replace ::std with just stdLinus Färnstrand1-2/+2
2019-07-26Update CLIEmīls Piņķis1-8/+8
2019-06-12Fix various things clippy pointed out in CLILinus Färnstrand1-1/+1
2019-05-28Factor out location parsing in CLIEmīls Piņķis1-75/+7
2019-05-27Automatically print help when no subcommand givenLinus Färnstrand1-2/+2
2019-04-15Convert errors in CLI away from error-chainLinus Färnstrand1-5/+5
2019-04-04Add #![deny(rust_2018_idioms)] to all crates and fix warningsLinus Färnstrand1-7/+7
2019-02-28Add {v4,v6}_gateway fields to TunnelMetadataEmīls Piņķis1-7/+21
2019-02-14Update CLI to set wireguard constraintsEmīls Piņķis1-14/+38
2019-02-04Fix wireguard config bugEmīls Piņķis1-2/+0
2019-02-04Allow cli to set custom wireguard relayEmīls Piņķis1-57/+149
2019-01-30Refactor mullvad typesEmīls Piņķis1-11/+28
2019-01-18Add wireguard-go support in talpid-coreEmīls Piņķis1-1/+2
2018-12-13Activate the merge_imports rustfmt featureLinus Färnstrand1-4/+6
2018-12-13Convert mullvad-cli to Rust 2018Linus Färnstrand1-1/+1
2018-11-21Fix formatting for rustfmt for rustc 1.32.0-nightly (f1e2fa8f0 2018-11-20)Emīls Piņķis1-1/+1
2018-11-07Update paths to start with crate:: etcLinus Färnstrand1-1/+1
2018-11-05Add CLI command for making daemon update relay listLinus Färnstrand1-4/+16
2018-10-29Remove a number of #[macro_use] in favor of new way of importingLinus Färnstrand1-1/+1
2018-10-10Make relay constraints and parameters pretty printableLinus Färnstrand1-1/+1
2018-09-27Reformat with rustfmt 0.99.5Linus Färnstrand1-13/+26
2018-09-08Make CLI use get_settings for fetching settingsLinus Färnstrand1-1/+1
2018-09-05Allow setting hostname in location constraintsLinus Färnstrand1-6/+26
2018-08-29Change mullvad-cli to use new jsonrpc clientEmīls Piņķis1-5/+4
2018-08-15Simplify `relay list` command in CLIJanito Vaqueiro Ferreira Filho1-6/+1