- Reduce the officially sanctioned maximum number of connections.
1.4
Not secure
- Move towards replacing the XMLRPC API with JSON to make our requests cacheable. Also reduces the amount of requests needed dramatically.
- Remove apache stats script as this information is no longer being used anyway.
1.3
Not secure
- Move to xmlrpc2 to get SSL verification on XML-RPC calls, too. (`Fixes 40` and big thanks to **ewdurbin**)
1.2
Not secure
- Potential performance improvement: use requests' session object to allow HTTP pipelining. Thanks to Wouter Bolsterlee for the recommendation in `Fixes 39`.
1.1
Not secure
- Made code Python 2.6 compatible. Thanks to **ewdurbin** for the pull request.
1.0.5
Not secure
- Refactor lock acquisition to avoid shadowing exceptions when creating the lockfile vs. acquiring the lock.