source: protocols

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @04a927c   2010-06-07T23:04:58Z wilmer Fixing some memory leakage.
(edit) @3dc6d86   2010-06-02T08:47:18Z wilmer Disable old-style ICQ authentication. It looks like AOL or whoever is …
(edit) @ba3233c   2010-05-30T10:16:37Z wilmer Merge from Geert: Added ability to follow/unfollow Twitter people. …
(edit) @7d53efb   2010-05-29T12:40:17Z g.c.w.m.mulders Added functionality to add and remove friendships.
(edit) @3d93aed   2010-05-23T14:52:41Z wilmer Restructure Twitter error parser a bit, it fed a NULL pointer to the …
(edit) @186bd04   2010-05-23T14:14:16Z wilmer Don't whine on "incomplete" incoming IQ-set packets either, those also …
(edit) @a7b9ec7   2010-05-23T13:49:54Z wilmer Improved error reporting (get textual HTTP error message and error …
(edit) @bb5ce4d1   2010-05-23T12:50:51Z wilmer Added base_url settting to Twitter module so other services using the …
(edit) @c01bbd1   2010-05-22T15:00:36Z wilmer Use HTTPS for the browser part of Twitter OAuth login.
(edit) @0b3ffb1   2010-05-19T19:46:43Z wilmer Setting the HTML flag on a connection has a nasty side effect of …
(edit) @2334048   2010-05-16T09:50:57Z wilmer Oi, don't leak that precious memory!
(edit) @d4bc2d9   2010-05-16T09:46:27Z wilmer Handle AIM_CAPS_ICQRTF messages (sometimes sent by certain mobile …
(edit) @f8ec890   2010-05-15T00:20:33Z wilmer Passport 3.0 authentication turns out to be slightly different from …
(edit) @6e6b3d7   2010-05-14T00:09:29Z wilmer Add a warning when the user included a domain part in his/her Yahoo! …
(edit) @f8cb76d   2010-05-11T21:33:37Z wilmer Stop those "Many switchboard failures" messages. No point in showing …
(edit) @e73a501   2010-05-10T23:35:58Z wilmer Fixed a long-standing bug where non-anonymous Jabber chatrooms could …
(edit) @7ee07c3   2010-05-09T16:06:19Z wilmer It looks like AIM mem requests (implemented as damn_you() and …
(edit) @5a599a1   2010-05-09T00:40:03Z wilmer Room names on OSCAR can't start with digits, this broke the "chat …
(edit) @aa7ce1b   2010-05-08T23:50:12Z wilmer Yahoo! seems to echo conference room invitations now, huh? No idea …
(edit) @9997691   2010-05-03T21:36:43Z wilmer Check Tweet length on the BitlBee side already.
(edit) @3b878a1   2010-05-02T21:20:09Z wilmer OAuth sanity fix: Twitter-specific stuff should *not* be in …
(edit) @839189b   2010-05-02T21:06:25Z wilmer Applied show-offline patch from Florian E.J. Fruth, adapted for a few …
(edit) @4273158   2010-05-01T14:16:26Z wilmer Oops. rt_mon start at 0=Jan, causing off-by-a-month timestamps shown …
(edit) @f4b0911   2010-05-01T14:10:32Z wilmer Save the credentials again.
(edit) @c2ecadc   2010-05-01T13:53:59Z wilmer Cleaned up OAuth stuff: consumer key/secret should *not* be in …
(edit) @a7c6d0e   2010-04-30T22:51:18Z wilmer Set HTML-flag on Twitter accounts so </> and all get converted …
(edit) @18dbb20   2010-04-27T22:42:07Z wilmer Valgrind cleanup.
(edit) @288b215   2010-04-26T22:50:25Z wilmer Save the OAuth token in the acct structs so it doesn't have to be …
(edit) @c42e8b9   2010-04-26T22:40:11Z wilmer OAuth, it lives!
(edit) @713d611   2010-04-26T21:50:48Z wilmer Twitter module now generates authorize URLs.
(edit) @508c340   2010-04-26T00:42:37Z wilmer Successfully posted a tweet! Twitter's tricky. It returns vars …
(edit) @db57e7c   2010-04-19T13:08:34Z wilmer 1.2.6a. I fail. :-( The 1.2.6 I just released has a groupchat mode in … 1.2.6a
(edit) @efbc154   2010-04-16T09:58:22Z wilmer Merge msn-keepalive, a nice hack (not yet documented) which sends …
(edit) @55b1e69   2010-04-15T23:15:36Z wilmer Since the home/timeline response can (and often does) come in before …
(edit) @e88fbe27   2010-04-15T23:10:10Z wilmer Added a meta-contact twitter_$username and replaced the …
(edit) @37aa317   2010-04-13T22:09:40Z wilmer Small Valgrind noise fix. (Check if the conn is still alive before …
(edit) @3bd4a93   2010-04-13T17:36:16Z wilmer Suppress HTTP error messages unless we get five or more in a row.
(edit) @3e69802   2010-04-13T12:51:05Z wilmer Use full name information of Twitter buddies.
(edit) @bb839e8   2010-04-10T01:05:39Z wilmer Be more clever with keepalives; detect when a switchboard is opened …
(edit) @9bf2481   2010-04-09T23:16:38Z wilmer First stab at MSN keepalives. Only kicks in if the user goes offline …
(edit) @16592d8   2010-04-09T01:11:10Z wilmer If the user leaves the Twitter channel, allow that. Recreate it when …
(edit) @cca0692   2010-04-09T00:40:38Z wilmer Added imcb_chat_nick_hint() and use it in the Twitter module to get …
(edit) @5b9b2b6   2010-04-08T00:55:17Z wilmer Added display_timestamps setting in case some people may not really …
(edit) @37d84b3   2010-04-08T00:51:16Z wilmer Don't free the Twitter chatroom if there isn't one..
(edit) @08579a1   2010-04-08T00:42:11Z wilmer Parse timestamps in tweets.
(edit) @2e3a857   2010-04-08T00:27:42Z wilmer Added a mktime_utc() to misc.c using code that used to be in …
(edit) @91cec2f   2010-04-07T21:38:56Z wilmer It'd be nice to not crash when the user goes away. :-) Don't export …
(edit) @123cac7   2010-04-07T19:40:39Z wilmer Merging Twitter support.
(edit) @3e57660   2010-04-07T03:59:01Z wilmer Show timestamps for offline messages. Including a timezone setting for …
(edit) @7815a2b   2010-04-07T02:15:44Z wilmer Check MSN display names given by the server for UTF-8-correctness …
(edit) @1014cab   2010-04-07T00:46:38Z wilmer In groupchat mode, make contacts show up in the room instead of in …
(edit) @d569019   2010-04-07T00:27:51Z wilmer A little more cleanup.
(edit) @0519b0a   2010-04-06T23:54:00Z wilmer Killed unused twitter_urldecode() and silence some compiler warnings.
(edit) @2abceca   2010-04-06T17:25:51Z g.c.w.m.mulders Updates made as a result to the comments on the review.
(edit) @e3413cc   2010-03-30T01:30:19Z wilmer Added local_display_name setting for MSN accounts and some hopefully …
(edit) @c4bc92a   2010-03-30T00:26:11Z wilmer Suppress empty "Headline:" messages for certain new XMPP broadcast …
(edit) @62d2cfb   2010-03-25T21:31:27Z g.c.w.m.mulders Added option to get tweeds either through groupchat or privmes.
(edit) @545d7c0   2010-03-21T10:18:28Z wilmer Added ignore_auth_requests setting (patch from vmiklos, bug #578).
(edit) @638feab   2010-03-18T14:38:06Z wilmer Merging in Jabber resource selection fix. This adds the …
(edit) @842cd8d   2010-03-18T11:22:17Z wilmer Fixed a bug that caused full JIDs to get lost sometimes with the new …
(edit) @f9928cb   2010-03-17T01:13:23Z wilmer Set resource_select to activity by default since priority has always … 1.2.5
(edit) @ec55a7d   2010-03-16T10:24:00Z wilmer Really set Yahoo! status messages properly. YMSG, how I hate you.
(edit) @449a51d   2010-03-16T10:18:02Z wilmer Include non-away status messages in blist and whois responses. The …
(edit) @9fca0657   2010-03-15T10:26:25Z wilmer Deal with stupid (on first sight, at least) Yahoo! server behaviour …
(edit) @315dd4c   2010-03-15T01:25:47Z wilmer Oops.. Today's Jabber fix could get stuck in a somewhat infinite loop …
(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) @dde9d571   2010-03-12T19:35:51Z wilmer Fixed jabber_util unittest. It passes, yet something still seems to be …
(edit) @be609ff   2010-03-12T19:10:16Z wilmer Merging mainline.
(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) @b4dd253   2009-12-02T18:08:40Z g.c.w.m.mulders home/timeline is now displayed in a groupchat instead of private window.
(edit) @1b221e0   2009-12-01T21:08:02Z g.c.w.m.mulders Added twitter-module.
(edit) @08e5bb2   2009-11-19T18:50:53Z wilmer Restoring some logic that seemed broken but was important with …
(edit) @20e830b   2009-11-19T14:58:30Z wilmer Fixed a facepalm kind of NULL pointer dereference bug.
(edit) @76c85b4c   2009-11-19T13:11:38Z wilmer resource_select now defaults to activity instead of priority. Also, …
(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 …
Note: See TracRevisionLog for help on using the revision log.