-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix to prevent setup.py from import theonionbox; addressing PEP#517. * Housekeeping: Removed some artefacts. * Dashboard: Session 'prepared' after successful login was not accepted as valid. Fixed. * Dashboard: Truncate __HashedControlSessionPassword (alike HashedControlPassword). No need to show this in full length. * 19.3
- Loading branch information
1 parent
5b1baf0
commit aab150c
Showing
6 changed files
with
29 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ def main(): | |
|
||
if __name__ == '__main__': | ||
|
||
args = sys.argv[1:] | ||
# args = sys.argv[1:] | ||
main() | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__title__ = 'The Onion Box' | ||
__description__ = 'Dashboard to monitor Tor node operations.' | ||
__version__ = '19.2' | ||
__stamp__ = '20191202|224123' | ||
__version__ = '19.3' | ||
__stamp__ = '20191229|232641' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters