webmcp

diff framework/env/auth/openid/initiate.lua @ 23:3a6fe8663b26

Code cleanup and documentation added; Year in copyright notice changed to 2009-2010

Details:
- Changed quoting style in auth.openid.xrds_document{...}
- Fixed documentation for auth.openid.initiate{...}
- Added documentation for mondelefant
- Code-cleanup in mondelefant:
-- removed unneccessary lines "rows = PQntuples(res); cols = PQnfields(res);"
-- avoided extra copy of first argument (self) in mondelefant_conn_query
-- no rawget in meta-method "__index" of database result lists and objects
-- removed unreachable "return 0;" in meta-method "__newindex" of database result lists and objects
- Year in copyright notice changed to 2009-2010
- Version string changed to "1.1.1"
author jbe
date Fri Jun 04 19:00:34 2010 +0200 (2010-06-04)
parents 47ddf0f86009
children 32ec28229bb5
line diff
     1.1 --- a/framework/env/auth/openid/initiate.lua	Thu Apr 22 20:46:29 2010 +0200
     1.2 +++ b/framework/env/auth/openid/initiate.lua	Fri Jun 04 19:00:34 2010 +0200
     1.3 @@ -1,6 +1,7 @@
     1.4  --[[--
     1.5  success,                                                -- boolean indicating success or failure
     1.6 -errmsg =                                                -- error message in case of failure (TODO: not implemented yet)
     1.7 +errmsg,                                                 -- error message in case of failure
     1.8 +errcode =                                               -- error code in case of failure (TODO: not implemented yet)
     1.9  auth.openid.initiate{
    1.10    user_supplied_identifier = user_supplied_identifier,  -- string given by user
    1.11    https_as_default         = https_as_default,          -- default to https

Impressum / About Us