summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth.Test/Mocks/TestChannel.cs
Commit message (Expand)AuthorAgeFilesLines
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-041-35/+0
* Removed the queue/dequeue methodology of queued responses. Now the methods t...Andrew Arnott2008-10-021-1/+1
* Totally refactored signing, expiration and replay detection into extensible c...Andrew Arnott2008-09-131-2/+2
* Added tests for signed, expiring and replay protected messages.Andrew Arnott2008-09-131-1/+5
* Refactored Channel's virtual and abstract methods to NOT be "internal" (or pu...Andrew Arnott2008-09-111-2/+2
* Refactored the exception handling in the channel stack.Andrew Arnott2008-09-091-10/+2
* Added some channel tests and fixed a bug.Andrew Arnott2008-09-091-1/+1
* A bit of Channel refactoring.Andrew Arnott2008-09-031-2/+2
* Adjusted channel stack to be more testable.Andrew Arnott2008-09-031-0/+4
* Finished up the Channel stack and started with channel tests.Andrew Arnott2008-09-021-0/+35