TestOpenID

log

age author description
2008-08-24 Eric Hopper Re-tag version 0.2.2default tip
2008-08-24 Eric Hopper Oops, the setup.py file had an error that is now fixed.TestOpenID-0.2.2
2008-08-24 Eric Hopper Tag version 0.2.2
2008-08-20 Eric Hopper Be a little more robust when printing stuff out.
2008-08-20 Eric Hopper Oops, make sure we try to create the database tables, and ignore the error if they already are there.
2008-05-17 Eric Hopper Update entry point names to be less generic and therefor less likely to collide.
2008-05-17 Eric Hopper Update description to include minimal instructions and update version #
2008-05-15 Eric Hopper Tag version 0.2.1
2008-05-15 Eric Hopper New version # 0.2.1TestOpenID-0.2.1
2008-05-15 Eric Hopper Display cleanup: Remove URL quoting in some cases for clarity.
2008-05-15 Eric Hopper Display cleanup: Put QUERY_STRING into sub-table.
2008-05-14 Eric Hopper Tag TestOpenID 0.2
2008-05-14 Eric Hopper Setting version in setup.py to 0.2TestOpenID-0.2
2008-05-14 Eric Hopper Tag TestOpenID 0.2
2008-05-14 Eric Hopper Greatly improved standards compliance of page rendering and changed to use templates for recurring themes.
2008-05-13 Eric Hopper Changing entry point to use main, make server drop extraneous environment variables.
2008-05-13 Eric Hopper Make sure COPYING file is distributed with package.
2008-05-13 Eric Hopper Re-tag revision 0.1
2008-05-13 Eric Hopper Add URL of homepage.TestOpenID-0.1
2008-05-13 Eric Hopper Tagging revision 0.1
2008-05-13 Eric Hopper Make sure program is really covered by copyright.
2008-05-13 Eric Hopper Ignore distribution directory.
2008-05-13 Eric Hopper Make this work with easy_install and setuptools.
2008-05-13 Eric Hopper Re-arranged the directory structure.
2008-05-13 Eric Hopper The server now asks whether or not the consumer is allowed to know.
2008-05-09 Eric Hopper The server now successfully verifies identities.
2008-05-07 Eric Hopper It shows the history now!
2008-05-07 Eric Hopper Set the stage for displaying history and converted to standard URL construction function.
2008-05-07 Eric Hopper Changed duration because I don't need to test cookie expiration anymore.
2008-05-06 Eric Hopper Logging out now also works.
2008-05-06 Eric Hopper Logging in now works though error handling is still poor.
2008-05-06 Eric Hopper Now the consumer handles the first step of the Open ID login process.
2008-05-06 Eric Hopper Clean things up a little so login doesn't require extra step.
2008-05-05 Eric Hopper Copying server code and creating a test consumer that at least handles sessions properly.
2008-05-04 Eric Hopper Use _cgi.escape library function instead of hand-rolled function.
2008-05-02 Eric Hopper A server that helpfully dumps its environment for non-special URLs and has the beginnings of OpenID support.
2008-04-25 Eric Hopper Initial commit.