-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
215 lines (151 loc) · 5.86 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
Mon Jan 23 12:48:00 PST 2006 [email protected]
* fixed bug in expiresIn. added expired? method
M ./lib/openid/filestore.rb -1 +1
M ./lib/openid/stores.rb +4
Mon Jan 23 12:46:37 PST 2006 [email protected]
* removed deps section from INSTALL file. deps are now included in lib because they are so small and to lower to bar of installing the library.
M ./INSTALL -9
Tue Jan 17 14:45:57 PST 2006 [email protected]
* added better handling of non-URL input
M ./lib/openid/consumer.rb -1 +5
Sat Jan 14 19:39:57 PST 2006 [email protected]
* added html and hmac deps into lib since they are so small
A ./lib/hmac-md5.rb
A ./lib/hmac-rmd160.rb
A ./lib/hmac-sha1.rb
A ./lib/hmac-sha2.rb
A ./lib/hmac.rb
A ./lib/html/
A ./lib/html/htmltokenizer.rb
Mon Jan 16 15:04:05 PST 2006 Josh Hoyt <[email protected]>
* Add script that will prepare the repository for release
A ./admin/fixperms
A ./admin/prepare-release
Mon Jan 16 14:35:27 PST 2006 Josh Hoyt <[email protected]>
* Add custom boring file
A ./admin/darcs-ignore
Mon Jan 16 14:07:13 PST 2006 Josh Hoyt <[email protected]>
* Put the build-docs script into the admin directory
./build-docs -> ./admin/build-docs
A ./admin/
Mon Jan 16 14:05:47 PST 2006 Josh Hoyt <[email protected]>
* Add script to build documentation
A ./build-docs
Wed Jan 4 16:06:41 PST 2006 [email protected]
tagged ruby-openid-0.9.2
Wed Jan 4 16:02:32 PST 2006 [email protected]
* added openid_login_generator rails generator to examples
A ./examples/openid_login_generator/
A ./examples/openid_login_generator/USAGE
A ./examples/openid_login_generator/openid_login_generator.rb
A ./examples/openid_login_generator/templates/
A ./examples/openid_login_generator/templates/README
A ./examples/openid_login_generator/templates/controller.rb
A ./examples/openid_login_generator/templates/helper.rb
A ./examples/openid_login_generator/templates/login_system.rb
A ./examples/openid_login_generator/templates/user.rb
A ./examples/openid_login_generator/templates/view_login.rhtml
A ./examples/openid_login_generator/templates/view_logout.rhtml
A ./examples/openid_login_generator/templates/view_signup.rhtml
A ./examples/openid_login_generator/templates/view_welcome.rhtml
Wed Jan 4 16:01:12 PST 2006 [email protected]
* updated examples README to include openid_login_generator
M ./examples/README +11
Wed Jan 4 14:58:24 PST 2006 [email protected]
* added link to ruby library from consumer.rb example
M ./examples/consumer.rb -1 +1
Wed Jan 4 10:56:45 PST 2006 [email protected]
* ensure Content-type header is present for POSTs
M ./lib/openid/fetchers.rb -1 +2
Fri Dec 30 17:05:25 PST 2005 [email protected]
tagged ruby-openid-0.9.1
Fri Dec 30 17:03:54 PST 2005 [email protected]
* added Ruby on Rails example consumer
M ./examples/README -1 +14
A ./examples/openid_rails.tar.gz
Thu Dec 29 16:00:20 PST 2005 [email protected]
tagged ruby-openid-0.9.0
Thu Dec 29 15:43:07 PST 2005 [email protected]
* removed docs directory. generated rdoc html will be added manually to tarballs, and not be kept in repository
R ./docs/
R ./docs/README
Thu Dec 29 15:21:21 PST 2005 [email protected]
* added more docs for stores
M ./TODO -2 +4
M ./lib/openid/filestore.rb -16 +3
M ./lib/openid/stores.rb -9 +1
Thu Dec 29 14:58:52 PST 2005 [email protected]
* Huge documentation patch
M ./INSTALL -12 +22
M ./README -1 +1
M ./lib/openid/consumer.rb -24 +370
M ./lib/openid/fetchers.rb -2 +1
M ./lib/openid/filestore.rb -6 +4
M ./lib/openid/stores.rb -2 +1
Thu Dec 29 10:59:54 PST 2005 [email protected]
* added more info and rdoc formatting to README
M ./README -10 +26
Thu Dec 29 09:45:51 PST 2005 [email protected]
* fixed bad comment
M ./examples/consumer.rb -1 +1
Wed Dec 28 17:59:48 PST 2005 [email protected]
* added platform agnositc temp dir discovery
M ./examples/consumer.rb -1 +5
Wed Dec 28 17:13:21 PST 2005 [email protected]
* moved getOpenIDParamerters to util
M ./lib/openid/consumer.rb -10 +2
M ./lib/openid/util.rb +8
Wed Dec 28 15:47:51 PST 2005 [email protected]
* code cleanup
M ./lib/openid/consumer.rb -5
Wed Dec 28 15:29:31 PST 2005 [email protected]
* added linkparse to test suite script
M ./test/runtests -1 +1
Wed Dec 28 15:29:07 PST 2005 [email protected]
* added link parsing tests, lots of em
A ./test/linkparse.rb
Wed Dec 28 15:28:07 PST 2005 [email protected]
* link parsing more robust: handle non-html data, and make sure link tag is in head
M ./lib/openid/parse.rb -5 +13
Tue Dec 27 16:11:09 PST 2005 [email protected]
* added more tests for openid/util
M ./test/dh.rb -2 +1
M ./test/runtests +1
A ./test/util.rb
Tue Dec 27 16:10:28 PST 2005 [email protected]
* change util methods to use all use /dev/urandom if available
M ./lib/openid/util.rb -15 +35
Tue Dec 27 16:09:53 PST 2005 [email protected]
* changed tmp pathname to something more useful
M ./examples/consumer.rb -1 +1
Fri Dec 16 09:04:59 PST 2005 Josh Hoyt <[email protected]>
* Removed (now obsolete) interface.rb
This has been subsumed by consumer.rb
R ./lib/openid/interface.rb
Thu Dec 15 18:25:04 PST 2005 [email protected]
* initial checkin
A ./COPYING
A ./INSTALL
A ./README
A ./TODO
A ./docs/
A ./docs/README
A ./examples/
A ./examples/README
A ./examples/consumer.rb
A ./lib/
A ./lib/openid/
A ./lib/openid/consumer.rb
A ./lib/openid/dh.rb
A ./lib/openid/fetchers.rb
A ./lib/openid/filestore.rb
A ./lib/openid/interface.rb
A ./lib/openid/parse.rb
A ./lib/openid/stores.rb
A ./lib/openid/util.rb
A ./setup.rb
A ./test/
A ./test/assoc.rb
A ./test/dh.rb
A ./test/runtests
A ./test/teststore.rb