summaryrefslogtreecommitdiffstats
path: root/Obok_plugin
Commit message (Collapse)AuthorAgeFilesLines
* Prepare release candidate v10.0.9NoDRM2023-08-023-5/+5
|
* Try fixing a Python2 bug in the Obok plugin (#235)NoDRM2022-12-291-2/+8
|
* Untested code for the Obok plugin to allow adding duplicate books.NoDRM2022-10-192-3/+28
| | | | See #148
* Another Python2 Bugfix for ObokNoDRM2022-08-061-3/+10
|
* Fix Calibre 6 issue in Obok pluginNoDRM2022-08-032-5/+5
|
* Prepare release v10.0.3NoDRM2022-07-133-3/+6
|
* Fix Obok plugin on Calibre 6 (#98)NoDRM2022-07-132-3/+3
|
* Add back unpad to fix Python2 supportNoDRM2022-03-191-3/+10
|
* Obok: Fix invalid UTF-8 causing UI to not openBrose Johnstone2022-03-181-0/+1
| | | | 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.
* Remove OpenSSL support; only support PyCryptodomea980e066a012022-03-181-105/+14
| | | | | | | | | | | 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.
* Make plugin work in Calibre 6 (Qt 6)NoDRM2022-01-021-1/+7
|
* Bugfixes in standalone code for Calibre < 5 / Python 2NoDRM2021-12-291-1/+1
|
* LCP supportNoDRM2021-11-171-2/+2
|
* Support Python 2.7 and Python 3 winreg imports on WindowsDerek Tracy2021-11-162-2/+8
|
* Obok plugin cleanupNoDRM2021-11-163-4/+8
|
* Fix for decryption checkAldo Bleeker2021-11-151-3/+1
|
* Update obok.pyjourneyman882021-11-151-5/+12
| | | | Changed MAC address fetching code to address possibile regression
* whitespace and some unicode/bytesApprentice Harper2021-04-111-2/+2
| | | | Minor changes.
* Update version and FAQsApprentice Harper2021-04-111-2/+2
| | | | Version 7.2.0 with all the latest pull requests, including on for the latest KFX encryption.
* Merge pull request #1586 from raiden64/masterApprentice Harper2021-04-111-1/+1
|\ | | | | Fix in keyfetch for obok on MacOS
| * Fix in keyfetch for obok on MacOSraiden642021-03-051-1/+1
| |
* | Fix in keyfetch for obok on win10journeyman882021-03-011-2/+2
|/ | | | | 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".
* Version number updateApprentice Harper2021-02-211-2/+2
| | | | Update to 7.1.0 for a full release
* Update obok.pylkcv2021-02-071-3/+30
|
* Update svJony2021-01-202-28/+22
|
* Update sv translationJony2020-12-252-37/+41
|
* Small fix to make Obok help work.Aldo Bleeker2020-12-091-1/+1
|
* _winreg in python3 has been changed to winreg. Update imports.Jeremy Whiting2020-10-211-4/+4
|
* Changes to make obok work on winHdV2020-09-301-3/+3
| | | | | _winreg renamed to winreg in python 3 os.popen3() replaced by subprocess.Popen()
* More generic 3.0 changes, to be tested.Apprentice Harper2020-09-275-95/+79
|
* Starting on Version 7.0 using the work done by others. Completely untested. ↵Apprentice Harper2020-09-265-56/+63
| | | | | | | | | | 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
* Remove stand-alone apps. Only support the two plugins.Apprentice Harper2020-02-1625-0/+4946