summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth/Messaging/IMessageFactory.cs
Commit message (Collapse)AuthorAgeFilesLines
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-011-93/+0
| | | | Nothing compiles at this point.
* Fixed some code contract warnings about contract classes needing to be abstract.Andrew Arnott2010-06-101-1/+7
|
* Switched almost entirely over to Code Contracts across the entire library.Andrew Arnott2009-05-231-2/+4
| | | | But some unit tests still fail, and there are other issues.
* More contractsAndrew Arnott2009-04-221-0/+43
|
* Reworked the way messages are instantiated and deserialized.Andrew Arnott2008-11-201-0/+42
This was a whole lot of work to just get multi-version capability added to message types so that OpenID could handle its few versions.