| Release 1.0.3 |
|
More...
|
almost 10 years ago
|
| Merge pull request #59 from kfdm/file-url-scheme |
|
More...
|
almost 10 years ago
|
| packet __str__ method should return unicode on Python3+ |
|
More...
|
almost 10 years ago
|
| gntp cli should read files as binary |
|
More...
|
almost 10 years ago
|
| Handle file URL scheme |
|
More...
|
almost 10 years ago
|
| Ignore some whitespace errors |
|
More...
|
almost 10 years ago
|
| Use python 3.5 for testing |
|
More...
|
almost 10 years ago
|
| 1.0.2 Version |
|
More...
|
about 12 years ago
|
| Cleanup tox file and use --nologcapture with py33 to avoid errors |
|
More...
|
over 12 years ago
|
| Fix hardcoded default hash decoding |
|
More...
|
over 12 years ago
|
| Fix encoding by moving line to top of the file |
|
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 |
|
More...
|
over 12 years ago
|
| Add license header to python files |
|
More...
|
over 12 years ago
|
| 1.0.1 Version |
|
More...
|
almost 13 years ago
|
| Fix incorrectly encoded binary data (images) and minor code cleanup |
|
More...
|
almost 13 years ago
|
| Add comment about encode() returning byte string |
|
More...
|
almost 13 years ago
|
| Avoid storing a result we're only checking and then discarding |
|
More...
|
almost 13 years ago
|
| Only convert our EOL and SEP once |
|
More...
|
almost 13 years ago
|
| Now that we're better ensuring a byte stream result, we can avoid double checking our packet.encode() result |
|
More...
|
almost 13 years ago
|
| Fix syntax error for Python2.5 |
|
More...
|
almost 13 years ago
|
| Fix another instance where we used a built in object as a variable name |
|
More...
|
almost 13 years ago
|
| Fix buffer class to ignore binary data better |
|
More...
|
almost 13 years ago
|
| ignore *.pyc |
|
More...
|
almost 13 years ago
|
| 1.0 Version |
|
More...
|
almost 13 years ago
|
| Cleanup file modes |
|
More...
|
almost 13 years ago
|
| Better support for installing without setuptools |
|
More...
|
almost 13 years ago
|
| Rename variables to avoid overwriting built in objects |
|
More...
|
almost 13 years ago
|
| Fix references to moved classes in docs |
|
More...
|
almost 13 years ago
|