| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Remove TODO for #1191 | Nick Mathewson | 2024-01-17 | 1 | -3/+0 | |
| |/ / | | | | | | | | | | | The bug described here was already fixed as #1065 via !1681. Closes #1191. | |||||
| * | | Merge branch 'is_hs_intro_point' into 'main' | Nick Mathewson | 2024-01-16 | 5 | -16/+22 | |
| |\ \ | | | | | | | | | | | | | | | | | | | RouterStatus: Add test functions for Fast and Stable flags. Closes #1240 See merge request tpo/core/arti!1884 | |||||
| | * | | semver note. | Nick Mathewson | 2024-01-16 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | ipt_mgr: Remove todo-#1211 | Nick Mathewson | 2024-01-16 | 1 | -12/+7 | |
| | | | | | | | | | | | | | | | | | | | All appropriate checks here should be in `is_hs_intro_point()`. Closes #1211. | |||||
| | * | | netdir: Only choose Stable relays as introduction points. | Nick Mathewson | 2024-01-16 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | This implements Relay::is_hs_intro_point. Close #1240. | |||||
| | * | | netdir: flag every testnet relay as Fast and Stable | Nick Mathewson | 2024-01-16 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | As we enforce these flags in more places, it will be handy for our default network to have them for its relays. | |||||
| | * | | RouterStatus: Add test functions for Fast and Stable flags. | Nick Mathewson | 2024-01-16 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | (We don't need Fast right now, but we will certainly need it down the line.) | |||||
| * | | | Merge branch 'err_on_no_onion_service_support' into 'main' | Nick Mathewson | 2024-01-16 | 5 | -6/+53 | |
| |\ \ \ | |_|/ |/| | | | | | | | | | | | | | | Give an error when user configured onion services with no support. Closes #1184 See merge request tpo/core/arti!1885 | |||||
| | * | | On error, suggest recompiling with onion-service-service | gabi-250 | 2024-01-16 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Give an error when user configured onion services with no support. | Nick Mathewson | 2024-01-16 | 4 | -5/+52 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We do this by adding a stub config and config builder type, whose only purpose is to generate an error if anything is deserialized into it. (If this turns out not to be the best pattern, we can change it later, since this is all internal to the `arti` crate.) Closes #1184. | |||||
| | * | | config: Fix output of NoCompileTimeSupport::within | Nick Mathewson | 2024-01-16 | 1 | -1/+1 | |
| | |/ | | | | | | | | | Previously, within() would transform this error variant into Invalid. | |||||
| * / | hsrproxy: Temporarily remove ability to config unix addresses | Nick Mathewson | 2024-01-16 | 4 | -13/+26 | |
| |/ | | | | | | | | I'm taking this out for now since we don't have support for actually making these addresses work, and the current behavior will just ignore connections silently. Closes #1245 | |||||
| * | Merge branch 'hsservice_todos_misc_part2' into 'main' | Nick Mathewson | 2024-01-15 | 2 | -43/+57 | |
| |\ | | | | | | | | | Triage most remaining TODO HSS items in tor-hsservice See merge request tpo/core/arti!1880 | |||||
| | * | Typo fixes | gabi-250 | 2024-01-15 | 1 | -2/+2 | |
| | | | ||||||
| | * | Downgrade a TODO about dropping unlisted ipts to #1239 | Nick Mathewson | 2024-01-13 | 1 | -1/+1 | |
| | | | ||||||
| | * | hsservice: Replace TODO comment about intro_established checking with #1238. | Nick Mathewson | 2024-01-13 | 1 | -1/+1 | |
| | | | ||||||
| | * | Rename IptEstablisher::{new => launch} | Nick Mathewson | 2024-01-13 | 2 | -3/+2 | |
| | | | ||||||
| | * | hsservice: Turn TODOs about ipt_establisher error handling to #1237 | Nick Mathewson | 2024-01-13 | 1 | -6/+6 | |
| | | | ||||||
| | * | hsservice: Remove TODO HSS about a type that is already Arc. | Nick Mathewson | 2024-01-13 | 1 | -2/+0 | |
| | | | ||||||
| | * | hsservice: Replace shutdown-TODO HSS with references to #1236 | Nick Mathewson | 2024-01-13 | 1 | -2/+2 | |
| | | | ||||||
| | * | Downgrade a TODO about wanting a better API. | Nick Mathewson | 2024-01-13 | 1 | -1/+1 | |
| | | | ||||||
| | * | hsservice: Remove an erroneous TODO | Nick Mathewson | 2024-01-13 | 1 | -1/+1 | |
| | | | | | | | | | | | k_sid was not redundant with RequestContext: the latter only held the public key, but the reactor here needed the entire keypair. | |||||
| | * | hsservice: Convert TODOs about ipt reconfiguration to refer to #1209. | Nick Mathewson | 2024-01-13 | 1 | -2/+2 | |
| | | | | | | | | | | | (I've expanded #1209 to give us the option to either _implement_ these transitions, or _forbid_ them. We shouldn't just ignore them, though.) | |||||
| | * | hsservice: Convert TODOs about documentation to refer to #1235. | Nick Mathewson | 2024-01-13 | 1 | -3/+3 | |
| | | | ||||||
| | * | hsservice: Remove an outdated TODO: Ipt ids are indeed unique. | Nick Mathewson | 2024-01-13 | 1 | -3/+0 | |
| | | | ||||||
| | * | hsservice: Remove now-needless "allows". | Nick Mathewson | 2024-01-13 | 1 | -1/+0 | |
| | | | ||||||
| | * | hsservice: Remove the unused n_faults field | Nick Mathewson | 2024-01-13 | 2 | -11/+0 | |
| | | | | | | | | | (We can revert this later if it turns out to be needed.) | |||||
| | * | hsservice: Turn a TODO into #1234. | Nick Mathewson | 2024-01-13 | 1 | -1/+1 | |
| | | | | | | | | | This is a MUST. | |||||
| | * | hsservice: Resolve some TODO HSS items in IptParameters declaration | Nick Mathewson | 2024-01-13 | 1 | -5/+37 | |
| | | | | | | | | | | | Mostly, this is just adding documentation, but it is also removing a couple of no-longer-relevant TODOs. | |||||
| * | | tor-keymgr: Use keystore_error_kind() to get the error kind. | Gabriela Moldovan | 2024-01-15 | 3 | -2/+4 | |
| | | | | | | | | | Closes #1215 | |||||
| * | | Merge branch 'netdir-etc-todos' into 'main' | gabi-250 | 2024-01-15 | 3 | -12/+24 | |
| |\ \ | | | | | | | | | | | | | Triage TODOs in tor-netdir See merge request tpo/core/arti!1881 | |||||
| | * | | netdir: Downgrade a TODO in a deprecated, unused function. | Nick Mathewson | 2024-01-14 | 1 | -1/+5 | |
| | | | | ||||||
| | * | | netdir: Make TODOs on is_hs_intro_point refer to #1240 | Nick Mathewson | 2024-01-14 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | netdir: Downgrade or remove several "TODO HSS" comments. | Nick Mathewson | 2024-01-14 | 1 | -7/+5 | |
| | | | | | | | | | | | | | These are not release-blockers. | |||||
| | * | | netdir: Explain why there is no HsRend WeightRule. | Nick Mathewson | 2024-01-14 | 2 | -1/+11 | |
| | |/ | ||||||
| * / | hscrypto: Downgrade a TODO HSS comment. | Nick Mathewson | 2024-01-14 | 1 | -1/+1 | |
| |/ | | | | | This is not a blocker; it's just a code movement or duplication issue IIUC. | |||||
| * | Add a couple more TODO references (to #1227) | gabi-250 | 2024-01-13 | 1 | -2/+2 | |
| | | ||||||
| * | Remove a TODO HSS about introduce rate-limiting. | Nick Mathewson | 2024-01-12 | 1 | -2/+0 | |
| | | | | | This misunderstands the way that introduce rate-limiting works. | |||||
| * | Remove a TODO HSS that is not a TODO, just a note | Nick Mathewson | 2024-01-12 | 1 | -1/+1 | |
| | | ||||||
| * | Convert a TODO HSS about write failure into a ref to #1226 | Nick Mathewson | 2024-01-12 | 1 | -1/+1 | |
| | | ||||||
| * | Convert a TODO HSS about handling replays into a (subtle) #1233 | Nick Mathewson | 2024-01-12 | 1 | -1/+7 | |
| | | ||||||
| * | hsservice::svc: Lower "allows" to publish.rs | Nick Mathewson | 2024-01-12 | 4 | -6/+7 | |
| | | | | | See #1232 for fixing the remaining part of these. | |||||
| * | Replace TODOs about stopping onion services with #1231. | Nick Mathewson | 2024-01-12 | 1 | -2/+2 | |
| | | ||||||
| * | Remove TODO about "doing something with" rend_req_rx | Nick Mathewson | 2024-01-12 | 1 | -3/+1 | |
| | | | | | Turns out, we _do_ use this field. | |||||
| * | Change TODO about inconsistent state to #1230. | Nick Mathewson | 2024-01-12 | 1 | -1/+1 | |
| | | ||||||
| * | Link another status TODO to #1083 | Nick Mathewson | 2024-01-12 | 1 | -1/+1 | |
| | | ||||||
| * | Note a reconfiguration TODO. | Nick Mathewson | 2024-01-12 | 1 | -1/+1 | |
| | | ||||||
| * | hsservice: comment out unimplemented add_keys function. | Nick Mathewson | 2024-01-12 | 1 | -7/+6 | |
| | | ||||||
| * | hsservice: Tag two TODOS having to do with status as #1083. | Nick Mathewson | 2024-01-12 | 1 | -2/+2 | |
| | | ||||||
| * | Downgrade TODO about "unlaunched" in SvcInner. | Nick Mathewson | 2024-01-12 | 1 | -1/+1 | |
| | | ||||||
