Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-11-24 | moved curl_t wrapper to util namespace | Michael Krelin | 1 | -0/+28 |
Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-11-24 | added URI normalization procedure to opkele::util | Michael Krelin | 1 | -0/+10 |
as specified in RFC3896, section 6 Signed-off-by: Michael Krelin <hacker@klever.net> | ||||
2007-11-22 | added virtual destructors to base classes | Michael Krelin | 4 | -0/+8 |
and bumped version to 0.4 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-08-09 | fix to previous commit | Michael Krelin | 1 | -0/+5 |
2007-08-09 | associations robustness improvements and documentation updates | Michael Krelin | 2 | -1/+20 |
2007-08-09 | make canonicalize follow redirects | Michael Krelin | 1 | -2/+9 |
- renamed old consumer_t::canonicalize to consumer_t::normalize - made the real canonicalize virtual to allow caching layer | ||||
2007-01-12 | doxygen improvements | Michael Krelin | 12 | -57/+9 |
2007-01-12 | typo fix | Michael Krelin | 1 | -1/+1 |
2007-01-12 | added more doxygen comments | Michael Krelin | 1 | -0/+66 |
2007-01-12 | eliminated mimetic dependency and made use of openssl base64 encoder instead | Michael Krelin | 1 | -0/+5 |
2007-01-12 | extended server and consumer classes | Michael Krelin | 4 | -7/+85 |
2007-01-11 | extension chain | Michael Krelin | 1 | -0/+50 |
2007-01-11 | Simple Registration extension | Michael Krelin | 1 | -0/+206 |
2007-01-11 | doxygen improvements | Michael Krelin | 1 | -2/+9 |
2007-01-11 | doxygen writeup fix | Michael Krelin | 1 | -1/+1 |
2007-01-11 | fixed a definition in header | Michael Krelin | 1 | -3/+3 |
2007-01-11 | introduced extension hooks framework | Michael Krelin | 4 | -14/+90 |
2005-07-20 | doxygenated canonicalize | Michael Krelin | 1 | -0/+5 |
2005-07-20 | moved util::canonicalize_url to consumer class | Michael Krelin | 2 | -1/+2 |
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 | 10 | -0/+776 |