summaryrefslogtreecommitdiff
path: root/crates/arti-client/src/config.rs
Commit message (Expand)AuthorAgeFilesLines
* arti, arti-client, tor-keymgr: Remove keystore dir configuration.Gabriela Moldovan2024-02-211-28/+0
* tor-keymgr: Abolish ArtiNativeKeystoreConfig::expand_keystore_dir.Gabriela Moldovan2024-01-101-2/+2
* arti-client::config: Turn a TODO HSS into #1185.Nick Mathewson2024-01-091-1/+1
* Merge branch 'public-dir-mgr-config' into 'main'Ian Jackson2024-01-091-1/+1
|\
| * dirmgr: Make the `dir_mgr_config` method publicEmil Engler2024-01-091-1/+1
* | Fix typosDimitris Apostolou2024-01-081-1/+1
|/
* arti-client: Add an accessor for the keystore config.Gabriela Moldovan2023-12-141-0/+5
* arti_config: remove experimental-api as way to enable keymgr.Nick Mathewson2023-12-131-7/+4
* arti-client: use sub_builder for ArtiNativeKeystoreConfigNick Mathewson2023-12-131-10/+3
* arti_client: enable keymgr when keymgr feature is configuredNick Mathewson2023-12-131-11/+9
* arti config: Declare who is supposed to add path leaf componentsIan Jackson2023-12-041-0/+10
* tor-dirmgr: Rename DirMgrConfig.cache_path to cache_dirIan Jackson2023-12-041-1/+1
* arti config: Declare cache_dir /var/cache like natureIan Jackson2023-12-041-0/+5
* arti config: Declare cache_dir is not necessarily just the Tor directoryIan Jackson2023-12-041-1/+1
* Added macro for StorageConfig expand dirrdbo2023-11-171-13/+15
* arti-client: Re-export onion-service configuration types.Nick Mathewson2023-10-031-0/+6
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Use "typos-cli" to fix a bunch of typos.Nick Mathewson2023-08-221-1/+1
* arti-client: fix conditional unused_import and dead_code warningsNick Mathewson2023-08-161-3/+5
* arti-client: Use Path::join instead of format!.Gabriela Moldovan2023-08-141-1/+1
* arti-client: Make from_directories() derive the keystore_dir from state_dir.Gabriela Moldovan2023-08-111-1/+39
* bridge config: Fix an error message slightlyIan Jackson2023-08-081-1/+1
* arti-client config test: partially un-degrade formattingIan Jackson2023-08-081-10/+10
* arti-client config test: degrade formattingIan Jackson2023-08-081-12/+18
* arti-client config: Add an extra test case for bridgesIan Jackson2023-08-081-0/+45
* bridge config: reject bridges=true when there are no bridgesIan Jackson2023-08-081-2/+0
* Add error if [[bridges.transports]] isn't written in config fileSaksham Mittal2023-08-011-10/+201
* arti-client: Use a default keystore config if `experimental-api` is disabled.Gabriela Moldovan2023-07-201-3/+3
* arti-client: Use the config struct from tor-keymgr.Gabriela Moldovan2023-07-131-85/+11
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Additional documentation around bridges/PT configurationNick Mathewson2023-07-031-1/+14
* Add a missing "experimental-api" rustdoc notationNick Mathewson2023-06-291-0/+1
* Merge branch 'keymgr-config' into 'main'gabi-2502023-06-291-0/+97
|\
| * arti-client: Fix clippy lint.Gabriela Moldovan2023-06-291-0/+1
| * arti-client: Make keystore_dir an experimental option.Gabriela Moldovan2023-06-291-24/+17
| * arti-client: Add TODO regarding keystore_dir deserialization.Gabriela Moldovan2023-06-291-0/+3
| * tor-config: Make ItemOrBool an experimental feature.Gabriela Moldovan2023-06-291-3/+22
| * arti-client: Add expand_keystore_dir function.Gabriela Moldovan2023-06-291-0/+13
| * arti-client: Add keystore_dir to StorageConfig.Gabriela Moldovan2023-06-291-1/+69
* | Turn off HS client connections by defaultIan Jackson2023-06-291-1/+1
|/
* HS configuration: Plumb configuration throughIan Jackson2023-06-281-0/+2
* HS configuration: Add and honour `allow_onion_addrs` in configurationIan Jackson2023-06-281-0/+7
* add a few more comments on PTstrinity-1686a2023-06-091-0/+2
* complement general documentation on bridges and pttrinity-1686a2023-06-071-0/+2
* move snowflake example to dedicated file and comment it moretrinity-1686a2023-06-071-27/+5
* add documentation for configuring snowflake pttrinity-1686a2023-06-071-4/+27
* arti-client: Only run BridgesConfig doc test if pt-client feature is enabled.Gabriela Moldovan2023-05-021-1/+2
* tor_client: Add some example code for BridgeConfig.Nick Mathewson2023-03-241-0/+49
* arti-client: Make TransportConfigListBuilder public.Nick Mathewson2023-03-241-1/+8
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1