Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed namepace and project names in preparation for merge with DotNetOpenId. | Andrew Arnott | 2008-11-04 | 1 | -35/+0 |
| | |||||
* | Removed the queue/dequeue methodology of queued responses. Now the methods ↵ | Andrew Arnott | 2008-10-02 | 1 | -1/+1 |
| | | | | | | that generate them return them. Besides simplifying the API somewhat, this change allows for Consumer, ServiceProvider and Channel classes to be entirely threadsafe and reusable. | ||||
* | Totally refactored signing, expiration and replay detection into extensible ↵ | Andrew Arnott | 2008-09-13 | 1 | -2/+2 |
| | | | | channel binding elements. | ||||
* | Added tests for signed, expiring and replay protected messages. | Andrew Arnott | 2008-09-13 | 1 | -1/+5 |
| | |||||
* | Refactored Channel's virtual and abstract methods to NOT be "internal" (or ↵ | Andrew Arnott | 2008-09-11 | 1 | -2/+2 |
| | | | | | | | public). This will be useful when we add message signing and verification to the Channel base class. It's also consistent with design guidelines to never have public (or internal in this case) methods be virtual or abstract so the base class has control over its operations. | ||||
* | Refactored the exception handling in the channel stack. | Andrew Arnott | 2008-09-09 | 1 | -10/+2 |
| | |||||
* | Added some channel tests and fixed a bug. | Andrew Arnott | 2008-09-09 | 1 | -1/+1 |
| | |||||
* | A bit of Channel refactoring. | Andrew Arnott | 2008-09-03 | 1 | -2/+2 |
| | |||||
* | Adjusted channel stack to be more testable. | Andrew Arnott | 2008-09-03 | 1 | -0/+4 |
| | |||||
* | Finished up the Channel stack and started with channel tests. | Andrew Arnott | 2008-09-02 | 1 | -0/+35 |