summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth/OpenId/Messages/DirectErrorResponse.cs
Commit message (Expand)AuthorAgeFilesLines
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-011-68/+0
* Moved some tests into a new test class.Andrew Arnott2010-04-051-1/+1
* A bunch of work on OAuth WRAP messages.Andrew Arnott2010-02-071-0/+8
* OpenID spec review up to (and excluding) section 8.Andrew Arnott2009-03-101-3/+4
* Constructors on all OpenID direct response messages now require the OpenID ve...Andrew Arnott2009-02-091-10/+3
* OpenID Provider now correctly assembles error response messages when Protocol...Andrew Arnott2009-02-081-4/+13
* OpenID error direct response messages are now sent with HTTP status codes of ...Andrew Arnott2009-01-291-1/+13
* Reworked the way messages are instantiated and deserialized.Andrew Arnott2008-11-201-0/+8
* Added very basic OpenID message passing scenario test.Andrew Arnott2008-11-091-1/+1
* Made the unsuccessful associate response message derive from DirectErrorRespo...Andrew Arnott2008-11-081-4/+0
* Added OpenID error message classes.Andrew Arnott2008-11-081-0/+41