Micah Lee
|
4cb90dc96d
|
Pass helpers into strings.load_strings instead of importing it, so fix issue with cx_Freeze in Windows
|
2016-09-04 20:09:18 -07:00 |
|
jvoisin
|
17e389b800
|
Improve pep8 conformance
|
2016-04-18 01:40:17 +02:00 |
|
Micah Lee
|
e81f809882
|
Move all resources (locale, images, html, version.txt) into central resources dir, and clean up logic to find absolute paths to resources
|
2016-04-12 15:14:02 -07:00 |
|
Micah Lee
|
ef5665b050
|
Switched from py2app to PyInstaller for Windows. Renamed version to version.txt, to avoid Windows namespace collision with version.dll.
|
2016-04-11 23:25:40 -07:00 |
|
Micah Lee
|
00d1e29333
|
Switch from py2app to PyInstaller
|
2016-04-10 14:20:18 -07:00 |
|
Micah Lee
|
683610e962
|
Update copyright year to 2016
|
2016-02-15 22:37:28 -08:00 |
|
Micah Lee
|
deac54db92
|
Made sure switch to python3 and Qt5 works in OSX (#261). Updated OSX instructions in BUILD.md.
|
2016-02-12 15:45:26 -08:00 |
|
Micah Lee
|
170811f450
|
Porting onionshare from python2 to python3 (#261). This commit only ports the CLI version, not the GUI. Has not been tested in Fedora, Windows, or OSX. Removed hack to make unicode filenames work because hack does not work in python3. Replaced constant_time_compare function with a new one that works in python3. Tweaked hidden service checking code because urllib is different in python3.
|
2016-02-12 14:34:19 -08:00 |
|
Micah Lee
|
fd39f84bff
|
Merge branch 'master' into ephemeral
Conflicts:
onionshare/helpers.py
onionshare/onionshare.py
|
2015-11-15 15:35:59 -08:00 |
|
Micah Lee
|
34591b5634
|
Merge branch 'master' of https://github.com/jvoisin/onionshare into jvoisin-master
Conflicts:
onionshare/socks.py
|
2015-11-08 15:53:41 -08: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 |
|
jvoisin
|
ac97ddf7d0
|
Various fixes
- more pep8
- add some forgotten deps in setup.py
|
2015-07-25 11:22:24 +02:00 |
|
Lazlo Westerhof
|
7fada800f3
|
Add some missing docstrings.
|
2015-06-25 21:55:29 +02: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
|
a86cda4549
|
Ripping out dmg code, replacing pyinstaller with py2app for OSX -- still in progress (#151)
|
2015-05-15 16:56:22 -07:00 |
|
Thomas Waldmann
|
179eefae29
|
pep8: fix empty line counts
top level: 2, else 1
I also advice to not put "pass" into empty classes, but rather a docstring instead of "pass".
|
2014-11-18 18:29:32 +01:00 |
|
Micah Lee
|
a9c68104ce
|
splits translations into multiple files (#146)
|
2014-09-19 23:15:20 +00:00 |
|
Micah Lee
|
89581b0a03
|
encode one way for CLI, encode another for GUI (#141)
|
2014-09-16 02:09:37 +00:00 |
|
Micah Lee
|
fec0c9ad65
|
fixes #115
|
2014-09-16 01:23:43 +00:00 |
|
Micah Lee
|
4edcce9ece
|
add utf-8 encoding to all .py files
|
2014-09-02 17:30:01 -07:00 |
|
Micah Lee
|
a6e99fcc21
|
added GPLv3 license to each source file
|
2014-09-02 12:10:42 -07:00 |
|
Micah Lee
|
54a37ee28e
|
Split the increasingly-sprawly onionshare module into different modules:
onionshare: the main business logic
helpers: helper function used in multiple modules
strings: handles all localized strings
web: the flask web server
|
2014-08-26 18:22:59 -07:00 |
|