ChangeLog from http://bogomips.org/local-openid.git commit 2a2b451dc7878ad0eebfed27cf874b279c363eb4 Author: Eric Wong Date: Tue Mar 12 07:40:45 2013 +0000 local-openid 0.4.0 - non-standard ports and schemes We now support exposing instances to OpenID consumers on non-standard ports and non-HTTP schemes. This feature is contingent on your OpenID consumer supporting these, too. Thanks to Nathan Paul Simons for sending an early implementation of this feature. commit 16c7bcebb9c0ddc1e94bd313fa460efe4884bbe0 Author: Eric Wong Date: Tue Mar 5 03:48:44 2013 +0000 use Rack::Request#base_url for server_root Nathan Paul Simons reported the need to include the port for certain consumers. Since we don't want to blindly add the port for users on standard HTTP/HTTPS ports, we can use Rack::Request#base_url to generate the URL for us. Rack::Request#base_url is available since Rack 1.3.0 commit 8bf0815a595ee755d91ca013572dd7911844d5db Author: Eric Wong Date: Sat Aug 18 08:16:23 2012 +0000 Rakefile: update fm_update task for freecode.com freshmeat is now freecode, and requires HTTPS commit 9b980f521c25b2309fe2a02f84e31b82db3b4c99 Author: Eric Wong Date: Sun Jul 1 08:27:49 2012 +0000 local-openid 0.3.0 - compatibility improvements This release brings a major compatibility improvement from Lionel Elie Mamane: The OpenID provider identifier and user identifier are now distinct and compliant with the OpenID 2.0 specification. The user identifier is unchanged: http://${HOST}/ The provider identifier (and provider endpoint URL) is now http://${HOST}/provider If you were not able to get local-openid working with a certain site in the past, this version may work for you. Please report any compatibility problems to local.openid@librelist.org and hopefully somebody can help. Unreported issues can never be fixed. The Sinatra dependency is relaxed to allow any 1.x version (tested with 1.3.2 and 1.0.0). commit 51747f369197771ed0c1804e0e0b66de2cc4d8d0 Author: Eric Wong Date: Sun Jul 1 08:14:40 2012 +0000 README: use consistent domain for mailing list librelist.org is favored since .com is associated with commercial interests (which I certainly do not have). commit e6d2ed105327f41e07a735735bcfd884e3ccc814 Author: Eric Wong Date: Sun Jul 1 08:13:16 2012 +0000 gemspec: loosen Sinatra version dependency sinatra 1.3.2 appears to work fine, and I expect any 1.x version to continue to do so, too. commit 9632cd2d3cfc62ad11c7a5c2b69fb5ffaae51f6d Author: Eric Wong Date: Sun Jul 1 08:11:16 2012 +0000 update packaging to use pkg.mk + wrongdoc No more JavaScript on the homepage! commit c194df3ffccea000467e932ef5d4f7f18fa68311 Author: Eric Wong Date: Sun Jul 1 08:01:02 2012 +0000 doc: shorten URLs bogomips.org went on a URL diet a few years ago. commit 1ace6029b574443965ef6b2fc872f6517b430e20 Author: Lionel Elie Mamane Date: Mon Jun 25 03:54:34 2012 +0000 separate OpenID Provider identifier and user identifier to be distinct As per OpenID Authentication 2.0 specification section 11.2, the two are not allowed to be equal. The user identifier is unchanged: http://${HOST}/ The provider identifier (and provider endpoint URL) is now http://${HOST}/provider Signed-off-by: Eric Wong commit 836a4116373a69f6dbe9e909780403c5971fa390 Author: Eric Wong Date: Mon Aug 30 08:17:22 2010 +0000 README: note config.yml is lazily created Based on the experiences of a real user. commit 2103ee1e65078a58c6741682daff632cbdff8d48 Author: Eric Wong Date: Sat Jun 26 09:12:23 2010 +0000 gemspec: fix email address commit c99e192863f22376abc1c8e131639320819de11e Author: Eric Wong Date: Sat Jun 26 08:48:48 2010 +0000 command-line option parsing commit ddbc6236c1cbda79ff0606166137fa2c37b7e2b0 Author: Eric Wong Date: Sat Jun 26 08:14:21 2010 +0000 fixup packaging Switch to the same system used by some of my other projects, which includes Atom feeds and Freshmeat/RAA updating. commit 5af502c81cf738fba2beeb83c30b4741b854415c Author: Eric Wong Date: Sat Jun 26 07:46:21 2010 +0000 make this a modular sinatra application This should make the RubyGem work more reliably. commit 9bb18791fc11aecc10574da5b80c489dac3dbc8a Author: Eric Wong Date: Mon Apr 6 00:19:04 2009 -0700 local-openid 0.1.1 - fix Sinatra dependency commit 16c335309b179036ccf0fdbf5d6f367b8a27fa72 Author: Eric Wong Date: Sun Apr 5 15:22:56 2009 -0700 README: rdoc formatting fixes commit ce5ea36f1a3fea13035e73ecd677699bfc41350d Author: Eric Wong Date: Sun Apr 5 01:12:30 2009 -0700 Documentation bits commit 352e5c7cc4f82b921e448d14db1236d5c9d08da8 Author: Eric Wong Date: Sun Apr 5 00:30:16 2009 -0700 initial commit