Support Custom Tor Configuration #300

Merged
erinn merged 4 commits from custom_tor_config into trunk 2022-01-12 23:19:15 +00:00
Owner
erinn was assigned by sarah 2022-01-12 22:05:22 +00:00
sarah changed title from WIP: Support Custom Tor Configuration to Support Custom Tor Configuration 2022-01-12 22:41:42 +00:00
sarah force-pushed custom_tor_config from ff5ca1e3ae to 958be3e8f7 2022-01-12 22:43:48 +00:00 Compare
Member
Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/cwtch-ui/457
erinn approved these changes 2022-01-12 22:50:34 +00:00
@ -60,0 +103,4 @@
try {
settings.socksPort = int.parse(socksPort);
saveSettings(context);
} catch (e) {}
Owner

should probably maketoast(error) or otherwise communicate failure

should probably maketoast(error) or otherwise communicate failure
@ -60,0 +118,4 @@
try {
settings.controlPort = int.parse(controlPort);
saveSettings(context);
} catch (e) {}
Owner

ditto

ditto
sarah added 1 commit 2022-01-12 23:16:13 +00:00
continuous-integration/drone/pr Build is failing Details
26f32a0790
Update Translations + Error Reporting
Author
Owner
No description provided.
erinn merged commit 1bd2195be4 into trunk 2022-01-12 23:19:15 +00:00
Member
Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/cwtch-ui/458
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cwtch.im/cwtch-ui#300
No description provided.