TestOpenID

log

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