Commit Graph

673 Commits (master)
 

Author SHA1 Message Date
Apprentice Harper c1d7fcbb7f
Merge pull request #1545 from lejando/patch-1
Update FAQs.md. Thanks, lejando.
3 years ago
Apprentice Harper 45eefd6c80
Merge pull request #1539 from josdion/master
Preserve filename encoding flag when fixing epub archive
3 years ago
Roman Shterenzon 33e37eb375 Python 3.x fix 3 years ago
Aldo Bleeker 4229b8ff85 Another Python 3 fix 3 years ago
Aldo Bleeker 91e4645315 Another Python 3 fix 3 years ago
Aldo Bleeker 425d8af73e Python 3 fix 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
Threak d7ddc2ab93 Try new openssl library name 3 years ago
mkb79 fd51422a36 Enhance parsing DrmIon files
Adding support for parsing plaintext in DrmIon files.

This is needed by my kindle project. When downloading an ebook with my package it gives me a metadata file wich is DrmIon encoded. This file containes plaintext instead of encrypted pages.
3 years ago
lejando cb36ca1b0d
Update FAQs.md
Removed space from Mac and Win and period from Mac SHA-256 Hashes, which prevent automatic comparison.
3 years ago
Apprentice Harper 76a47e0dd0 Version number update
Update to 7.1.0 for a full release
3 years ago
Apprentice Harper 70a754fb46
Merge pull request #1529 from ableeker/python3
Fix for Python 3
3 years ago
josdion ffd79d5fe4 Preserve filename encoding flag when fixing epub archive 3 years ago
Aldo Bleeker 21a7b13524 Fix for Python 3 3 years ago
Apprentice Harper 52bdbe95c9
Merge pull request #1522 from lkcv/patch-1
Add detection for Kobo directory location on Linux
3 years ago
Apprentice Harper 495dda3809
Merge pull request #1502 from ableeker/python3
Fix for broken book keys
3 years ago
Apprentice Harper 52e83922c0
Merge pull request #1499 from xxyzz/kfx
encode serialnum before returning it, close #1479
3 years ago
lkcv 6cbc5285cb
Update obok.py 3 years ago
Aldo Bleeker 33b9630ca5 Fix for broken book keys 3 years ago
xxyzz 9346f86f73
encode serialnum before returning it, close #1479 3 years ago
Apprentice Harper 8d2d6627cf
Merge pull request #1482 from 2weak2live/master
Fix python3 encoding problem in voucher decryption
3 years ago
Apprentice Harper 6f198b247c
Merge pull request #1481 from icaroscherma/patch-1
[Tetrachroma FileOpen] Fixes Python 2.7 import issue, not linked to pywin
3 years ago
Apprentice Harper 9fb95eff41
Merge pull request #1491 from jony0008/master
Update sv
3 years ago
llrosy798 0b2b81fd23
fix previous bug 3 years ago
llrosy798 63aecc598f
update secret table 3 years ago
llrosy798 51c8be6baf
fill unknown symbols in known catalog 3 years ago
Jony 7aab8a3711
Update sv 3 years ago
2Weak2Live 2789cee331 Fix python3 encoding problem in voucher decryption 3 years ago
Ícaro R. Scherma 823704cf36
Fixes Python 2.7 import issue, not linked to pywin 3 years ago
Apprentice Harper a7974f0f14 Update ineptpdf.py
integer division, and version
3 years ago
Apprentice Harper ed412bee35 Updated to inept.pdf for PC
Contributed changes for PC compatibility. Thanks, Aldo.

Update main version to 7.0.2
3 years ago
Apprentice Harper 6cee615f26 Update ineptpdf.py
Fix handling of metadata
3 years ago
Apprentice Harper c4581b4d72 Version to 7.0.1, ineptpdf fixes
ineptpdf should now decrypt at least some Adobe PDFs
3 years ago
Apprentice Harper f6a568bcc1 Update ineptepub.py
Handle uncompressed elements (if any) in the zip file.
3 years ago
Apprentice Harper bf6170e613
Merge pull request #1445 from ableeker/python3
Some more fixes for ePub
3 years ago
Apprentice Harper afcd79c0cc
Merge pull request #1443 from jony0008/master
Update sv translation
3 years ago
Apprentice Harper fdf0389936 MobiDeDRM fixes
Change handling of PIDs to cope with byte arrays or strings passed in. Also fixed handling of a very old default key format.
3 years ago
Aldo Bleeker 5599c1694b Some more fixes for ePub 3 years ago
Jony dff90fae6f
Update sv translation 3 years ago
Apprentice Harper d33f679eae
Merge pull request #1413 from ableeker/python3
Small fix to make Obok help link work.
3 years ago
Aldo Bleeker 225e74a334 Small fix to make Obok help work. 3 years ago
Apprentice Harper 13e9a14907
Merge pull request #1398 from xxyzz/config
return str from load_resource()
3 years ago
Apprentice Harper 92ea0a2f24
Merge pull request #1392 from penenkel/patch-1
Add conversion from bytearray to bytes so that pids are hashable
3 years ago
xxyzz a1059650f6
return str from load_resource() 3 years ago
penenkel a3cc221932
Revert changes to k4mobidedrm.py 3 years ago
penenkel 6732be1434
`getPidList()` now returns pids as bytes instead of bytearrays 3 years ago
penenkel ad5cb056f0
Add conversion from bytearray to bytes so that pids are hashable 3 years ago
Apprentice Harper d3c7388327
Merge pull request #1389 from ableeker/python3
Python 3 fixes for __init__.py
3 years ago
Aldo Bleeker 8e436ad920 Python 3 fixes fort correct version of __init__.py 3 years ago