0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Jan 30, 2025 — Jan 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Release 1.0.3
kfdm
as Paul Traylor
More... almost 10 years ago
Merge pull request #59 from kfdm/file-url-scheme
kfdm
as Paul Traylor
More... almost 10 years ago
packet __str__ method should return unicode on Python3+
kfdm
as Paul Traylor
More... almost 10 years ago
gntp cli should read files as binary
kfdm
as Paul Traylor
More... almost 10 years ago
Handle file URL scheme
kfdm
as Paul Traylor
More... almost 10 years ago
Ignore some whitespace errors
kfdm
as Paul Traylor
More... almost 10 years ago
Use python 3.5 for testing
kfdm
as Paul Traylor
More... almost 10 years ago
1.0.2 Version
kfdm
as Paul Traylor
More... about 12 years ago
Cleanup tox file and use --nologcapture with py33 to avoid errors
kfdm
as Paul Traylor
More... over 12 years ago
Fix hardcoded default hash decoding
kfdm
as Paul Traylor
More... over 12 years ago
Fix encoding by moving line to top of the file
kfdm
as Paul Traylor
More... over 12 years ago
Remove duplicate hash_algo list More... over 12 years ago
now accepts any supported kind of incoming password hash from the GNTP protocol document previously was only comparing via MD5, even if the client was sending the password hashed as SHA1, SHA256, SHA512, etc More... over 12 years ago
Add note about logging. Fixes #44
kfdm
as Paul Traylor
More... over 12 years ago
Add license header to python files
kfdm
as Paul Traylor
More... over 12 years ago
1.0.1 Version
kfdm
as Paul Traylor
More... almost 13 years ago
Fix incorrectly encoded binary data (images) and minor code cleanup
kfdm
as Paul Traylor
More... almost 13 years ago
Add comment about encode() returning byte string
kfdm
as Paul Traylor
More... almost 13 years ago
Avoid storing a result we're only checking and then discarding
kfdm
as Paul Traylor
More... almost 13 years ago
Only convert our EOL and SEP once
kfdm
as Paul Traylor
More... almost 13 years ago
Now that we're better ensuring a byte stream result, we can avoid double checking our packet.encode() result
kfdm
as Paul Traylor
More... almost 13 years ago
Fix syntax error for Python2.5
kfdm
as Paul Traylor
More... almost 13 years ago
Fix another instance where we used a built in object as a variable name
kfdm
as Paul Traylor
More... almost 13 years ago
Fix buffer class to ignore binary data better
kfdm
as Paul Traylor
More... almost 13 years ago
ignore *.pyc More... almost 13 years ago
1.0 Version
kfdm
as Paul Traylor
More... almost 13 years ago
Cleanup file modes
kfdm
as Paul Traylor
More... almost 13 years ago
Better support for installing without setuptools
kfdm
as Paul Traylor
More... almost 13 years ago
Rename variables to avoid overwriting built in objects
kfdm
as Paul Traylor
More... almost 13 years ago
Fix references to moved classes in docs
kfdm
as Paul Traylor
More... almost 13 years ago