Commit Graph

32 Commits (master)

Author SHA1 Message Date
NoDRM b9bad26d4b Prepare release candidate v10.0.9 9 months ago
NoDRM 3151dbbd98 Try fixing a Python2 bug in the Obok plugin (#235) 1 year ago
NoDRM e16748e854 Untested code for the Obok plugin to allow adding duplicate books.
See #148
2 years ago
NoDRM b404605878 Another Python2 Bugfix for Obok 2 years ago
NoDRM 59839ae5c7 Fix Calibre 6 issue in Obok plugin 2 years ago
NoDRM 077e8f5c2a Prepare release v10.0.3 2 years ago
NoDRM c12d214b59 Fix Obok plugin on Calibre 6 (#98) 2 years ago
NoDRM b283777c0a Add back unpad to fix Python2 support 2 years ago
Brose Johnstone 1f13ae0f78 Obok: Fix invalid UTF-8 causing UI to not open
For some reason, the title of a book on my device causes Obok to choke. Apparently it's not valid UTF-8.
This fixes that by ignoring decode errors.
2 years ago
a980e066a01 a1dd63ae5f Remove OpenSSL support; only support PyCryptodome
This allows us to clean up the code a lot.

On Windows, it isn't installed by default and
most of the time not be found at all.

On M1 Macs, the kernel will kill the process instead.

Closes #33.
2 years ago
NoDRM 5b3e3e420f Make plugin work in Calibre 6 (Qt 6) 2 years ago
NoDRM b11aadcca6 Bugfixes in standalone code for Calibre < 5 / Python 2 2 years ago
NoDRM a44b50d1d8 LCP support 2 years ago
Derek Tracy 1545d76803 Support Python 2.7 and Python 3 winreg imports on Windows 2 years ago
NoDRM d9353bdd93 Obok plugin cleanup 2 years ago
Aldo Bleeker 77dcc462aa Fix for decryption check 2 years ago
journeyman88 14947cd10c Update obok.py
Changed MAC address fetching code to address possibile regression
2 years ago
Apprentice Harper 73af5d355d whitespace and some unicode/bytes
Minor changes.
3 years ago
Apprentice Harper 45a1a64db5 Update version and FAQs
Version 7.2.0 with all the latest pull requests, including on for the latest KFX encryption.
3 years ago
Apprentice Harper 86a90117e5
Merge pull request #1586 from raiden64/master
Fix in keyfetch for obok on MacOS
3 years ago
raiden64 0ce86fa8db Fix in keyfetch for obok on MacOS 3 years ago
journeyman88 ecc7db09a9 Fix in keyfetch for obok on win10
According to calibre debug the ipconfig command returned some invalid utf-8 characters (I think is maybe an issue due to the Python2 switch-off as the 4.x version worked fine).
To solve this I've changed the external call and modified the regex to match both the output of "ipconfig" and that of "wmic".
3 years ago
Apprentice Harper 76a47e0dd0 Version number update
Update to 7.1.0 for a full release
3 years ago
lkcv 6cbc5285cb
Update obok.py 3 years ago
Jony 7aab8a3711
Update sv 3 years ago
Jony dff90fae6f
Update sv translation 3 years ago
Aldo Bleeker 225e74a334 Small fix to make Obok help work. 3 years ago
Jeremy Whiting 0add3646d9 _winreg in python3 has been changed to winreg. Update imports. 4 years ago
HdV 7f758566d3 Changes to make obok work on win
_winreg renamed to winreg in python 3
os.popen3() replaced by subprocess.Popen()
4 years ago
Apprentice Harper de50a02af9 More generic 3.0 changes, to be tested. 4 years ago
Apprentice Harper afa4ac5716 Starting on Version 7.0 using the work done by others. Completely untested. I will be testing things, but I thought I'd get this base version up for others to give pull requests.
THIS IS ON THE MASTER BRANCH. The Master branch will be Python 3.0 from now on. While Python 2.7 support will not be deliberately broken, all efforts should now focus on Python 3.0 compatibility.

I can see a lot of work has been done. There's more to do. I've bumped the version number of everything I came across to the next major number for Python 3.0 compatibility indication.

Thanks everyone. I hope to update here at least once a week until we have a stable 7.0 release for calibre 5.0
4 years ago
Apprentice Harper 92bf51bc8f Remove stand-alone apps. Only support the two plugins. 4 years ago