Add ability to iterate over record in all pyzor...
Make redis unit tests able to run without the r...
Create tag for 0.7.0 release.
Update META files.
Ensure Python 3 compatibility.
Add hack to add the signal support of the pyzor...
Updated changelog.
Style fixes.
Gdbm library does not need to be installed to h...
Add option to enable gevent support.
Create the specified homedir, not the user's one.
Wrap the redis engine with safe calls. Purely f...
Automatically detect if run under Python 3 and ...
Make sure to encode/decode properly when handli...
Add new configuration option to the config sample.
Add option to detach and daemonize the pyzord p...
Split and refactor tests in functional and unit.
Further improve logging so that critical messag...
Add setDaemon too MockTimer.
Timer threads need to be set as daemon, otherwi...
Disable creating log files by default.
Also have a central method logging setup and re...
Add a UsageLogFile options to separate the two ...
If message is badly formed, simply assume ASCII...
Add example for the redis engine to the configu...
Add a signal handler for USR1 that will trigger...
Split the configuration parsing into a separate...
Add unittests for the new redis engine.
Add tests for the no max_age option for the exi...
Use the "pyzord.digest" namespace to prevent ke...
Add tests for the new redis storage engine.
Add the ability to disable expiry to other engi...
Add new engine for redis storage.
Move message related classes in a new module py...
Remove a lot of unused/deprecated code. Also va...
Split the server_engines.py file into one packa...
Create tag for the 0.6.1 release
Typo.
Adjust MANIFEST file
Add classifiers to distutils setup.
Rename README.
Restructure the package and get rid of the 'lib...
Add test for different charsets decoding.
Bump version number.
Update tests to use correct encoding/decoding.
Correctly handle decoding payloads. This also m...
Preserve python2.6 compatibility when defining ...
Drop the 0.6 branch
Create tag for the 0.6.0 release
Typo.
Add another note in the NEWS file.
Remove docs from the setup.py script.
Delete redundant documentation and put a link t...
Updated meta-files.
Style fixes.
Compatibility fixes for Python3.3.
Ensure that the code is compatible with Python2...
Add requirements.txt file.
Fix version. We still need to make the 0.6 rele...
Add tests for email with attachment.
Python3.3 fixes
Add `test_digest_functional` to the suite.
Merge 0.6 branch to trunk.
Python3.3 compatibility fixes.
Add more functional digest tests.
Add some functional digests test, that could be...
Add configuration samples.
Add the possibility to specify the thresholds ...
Add test_suite to the distutils setup script.
Add tests for the multi-processing server and m...
Implement multi-processing server and multi-pro...
Add basic functional tests for the `predigest` ...
Add functional tests for different types of inp...
Add ability to send to IPv4 and IPv6 by using t...
Add the ability to bind on IPv6 interfaces and ...
Add functional tests for pyzor script threshold...
Add more tests for accounts and some new tests ...
Repository cleanup. Remove obsolete tests and t...
Change error codes to better explain the differ...
Reorganize functional tests, and add functional...
Attempt to ping and reconnect to the MySQLdb se...
Use MySQL autocommit to make sure changes propa...
Write all message to stdout, in order to make i...
Add a series of functional tests for different ...
Fix bug when parsing int value from command-line
Fix bug when parsing int value from command-line
Style fixes.
Implemented separate versions of gdbm and mysql...