index
:
DotNetOpenAuth
develop
origin/DNOA.Messaging.Portable
origin/HEAD
origin/Silverlight
origin/Silverlight3
origin/WIX
origin/boo
origin/ci
origin/contracts_RC
origin/csteeg-v3.4
origin/develop
origin/dimebrain
origin/godaddylogging
origin/infocardintegration
origin/jwt
origin/master
origin/mono
origin/mono2
origin/mvcProjTemplate
origin/netcf
origin/oauthspmvc
origin/osis
origin/v0.1
origin/v1.0
origin/v2.0
origin/v2.1
origin/v2.2
origin/v2.3
origin/v2.4
origin/v2.5
origin/v2.6
origin/v3.0
origin/v3.1
origin/v3.2
origin/v3.3
origin/v3.4
origin/v4.0
origin/v4.1
origin/v4.2
origin/v4.3
origin/v5.0
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
DotNetOAuth
/
Messages
/
MessageBase.cs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Moved all the OAuth classes into its own namespace in preparation to ↵
Andrew Arnott
2008-11-03
1
-239
/
+0
|
|
|
|
receiving DotNetOpenId merge.
*
Applied FxCop fixes.
Andrew Arnott
2008-10-23
1
-18
/
+61
|
*
Exposed more message types to enable Service Provider scenarios.
Andrew Arnott
2008-10-02
1
-1
/
+1
|
*
Fixed StyleCop issues and added a couple of HMAC signature tests.
Andrew Arnott
2008-10-02
1
-0
/
+3
|
*
Added capability to add extra fields to request token message.
Andrew Arnott
2008-09-28
1
-0
/
+6
|
*
Appendix scenario test passing (again), this time with HMAC signing of HTTP ↵
Andrew Arnott
2008-09-28
1
-3
/
+20
|
|
|
|
requests.
*
Fixed lots of StyleCop issues and refacted Consumer/Service Provider a bit.
Andrew Arnott
2008-09-25
1
-6
/
+10
|
*
Fixed token secret retention bug.
Andrew Arnott
2008-09-24
1
-0
/
+3
|
*
Added logging.
Andrew Arnott
2008-09-24
1
-0
/
+27
|
*
Implementing and refactoring ServiceProvider and Consumer classes.
Andrew Arnott
2008-09-23
1
-4
/
+15
|
|
|
|
Beginning to write a test for the spec's appendix A scenario.
*
Refactored OAuth signing functionality into a SignedMessageBase class.
Andrew Arnott
2008-09-22
1
-55
/
+1
|
*
Adding the binding elements necessary for basic OAuth functionality.
Andrew Arnott
2008-09-21
1
-2
/
+1
|
*
Refactored the OAuth messages with a base class, and satisfied StyleCop.
Andrew Arnott
2008-09-21
1
-9
/
+148
|
*
Added the 7 OAuth message types.
Andrew Arnott
2008-09-21
1
-0
/
+41