Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-12-09 | Merge branch 'next' into devel/xri | Michael Krelin | 1 | -0/+9 |
2007-12-09 | reworked identity resolution and service discovery | Michael Krelin | 1 | -0/+19 |
The discovery, which does both XRDS-based (Yadis, XRI, for XRI, using proxy) and HTML-based search, now returns results in opkele:idiscovery_t structure. It uses expat-based parser idigger_t, which itself is not exposed via any header files, but hidden in lib/discovery.cc, the discovery testing program is renamed from openid_resolve to idiscover. Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-12-04 | Minor improvements | Michael Krelin | 1 | -0/+9 |
- almost irrelevant documentation updates - introduced id_res_expired_on_delivery exception to be thrown if the association has expired right before it could've been used for signature verification. Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-09-22 | got rid of all pcre wrappers altogether | Michael Krelin | 1 | -0/+9 |
although all claims against pcre++ make absolutely no sense. But for now I'll live with no wrappers at all. I may reconsider it when implementing more sophisticated discovery mechanisms for upcoming extensions. Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-01-12 | doxygen improvements | Michael Krelin | 1 | -3/+0 |
2007-01-11 | introduced extension hooks framework | Michael Krelin | 1 | -0/+10 |
2005-07-19 | still finalizing stuff with eliminating konforka requirement | Michael Krelin | 1 | -2/+6 |
2005-07-19 | initial commit of libopkele - OpenID support library | Michael Krelin | 1 | -0/+206 |