Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2008-01-04 | fix the xrds_location being cleared before it gets used. | Michael Krelin | 1 | -1/+1 |
The xrds_location should not be cleared when doing pure xrd discovery. Otherwise it may get overwritten before curl actually uses it. Previously it was cleared twice, which is a waste of cpu cycles, anyway. Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-12-15 | fixed handling of openid:Delegate in discovery | Michael Krelin | 1 | -1/+1 |
which was mistakenly added to the list of endpoint URIs instead of local ids. Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-12-13 | keep track of whether the identity being discovered is XRI | Michael Krelin | 1 | -0/+2 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-12-09 | reworked identity resolution and service discovery | Michael Krelin | 1 | -0/+375 |
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> |