source: protocols

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @21d48d9   2010-03-14T20:19:10Z wilmer Fix for bug #536: No longer fail on corrupted USR responses with …
(edit) @90cd6c4   2010-03-14T18:22:43Z wilmer Allow disabling certain IM protocols at runtime, patch from …
(edit) @fb00989   2010-03-14T17:55:27Z wilmer Adding a few consts and other misc fixes from bug #431. Doing this via …
(edit) @c6ca3ee   2010-03-14T17:49:24Z wilmer Some const/etc cleanups submitted by domen@… back in bug #431.
(edit) @8fb1263   2010-03-14T17:45:33Z wilmer Don't send bind and session requests at the same time when logging in …
(edit) @af7f046   2010-03-14T16:56:00Z wilmer Don't send a <?xml> stream start after starttls since it upsets …
(edit) @286b28e   2010-03-13T01:02:47Z wilmer Added nick_source account setting to allow using full name fields for …
(edit) @1be0d26   2010-03-13T00:12:07Z wilmer Fixed handling of contact lists where at least the first contact is …
(edit) @7053379   2010-03-12T23:02:29Z wilmer Yahoo! status updates (at least initial ones, I assume) can be too …
(edit) @547c94c   2010-03-12T22:32:55Z wilmer Merging in some code from libyahoo2-trunk that deals better with …
(edit) @75ec2c8   2010-03-10T23:58:47Z wilmer Fixed an "off-by -1" bug in msn_findheader() that could probably be …
(edit) @3e1ef92c   2010-03-09T13:13:50Z wilmer Fixed a compiler warning for an ugliness that fortunately shouldn't …
(edit) @63770b4   2010-03-07T18:32:31Z wilmer Changed formatting of Jabber buddy info response.
(edit) @68198e9   2010-03-07T00:31:34Z wilmer Two more fixes in OSCAR to avoid NULL pointers being passed to …
(edit) @58adb7e   2010-03-07T00:22:33Z wilmer Added global and per-account settings "away" and "status" so the user …
(edit) @34fbbf9   2010-03-06T18:22:20Z wilmer Adapted nogaim.c. Pretty nice cleanup of away state alias handling, mostly.
(edit) @be915f5   2010-03-06T18:19:31Z wilmer Yahoo! fixes. Turns out the protocol really is somewhat odd.
(edit) @0714d51   2010-03-06T17:41:01Z wilmer Put AWY at the beginning of the list since it's used as a fallback.
(edit) @4049061   2010-03-06T17:10:32Z wilmer Fixed up Yahoo! I'll have to do some more thorough testing of this …
(edit) @17f9522   2010-03-06T16:17:23Z wilmer OSCAR cleanup.
(edit) @b051d39   2010-03-06T15:44:46Z wilmer MSN module updated to deal with the new API. Not many changes since it …
(edit) @2bc8ac0   2010-03-06T14:55:12Z wilmer Away with this stupid GAIM_AWAY_CUSTOM constant. Let's see what still …
(edit) @840bba8   2010-03-06T14:50:52Z wilmer The Jabber part of the change. Also made representation of not-away a …
(edit) @ccba980   2009-12-17T00:42:25Z wilmer A few fixes for bugs that caused coredumps on testing.bitlbee.org (or …
(edit) @ec29351   2009-12-07T22:11:40Z wilmer Committing some >1y old change. This seems to fix a small leak in the …
(edit) @4cf80bb   2009-10-23T10:43:15Z wilmer Shuffling a few more #includes. Much more shuffling will be needed.
(edit) @b75acf6   2009-10-22T21:55:23Z wilmer Don't include chat.h from bitlbee.h. make install-dev doesn't install …
(edit) @74349eb   2009-10-17T15:13:40Z wilmer If you can't find what you expect in an IQ packet, it doesn't mean …
(edit) @99c8f13   2009-10-17T14:48:21Z wilmer Valgrind pointed me at some memory leaks in the Yahoo! codek, …
(edit) @e71cfbc   2009-10-13T22:33:12Z wilmer Turns out I *did* implement HTTPS auth for Yahoo! myself already, but …
(edit) @7ea8697   2009-10-10T15:00:16Z wilmer Setting Yahoo! away states works again.
(edit) @037b66a   2009-10-10T14:57:05Z wilmer Fixed an ugly bug in the write handler that may have caused many weird …
(edit) @ba16895   2009-10-10T13:48:44Z wilmer More Yahoo! fixes: Adding and removing buddies works, and for the …
(edit) @fa295e36   2009-10-10T13:39:51Z wilmer Added imcb_ask_auth() instead of reimplementing authorization requests …
(edit) @bdad407   2009-10-04T18:28:41Z wilmer Fixing a crash bug that causes crashes only with buggy Jabber …
(edit) @c3e349e   2009-10-03T22:25:36Z wilmer Cleaned up Yahoo! fix: Error handling, and also not crashing when the …
(edit) @4fefb77   2009-10-03T19:27:50Z wilmer Yahoo! can log in again. This code still needs major cleanups, use it …
(edit) @b9369b5   2009-06-17T23:17:15Z wilmer Fixed compatibility with AIM mobile messages. Should work according to …
(edit) @19176513   2009-06-03T16:10:36Z wilmer Fixed a bug that caused crashes when joining certain kinds of Google …
(edit) @5469952   2008-12-14T15:04:48Z wilmer Detect disconnects caused by concurrent logins or rate limiting, and …
(edit) @71d45c2   2008-12-14T13:39:02Z wilmer Dropping warnings about unknown JIDs since they're spammy (mostly show …
(edit) @c0c43fb   2008-12-14T10:31:49Z wilmer Fixed ic->away leaking memory. This var is only used by OSCAR and …
(edit) @b2c062d   2008-09-28T11:21:55Z wilmer Adding the password to the right part of the <presence> stanza so …
(edit) @94acdd0   2008-09-28T11:18:19Z wilmer Restored support for password-protected chatrooms (for now only by …
(edit) @2bebe15   2008-09-28T00:18:21Z wilmer Fixed one crash bug in Yahoo! chatroom invitation handling.
(edit) @3611717   2008-08-31T15:00:35Z wilmer Added auto_join code.
(edit) @7125cb3   2008-08-24T18:01:05Z wilmer Added SET_INVALID, which set evaluators should now return instead of …
(edit) @a830512   2008-08-10T09:15:26Z wilmer Added msn_sb_write_msg() (patch from ulim).
(edit) @4230221   2008-08-09T23:00:38Z wilmer Added ceiling to auto-reconnect delay, changed the default to 5*3<900 …
(edit) @280e655   2008-08-05T23:07:07Z wilmer Simple exponential backoff code. Have to add a maximum delay setting, …
(edit) @d84e2a9   2008-08-02T11:21:36Z wilmer Microsoft, I hate you.
(edit) @0f4c2734   2008-07-31T20:44:43Z wilmer Reverting to the old MSN/Passport authentication mechanism, the new …
(edit) @718e05f   2008-07-28T23:44:58Z wilmer ext_yahoo_error() shouldn't close the connection if the error is …
(edit) @f5d1b31   2008-06-29T23:41:39Z wilmer Merging changes from Jelmer: It's now possible to cross-compile a …
(edit) @1145964   2008-06-29T11:11:50Z wilmer Fixed two memory leaks in the MSN module.
(edit) @178e2f8   2008-06-28T17:32:41Z Jelmer Vernooij Merge trunk.
(edit) @dfbb056   2008-06-24T09:01:29Z wilmer Never use yahoo_close() directly, always use yahoo_logoff().
(edit) @89d736a   2008-06-22T19:21:06Z wilmer From the department of over-engineering, now cached packet IDs are …
(edit) @fab3d2d   2008-06-22T13:02:15Z wilmer Shut up a "mostly harmless" warning (this NULL would never actually be …
(edit) @de82335   2008-06-22T12:26:19Z wilmer Another fixup after [devel,394]. Clearly I'm not a morning person.
(edit) @c801d25   2008-06-22T10:05:33Z wilmer Fixed bug in [devel,394].
(edit) @424e663   2008-06-22T09:32:46Z wilmer Partial fix for #419: Moved normalize() and some other stuff to OSCAR …
(edit) @98de2cc   2008-06-21T23:51:18Z wilmer Now preserving case in JID resources, and handling them with case …
(edit) @3e6764a   2008-06-21T23:34:11Z wilmer Added jabber_util unittests (buddy_add/_by_jid only ATM).
(edit) @7f69740   2008-06-15T18:11:47Z wilmer Using a port list instead of a single range for the allowed Jabber …
(edit) @5ec4129   2008-06-15T00:04:27Z wilmer Added parsing of Jabber chatroom invitations.
(edit) @52df5df   2008-06-14T01:19:12Z wilmer This seems to fix the Yahoo! logoff code. I have no idea why this was …
(edit) @2e0f24d   2008-06-10T21:09:08Z Jelmer Vernooij Merge support for cross-compiling for Windows using the mingw32 compiler.
(edit) @21e5d49   2008-06-10T03:16:15Z Jelmer Vernooij Move SSPI SSL implementation to same directory as other SSL backends.
(edit) @c4a1036   2008-06-09T01:52:28Z Jelmer Vernooij Merge integration branch.
(edit) @99f929c   2008-04-21T21:53:15Z wilmer Now checking if msn_sb_create() returns NULL. This is very unlikely, …
(edit) @aa31117   2008-04-08T20:44:34Z wilmer Don't automatically enable MSN debugging messages for debugging builds.
(edit) @9143aeb   2008-04-05T12:26:04Z wilmer query.h now defines a callback function type, not using void* for it …
(edit) @85d7b85   2008-04-02T14:22:57Z Jelmer Vernooij Merge trunk.
(edit) @8a2221a7   2008-03-23T14:29:19Z wilmer Fixed stalling issue with OpenSSL and Jabber (#368).
(edit) @e960a52   2008-03-16T14:39:34Z wilmer Fixed cached_id_prefix memory leak.
(edit) @4bb50ef   2008-03-15T23:53:54Z wilmer Although I have no idea what the author meant with code like `if(cp != …
(edit) @79eae4a   2008-03-15T21:05:39Z wilmer Inviting someone to a Yahoo! chatroom with msg=NULL is bad. I wonder …
(edit) @a869d91   2008-03-15T17:44:21Z wilmer Indicate that we support YMSG protocol version 12, this should …
(edit) @9186d15   2008-02-17T11:26:44Z wilmer Automatically truncate MSN passports to 16 characters because that's …
(edit) @e6648bf   2008-02-17T11:16:01Z wilmer Replaced old MSN Passport (v1.4) authentication code with what's …
(edit) @4bbcba3   2008-02-16T22:40:38Z wilmer Moved xmltree handlers initialization to xt_new().
(edit) @add23a2   2008-02-16T22:07:14Z wilmer Moved xmltree to lib/ because I want to use it from more than just the …
(edit) @a73e91a   2008-02-16T17:38:30Z wilmer Added callback on Jabber add-to-roster requests so buddies get added …
(edit) @ca60550   2008-02-16T15:58:22Z wilmer Merge from Jelmer.
(edit) @fc5cf88   2008-02-16T15:45:12Z Jelmer Vernooij Fix lcov dependencies.
(edit) @af97b23   2008-02-16T13:17:52Z wilmer Improved sasl_get_part() to deal with whitespace in challenge strings, …
(edit) @3038e47   2008-02-10T17:11:06Z wilmer Added support for password-protected Jabber chatrooms.
(edit) @63075d7   2008-02-03T23:33:18Z wilmer Messages from the user are also included in backlogs when joining a …
(edit) @8ff0a61   2008-02-03T17:11:15Z wilmer Disabling "Unknown command" warnings since they're very noisy and …
(edit) @8c1eb80   2008-02-03T16:59:39Z wilmer Implemented XEP-0115. This adds some info to the <presence/> tags so …
(edit) @979cfb4   2008-02-03T13:54:19Z wilmer Saner garbage collection of cached packets in the Jabber module. Now …
(edit) @f774e01   2008-01-30T23:05:52Z wilmer Fixed handling of OSCAR multi-part messages... They're not arrays, …
(edit) @b5c8a34   2008-01-24T22:49:47Z wilmer Keeping track of valid Jabber connections so _connected() events will …
(edit) @613cc55   2008-01-24T22:22:46Z wilmer Fixed two valgrind warnings (partially uninitialized "struct tm" vars.)
(edit) @a882d6c   2008-01-20T11:15:40Z wilmer The Jabber module now uses imcb_chat_log() instead of imcb_log() where …
(edit) @31e5846   2008-01-20T00:17:57Z wilmer Added imcb_chat_log() for chatroom system messages, so they can be …
(edit) @0adce21   2008-01-20T00:01:31Z wilmer GET_BUDDY_FIRST wasn't actually implemented, even though it was in use …
(edit) @83ba3e5   2008-01-18T13:20:37Z wilmer Moving imcb_chat_new() to a saner location (no code changes) and …
(edit) @ac4adf9   2008-01-17T22:48:32Z wilmer Apparently ext_yahoo_got_im can be called with msg=NULL, so it should …
Note: See TracRevisionLog for help on using the revision log.