Wed, 05 Dec 2018 13:20:51 +0000 |
Chris Cannam |
Update for newer APIs
|
Fri, 25 Jan 2013 15:36:27 +0000 |
Chris Cannam |
Update for PyQt 4.5+ signal/slot connection syntax
|
Tue, 03 Jul 2012 10:02:22 +0100 |
Chris Cannam |
Fix failure to provide default initialisation vector for AES CBC mode (I'm surprised pycrypto allowed this previously, but it doesn't now, thus catching my error). Also make debug output a bit more helpful
|
Mon, 27 Feb 2012 17:14:03 +0000 |
Chris Cannam |
Update copyright dates to 2012
|
Thu, 15 Sep 2011 14:24:37 +0100 |
Chris Cannam |
Encountering some peculiar problems with platform... but it's overkill for this anyway, use os.name instead
|
Mon, 11 Jul 2011 15:15:31 +0100 |
Chris Cannam |
Check for repeated request (thus failed login) before looking up cached data, so we can cache in confidence without resending invalid login details (fixing #205)
|
Thu, 30 Jun 2011 09:43:18 +0100 |
Chris Cannam |
Textual fix
|
Thu, 30 Jun 2011 00:05:24 +0100 |
Chris Cannam |
Do the foregoing only if the user had explicitly asked for the remember option
|
Thu, 30 Jun 2011 00:04:33 +0100 |
Chris Cannam |
Use cached password directly, without asking the user, if it's available and the requested realm/uri are not the same as an immediately preceding one
|
Wed, 29 Jun 2011 23:48:11 +0100 |
Chris Cannam |
Don't need to declare class members, it seems. One day I'll learn some Python
|
Wed, 29 Jun 2011 16:40:14 +0100 |
Chris Cannam |
Add security warning about password remember feature
|
Wed, 29 Jun 2011 16:22:53 +0100 |
Chris Cannam |
Avoid bailing out on bogus data
|