Commit Graph

2612 Commits

Author SHA1 Message Date
Micah Lee
2b1a3e927e Merge pull request #206 from lazlolazlolazlo/codestyle
Fix some small codestyle issues according to pep8.
2015-11-08 12:43:42 -08:00
Micah Lee
84feeeee99 Merge pull request #205 from lazlolazlolazlo/dutch
Update Dutch translation strings.
2015-11-08 12:43:08 -08:00
Christopher J. Markiewicz
89c363d247 Clean up and exit on Ctrl-Q 2015-11-06 20:43:37 -05:00
Micah Lee
55c4c0fac1 Updated onionshare-gui to support ephemeral hidden services 2015-09-08 18:12:24 -07:00
Micah Lee
82e0c4e122 No need to pass transparent_torification into wait_for_hs 2015-09-08 17:48:16 -07:00
Micah Lee
1a4cb26f5d Move wait_for_hs() function into the HS class 2015-09-08 17:42:08 -07:00
Micah Lee
629a70c249 Fixed call to create_ephemeral_hidden_service, and also await_publication=True to make the app.wait_for_hs() call obsolete 2015-09-08 17:28:23 -07:00
Micah Lee
eba6dbb843 Moved hidden service login into separate file. Prefer to use ephemeral hidden services now if they are available. Ephermal does not yet work, but old hidservdir still works. 2015-09-07 22:34:54 -07:00
Micah Lee
bbee1599c5 Updated copyright year to 2015 2015-09-07 21:48:49 -07:00
Micah Lee
5d37d9b7b2 Removed all of the Tails-specific code. If we use ephemeral hidden services, we no longer need to touch the filesystem, and hopefully no longer need root in Tails. 2015-09-07 21:44:29 -07:00
Tomasz Miąsko
ee7b536073 Fix typo in SECURITY.md.
Slug is generated using 16 bytes of entropy, not 16 bits.
2015-08-01 15:02:52 +02:00
jvoisin
ac97ddf7d0 Various fixes
- more pep8
- add some forgotten deps in setup.py
2015-07-25 11:22:24 +02:00
Lazlo Westerhof
7446cee655 Fix some codestyle issues according to pep8. 2015-06-26 19:38:22 +02:00
Lazlo Westerhof
272e4244c3 Update Dutch translation strings. 2015-06-25 22:01:33 +02:00
Lazlo Westerhof
7fada800f3 Add some missing docstrings. 2015-06-25 21:55:29 +02:00
Micah Lee
d50601f5bd fixed typo in build_deb.sh 2015-06-16 15:42:39 -07:00
Micah Lee
9401077171 updated screenshots 2015-06-16 15:00:45 -07:00
Micah Lee
19fac71a3e figure out the osx_resource_dir only once, to fix issue with cli version in OSX 2015-06-16 14:30:09 -07:00
Micah Lee
ba424fa427 suppress download progress output to stdout in OSX (fixes #203) 2015-06-16 13:03:04 -07:00
Micah Lee
e6db3c27e4 Merge branch 'master' of github.com:micahflee/onionshare 2015-06-16 12:34:06 -07:00
Micah Lee
0350cb3cdc catch exceptions when cleaning up hidden services 2015-06-16 12:33:56 -07:00
Micah Lee
bba9871fd3 Merge pull request #202 from simonsmiley/simonsmiley-add-archlinux-build-instructions
add build instructions for archlinux to BUILD.md
2015-06-16 12:07:58 -07:00
Simon Hanna
b5d7966f9d add build instructions for archlinux to BUILD.md 2015-06-16 20:57:16 +02:00
Micah Lee
2e39382126 Merge branch 'freddymartinez9-master' 2015-06-16 11:03:03 -07:00
Micah Lee
03f6d85ac5 Merge branch 'master' of https://github.com/freddymartinez9/onionshare into freddymartinez9-master 2015-06-16 11:02:43 -07:00
Micah Lee
3073ec8a76 must load the window_icon before validation, because alert() requires it 2015-06-16 10:54:18 -07:00
Micah Lee
c25e8f99dc Merge pull request #194 from jvoisin/patch-1
Update setup.py
2015-06-16 10:35:31 -07:00
jvoisin
48ba0c14ed Update setup.py
Don't use `+ '/' +` but `os.path.join` instead
2015-05-31 18:44:12 +02:00
Micah Lee
61a4b9c866 typo in security design document 2015-05-28 07:20:25 -07:00
Freddy Martinez
c6160664c7 build.md was out of sync 2015-05-28 04:58:50 -05:00
Freddy Martinez
41671e58df fix for #188 2015-05-28 04:52:27 -05:00
Micah Lee
ecc3ab33d0 version bump and updated changelog 2015-05-27 14:21:19 -04:00
Micah Lee
2a1f57b994 tweak start/stop server language to make it friendlier (fixes #192) 2015-05-27 14:12:39 -04:00
Micah Lee
ec69423292 added the Security Design Document (closes #167) 2015-05-27 13:20:08 -04:00
Micah Lee
52fd77d752 Added dh-python to build instructions. Closes #189 2015-05-26 14:12:10 -07:00
Micah Lee
db75edf0a9 update build instructions for OSX to install python 2.x from python.org, which closes #75 and #187 2015-05-26 15:35:50 -04:00
Micah Lee
99fd05fa2a make build_osx.sh only codesign when you pass --sign 2015-05-26 11:55:37 -04:00
Micah Lee
26a8d44d3b added dh-python as a build dependency, for the PPA release to work 2015-05-20 12:01:23 -07:00
Micah Lee
4be8d68750 Merge branch 'master' of github.com:micahflee/onionshare 2015-05-19 13:34:48 -07:00
Micah Lee
210448d6c9 In Linux, create HS dir in /tmp/onionshare/* (#185), and also connect to Tor control port more robustly 2015-05-19 13:34:36 -07:00
Micah Lee
886c307592 replacing signtool.exe timestamp server with globalsign one, because startssl is having problems 2015-05-18 17:04:26 -07:00
Micah Lee
90af3f2e12 version bump from 0.7dev to 0.7 in windows installer 2015-05-18 16:46:26 -07:00
Micah Lee
c0f049bcff Merge branch 'master' of github.com:micahflee/onionshare 2015-05-18 15:53:10 -07:00
Micah Lee
31193d63cd version bump and updated changelog 2015-05-18 15:53:02 -07:00
Micah Lee
1f52c9b565 Handles a new exception that gets thrown in Tails using a bridge while waiting for the HS 2015-05-18 20:54:04 +00:00
Micah Lee
5b46688367 updated location of build_deb.sh in Tails install script (#181) 2015-05-18 18:42:50 +00:00
Micah Lee
eb9dc99a19 URL display is no longer tiny, and window gets autoresized if URL is too big (fixes #183) 2015-05-18 11:05:33 -07:00
Micah Lee
288e8ca532 new Windows icon file (#182) 2015-05-18 10:39:01 -07:00
Micah Lee
815c2a8741 changed cwd in onionshare CLI script for OSX in the right places to support both loading strings and relative paths for files to share (#132) 2015-05-16 13:37:28 -07:00
Micah Lee
a41109dcb4 updated readme 2015-05-15 19:12:53 -07:00