<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hib-dlagent.git, branch v0.5</title>
<subtitle>Humble Bundle download tool</subtitle>
<id>http://git.ersoft.org/git/hib-dlagent.git/atom/?h=v0.5</id>
<link rel='self' href='http://git.ersoft.org/git/hib-dlagent.git/atom/?h=v0.5'/>
<link rel='alternate' type='text/html' href='http://git.ersoft.org/git/hib-dlagent.git/'/>
<updated>2014-01-12T22:59:39Z</updated>
<entry>
<title>Change version number to v0.5 and update CHANGELOG</title>
<updated>2014-01-12T22:59:39Z</updated>
<author>
<name>Eric Anderson</name>
<email>ejona86@gmail.com</email>
</author>
<published>2014-01-12T22:59:39Z</published>
<link rel='alternate' type='text/html' href='http://git.ersoft.org/git/hib-dlagent.git/commit/?id=bb224302e1720bf7119c5b3a2e3c394ce989ecc7'/>
<id>urn:sha1:bb224302e1720bf7119c5b3a2e3c394ce989ecc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Give password to curl on stdin</title>
<updated>2014-01-07T20:08:42Z</updated>
<author>
<name>Devin J. Pohly</name>
<email>djpohly@gmail.com</email>
</author>
<published>2014-01-07T20:08:42Z</published>
<link rel='alternate' type='text/html' href='http://git.ersoft.org/git/hib-dlagent.git/commit/?id=282668e4e8b810092294badc9a10ff34603522c2'/>
<id>urn:sha1:282668e4e8b810092294badc9a10ff34603522c2</id>
<content type='text'>
Prevents password from appearing in `ps' output for curl.
</content>
</entry>
<entry>
<title>Allow user to enter password manually</title>
<updated>2014-01-07T20:04:07Z</updated>
<author>
<name>Devin J. Pohly</name>
<email>djpohly@gmail.com</email>
</author>
<published>2014-01-07T20:04:07Z</published>
<link rel='alternate' type='text/html' href='http://git.ersoft.org/git/hib-dlagent.git/commit/?id=a5381fae09a7d56d96839a3992a045aff64821ba'/>
<id>urn:sha1:a5381fae09a7d56d96839a3992a045aff64821ba</id>
<content type='text'>
For users concerned about password security, who don't want to store
their password in a file or have it visible in `ps' output.
</content>
</entry>
<entry>
<title>URL-encode username and password</title>
<updated>2014-01-07T20:01:12Z</updated>
<author>
<name>Devin J. Pohly</name>
<email>djpohly@gmail.com</email>
</author>
<published>2014-01-07T20:01:12Z</published>
<link rel='alternate' type='text/html' href='http://git.ersoft.org/git/hib-dlagent.git/commit/?id=52caaf2c6c8bb2ef7069006001f6548d7e77e90c'/>
<id>urn:sha1:52caaf2c6c8bb2ef7069006001f6548d7e77e90c</id>
<content type='text'>
This fixes a problem where credentials with characters such as [+%&amp;]
would not work.
</content>
</entry>
<entry>
<title>Change version number to v0.4 and update CHANGELOG</title>
<updated>2013-10-20T01:14:04Z</updated>
<author>
<name>Eric Anderson</name>
<email>ejona86@gmail.com</email>
</author>
<published>2013-10-20T01:14:04Z</published>
<link rel='alternate' type='text/html' href='http://git.ersoft.org/git/hib-dlagent.git/commit/?id=3f1feb791c6b01516d992a39168e0efa929308c3'/>
<id>urn:sha1:3f1feb791c6b01516d992a39168e0efa929308c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix URL extraction</title>
<updated>2013-10-20T01:09:37Z</updated>
<author>
<name>Yaohan Chen</name>
<email>yaohan.chen@gmail.com</email>
</author>
<published>2013-10-19T01:18:02Z</published>
<link rel='alternate' type='text/html' href='http://git.ersoft.org/git/hib-dlagent.git/commit/?id=c8512ab578621c40d87ddb53946e4976e78b2e4a'/>
<id>urn:sha1:c8512ab578621c40d87ddb53946e4976e78b2e4a</id>
<content type='text'>
The listing page source code has changed so that href= is on its own
line. The previous discover_url() picks this up and prints/uses download
URLs in the form of "href='https...". This change fixes the problem.
</content>
</entry>
<entry>
<title>Change version number to v0.3 and update CHANGELOG</title>
<updated>2013-07-05T23:27:05Z</updated>
<author>
<name>Eric Anderson</name>
<email>ejona86@gmail.com</email>
</author>
<published>2013-07-05T23:27:05Z</published>
<link rel='alternate' type='text/html' href='http://git.ersoft.org/git/hib-dlagent.git/commit/?id=85ea8628f420d0de3d679b0530436e9d991eb912'/>
<id>urn:sha1:85ea8628f420d0de3d679b0530436e9d991eb912</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for gnome-keyring-query</title>
<updated>2013-07-05T23:24:18Z</updated>
<author>
<name>Eric Anderson</name>
<email>ejona86@gmail.com</email>
</author>
<published>2013-07-05T23:24:18Z</published>
<link rel='alternate' type='text/html' href='http://git.ersoft.org/git/hib-dlagent.git/commit/?id=a3cade092fdeb119d041b6e3502971e0ead24553'/>
<id>urn:sha1:a3cade092fdeb119d041b6e3502971e0ead24553</id>
<content type='text'>
This allows using an encrypted password store and prevents the password
from being viewed by other users on the same computer.
</content>
</entry>
<entry>
<title>Use a heredoc in usage() instead of many echos</title>
<updated>2013-07-05T23:17:18Z</updated>
<author>
<name>Eric Anderson</name>
<email>ejona86@gmail.com</email>
</author>
<published>2013-07-05T23:17:18Z</published>
<link rel='alternate' type='text/html' href='http://git.ersoft.org/git/hib-dlagent.git/commit/?id=269b83bd9a3b0aecf92bb5f0e7aa79f5178f3e9e'/>
<id>urn:sha1:269b83bd9a3b0aecf92bb5f0e7aa79f5178f3e9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change version number to v0.2 and update CHANGELOG</title>
<updated>2013-06-16T01:11:37Z</updated>
<author>
<name>Eric Anderson</name>
<email>ejona86@gmail.com</email>
</author>
<published>2013-06-16T01:11:11Z</published>
<link rel='alternate' type='text/html' href='http://git.ersoft.org/git/hib-dlagent.git/commit/?id=ed80db00958ff045008b0f639539aed79c3dcbef'/>
<id>urn:sha1:ed80db00958ff045008b0f639539aed79c3dcbef</id>
<content type='text'>
</content>
</entry>
</feed>
