|
|
@40cfbc5
|
2015-04-28T13:47:48Z |
dx |
hipchat: Basic implementation: Auth, profile and mention names
This …
|
|
|
@8eb2e84
|
2015-02-24T23:23:07Z |
wilmer |
Use https:// URL for Facebook OAuth2 now that there's a cert.
|
|
|
@5ebff60
|
2015-02-20T22:50:54Z |
dx |
Reindent everything to K&R style with tabs
Used uncrustify, with the …
|
|
|
@6b13103
|
2015-01-16T19:50:23Z |
dx |
Replace isdigit/isalpha/.../tolower/toupper with glib variants
This …
|
|
|
@c27a923
|
2014-10-11T02:20:52Z |
dx |
Remove MSNXMPP specific code
The MSN XMPP gateway was shutdown …
|
|
|
@c153808
|
2013-05-25T10:36:34Z |
wilmer |
Fix OAuth2 error reporting.
|
|
|
@0e788f5
|
2013-02-21T19:15:59Z |
wilmer |
I'm still bored on a long flight. Wrote a script to automatically …
|
|
|
@c1bc24a
|
2012-12-23T23:27:34Z |
wilmer |
Fixed minor memory leak in Jabber module.
|
|
|
@0872bb2
|
2012-03-10T00:00:25Z |
wilmer |
Fix bug that broke MSN-XMPP with confusing error messages.
|
|
|
@644b808
|
2011-12-26T10:50:34Z |
wilmer |
A few more minor cleanups before merging this into mainline.
|
|
|
@34ded90
|
2011-12-24T18:09:05Z |
wilmer |
Slight cleanup: Use a constant instead of just "jabber_oauth" …
|
|
|
@e14b47b8
|
2011-12-21T10:48:08Z |
wilmer |
Fix parsing of acc->pass. Use oauth_params_ functions instead of …
|
|
|
@36533bf
|
2011-12-19T12:54:49Z |
wilmer |
When updating the XMPP password field with OAuth data, try harder to …
|
|
|
@4be0e34
|
2011-12-19T00:41:40Z |
wilmer |
Give a list of SASL mechanisms supported by a server when reporting we …
|
|
|
@64b6635
|
2011-12-18T21:56:44Z |
wilmer |
Restructured and updated code a little bit to support new-style (much …
|
|
|
@18c6d36
|
2011-12-18T19:25:44Z |
wilmer |
More generic OAuth support now. Should work well for all GTalk …
|
|
|
@911d97a
|
2011-08-04T15:19:54Z |
wilmer |
Error handling fixes.
Found one double free() bug causing troubles …
|
|
|
@f138bd2
|
2011-07-31T20:27:30Z |
wilmer |
OAuth code cleanup.
|
|
|
@e1c926f
|
2011-07-31T15:44:37Z |
wilmer |
Facebook authentication. This isn't really OAuth in the end: FB …
|
|
|
@4a5d885
|
2011-07-26T11:58:38Z |
wilmer |
Working OAuth2 support. Needs some more debugging (error handling is …
|
|
|
@57b4525
|
2011-07-22T18:29:25Z |
wilmer |
Nothing useful yet, this just generates an auth URL. Things to do: …
|
|
|
@af97b23
|
2008-02-16T13:17:52Z |
wilmer |
Improved sasl_get_part() to deal with whitespace in challenge strings, …
|
|
|
@ef5c185
|
2007-11-19T23:14:39Z |
wilmer |
Added Jabber groupchat topic support.
|
|
|
@3b6eadc
|
2007-07-07T17:19:28Z |
Jelmer Vernooij |
Fix some warnings in storage.c.
|
|
|
@84b045d
|
2007-04-16T01:03:08Z |
wilmer |
s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a …
|
|
|
@c2fb3809
|
2007-04-15T22:39:35Z |
wilmer |
Cleaned up struct im_connection. No more username/password stuff since …
|
|
|
@aef4828
|
2007-04-06T05:20:31Z |
wilmer |
More cleanups, mainly in the callbacks. Replaced things like …
|
|
|
@0da65d5
|
2007-03-31T05:40:45Z |
wilmer |
s/gaim_connection/im_connection/ and some other minor API changes. The …
|
|
|
@47d3ac4
|
2006-10-31T08:25:41Z |
wilmer |
Added #defines for XML namespaces.
|
|
|
@501b4e0
|
2006-10-02T16:42:32Z |
wilmer |
Added a useful error message for SASL negotiation failures and turned …
|
|
|
@d9282b4
|
2006-10-02T13:46:33Z |
wilmer |
The SASL DIGEST-MD5 handler now doesn't barf on challenges without a …
|
|
|
@d8e0484
|
2006-09-22T22:49:40Z |
wilmer |
Implemented support for SASL DIGEST-MD5 authentication.
|
|
|
@fe7a554
|
2006-09-22T18:39:31Z |
wilmer |
Better detection of successful IQ authentication (using packet …
|
|
|
@8d74291
|
2006-09-22T16:56:58Z |
wilmer |
Fixed return value on incomplete write()s in write handler, protection …
|
|
|
@5997488
|
2006-09-22T12:04:35Z |
wilmer |
Basic SASL (PLAIN only ATM) authentication code. Doesn't log in …
|