This website requires JavaScript.
Explore
Help
Sign In
Git-Mirrors
/
onionshare
Watch
1
Star
0
Fork
0
You've already forked onionshare
mirror of
https://github.com/onionshare/onionshare.git
synced
2025-01-28 07:17:15 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
onionshare
/
onionshare
History
Micah Lee
097f5f6047
Merge branch 'develop' into 1064_tabs
2020-03-22 11:23:24 -07:00
..
web
Move private_key, hidservauth_string, and password from "persistent" mode settings to "onion" mode settings; and make it so the onion settings are always saved in each tab, even if the tab is not persistent, so if you stop and start a service in the same tab it has the same onion address and password
2019-12-08 10:13:56 -08:00
__init__.py
Merge branch 'develop' into 1064_tabs
2020-03-22 11:23:24 -07:00
common.py
If running from onionshare CLI, use a new temporary tor data dir, and if running onionshare-gui, always use the same tor data dir
2019-11-28 14:02:00 -08:00
mode_settings.py
Move private_key, hidservauth_string, and password from "persistent" mode settings to "onion" mode settings; and make it so the onion settings are always saved in each tab, even if the tab is not persistent, so if you stop and start a service in the same tab it has the same onion address and password
2019-12-08 10:13:56 -08:00
onion.py
Refactor Onion to store all state for auto-start timer directly in the mode settings, and not in the Onion object itself
2019-12-08 12:51:30 -08:00
onionshare.py
Refactor Onion to store all state for auto-start timer directly in the mode settings, and not in the Onion object itself
2019-12-08 12:51:30 -08:00
settings.py
Starting to make persistent tabs persistent
2019-11-02 21:45:55 -07:00
strings.py
Replace .format with python 3.6 f-strings in onionshare module
2019-10-20 10:15:16 -07:00