source: protocols

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @5f1e78d   2011-08-17T21:58:21Z wilmer To reduce ambiguity, allow using a # to specify Tweet ID's when doing …
(edit) @d6b6906   2011-08-03T21:45:49Z j Make it easier to retweet by id. Currently, typing "rt 24" would …
(edit) @c8b8c83   2011-07-24T12:51:00Z wilmer Merging Skype plugin. Many thanks to Miklos Vajna for all his work on …
(edit) @b518cdc   2011-07-03T14:15:25Z Miklos Vajna Drop no longer necessary autofoo from skype plugin dir
(edit) @5155570   2011-07-03T14:15:13Z Miklos Vajna Install skyped documentation if skype is enabled
(edit) @b5a5938   2011-07-03T14:14:54Z Miklos Vajna Install skyped if skype is enabled
(edit) @004f494   2011-06-29T23:30:33Z Miklos Vajna skype: .gitignore -> .bzrignore
(edit) @2ff0f37   2011-06-29T23:25:02Z Miklos Vajna skyped: user configuration should have priority
(edit) @05d964c   2011-06-15T12:47:16Z hrubi13 Bind to IPv6 address when -H is in IPv6 format
(edit) @bd11422   2011-06-15T12:18:49Z hrubi13 Free skype groupchats on logout
(edit) @c573f1b   2011-06-15T12:18:16Z hrubi13 Don't create new channel when skype groupchat turns from DIALOG to …
(edit) @17dd2ed   2011-06-15T12:13:58Z hrubi13 Fix crash on inviting people to skype groupchats
(edit) @7ceb6b2   2011-06-11T23:59:00Z wilmer Use sscanf, not strtoull. G_GUINT64_FORMAT really makes format strings …
(edit) @4bc66ae   2011-06-11T17:59:39Z wilmer Oops. prefix shouldn't be just "ca" for identi.ca.
(edit) @c0f33f1   2011-06-11T17:50:26Z wilmer Change the default base_url to something that works. Change the …
(edit) @de923d5   2011-06-11T17:11:08Z wilmer Use /friends/ids and /users/lookup instead of /statuses/friends to get …
(edit) @5983eca   2011-06-11T11:28:01Z wilmer Re-indent Twitter code. It just lacks *any* kind of consistency. Flags …
(edit) @27ad50b   2011-06-09T08:19:32Z wilmer Dirty workaround: Don't download the contact list for now as Twitter …
(edit) @6eca2eb   2011-04-18T14:14:08Z wilmer Try to show better Twitter error messages. Sadly this doesn't always …
(edit) @43b1cd7   2011-04-12T00:10:57Z Miklos Vajna Merge bitlbee-skype into bitlbee
(edit) @6220254   2011-03-31T10:28:17Z wilmer Check td->log everywhere before using it..
(edit) @15bc063   2011-03-29T22:47:00Z wilmer Also use the short IDs for a new reply command. Couldn't think of a …
(edit) @4f50ea5   2011-03-29T20:57:54Z wilmer Allow using the new 2-digit id's for retweets.
(edit) @ce81acd   2011-03-28T23:28:46Z wilmer For #721, add the numbers in front of tweets if show_ids is enabled. …
(edit) @ce617f0   2011-03-27T14:09:55Z wilmer Tweaks to allow authenticating to identi.ca with OAuth. Doesn't seem …
(edit) @ff94563   2011-03-26T12:02:38Z wilmer Set the libpurple proxy server in a way that should work with older …
(edit) @7add7ec   2011-03-08T06:48:39Z wilmer Fixed proxy support with libpurple.
(edit) @93cc86f   2011-03-08T06:24:34Z wilmer Twitter: Warn the user if the OAuth username and the configured …
(edit) @9e9140b   2011-03-08T06:23:34Z wilmer Fix crash on quick MSN logoff (NULL pointer dereference because GLib …
(edit) @8e3890b   2011-02-24T19:47:50Z wilmer Fix memory corruption on Jabber disconnect with xmlconsole and …
(edit) @bb8d7d1   2011-02-24T18:52:18Z wilmer s/Your Tweet:/You:/ to avoid using Twitter-specific terminology.
(edit) @02e06b5   2011-01-23T16:32:07Z wilmer Sneaky if statement is sneaky. The fix from the previous changeset …
(edit) @5282ffd   2011-01-22T17:29:55Z wilmer MSN changed the @msn.com login server URL and/or broke the old one. :-(
(edit) @fe79f7a7   2010-12-16T21:02:16Z wilmer Hide password information during SASL auth in xmlconsole.
(edit) @9c84617   2010-12-13T00:42:58Z wilmer Silently adding /CTCP NUDGE support for MSN contacts.
(edit) @8eec79d   2010-12-13T00:33:56Z wilmer MSN: Don't send any of the special messages offline since they creep …
(edit) @76c89dc7   2010-12-12T00:25:17Z wilmer Allow changing MSN display names in server-side profiles. (I.e. the …
(edit) @c775a58   2010-12-07T23:41:49Z wilmer At least don't disable Twitter anymore for libpurple builds. libpurple …
(edit) @a97a336   2010-12-07T23:14:30Z wilmer Add CTCP HELP code. Also cleaning up some noop handlers in the Twitter …
(edit) @d76e12f   2010-12-06T00:18:27Z wilmer Add support for XEP 202 (replacement for jabber:iq:time).
(edit) @d88c92a   2010-12-06T00:03:49Z wilmer First bits of CTCP support to contacts. (Try /CTCP VERSION on a Jabber …
(edit) @fd65edb   2010-12-05T00:30:07Z wilmer When recreating the Twitter channel after the user left, also …
(edit) @09d4922   2010-11-21T19:34:59Z wilmer Be clearer about password settings being intentionally hidden (and not …
(edit) @68adaf8   2010-11-21T19:13:54Z wilmer Extra NULL-check because it *is* possible that prpl->login returns …
(edit) @694be84   2010-11-21T19:08:43Z wilmer Fetch Gadu-Gadu contact lists (libpurple-specific hardcoding hack). …
(edit) @5df65bd   2010-11-21T16:14:03Z wilmer Don't save the global "away" settings, leave that to the IRC /AWAY …
(edit) @748bcdd   2010-11-21T15:23:54Z wilmer Time out if logging in takes too long (2m for now). Except for Twitter …
(edit) @d68365c   2010-11-20T15:39:58Z wilmer D'oh. Obviously, only look at MSN buddies when checking the MSN …
(edit) @6d544a1   2010-11-20T11:48:04Z wilmer Restore support for joining password-protected Jabber rooms. Now using …
(edit) @4eb75b2   2010-11-20T11:31:39Z wilmer Sometimes for whatever reasons MSN adds all contacts to both the …
(edit) @10685d3   2010-11-19T21:00:14Z wilmer Fixed two doc/string typos.
(edit) @6b96de6   2010-11-15T23:00:32Z wilmer Un-deprecate login.icq.com, ICQ is back on its own server thanks to …
(edit) @ed0589c   2010-11-13T13:01:40Z wilmer Fixed issue with logging in to unverified MSN accounts.
(edit) @7064d28   2010-10-25T14:23:46Z aelmahmoudy Fix typo: recieve -> receive
(edit) @9066974   2010-10-23T03:05:48Z wilmer Fixed some still-leaky code in the MSN incoming status message handling.
(edit) @03e6c52   2010-10-22T23:46:44Z wilmer Change 704 introduced one tiny bug where a Jabber resource doesn't get …
(edit) @a0626c1   2010-10-21T22:17:58Z wilmer Removed problematic include from nogaim.h. (Bug #695)
(edit) @79b5c41   2010-10-21T00:11:02Z wilmer Another memory leak fix.
(edit) @9c9a29c   2010-10-16T05:17:46Z wilmer Don't initialize the twitter_connections list to NULL in …
(edit) @6197702   2010-10-09T18:41:19Z wilmer Merging OTR branch. It's more or less a plugin if you enable it, and …
(edit) @23b29c6   2010-10-08T06:32:44Z wilmer Clean up ordering of free()s in msn_buddy_data_free().
(edit) @8a35d4b   2010-10-07T06:41:50Z wilmer base64-decode the msg in offline msg non-delivery reports and suppress …
(edit) @afb9ea9   2010-10-07T06:25:35Z wilmer Silencing some (mostly whiny) compiler warnings.
(edit) @c1d40e7   2010-10-07T06:19:39Z wilmer Fixed some memory leaks.
(edit) @385fbc4   2010-10-06T08:31:15Z wilmer Fixed string handling bug with long MSN passwords.
(edit) @8e9e2b7   2010-10-03T02:45:26Z wilmer Merging mainline, which includes a huge msnp13 merge. Not 100% sure …
(edit) @2af3e23   2010-10-02T06:56:33Z wilmer Restore MSN password truncation code. MSN still can't handle passwords …
(edit) @62f53b50   2010-10-02T05:34:53Z wilmer Merging msnp13 branch which, confusingly, upgrades the msn module to …
(edit) @04cd284   2010-10-02T05:19:27Z wilmer Export block/allow list again. The way this is done is ugly though and …
(edit) @ed86165   2010-10-02T04:22:57Z wilmer Silence some debugging stuff that was still going to stdout.
(edit) @52f5e90   2010-10-02T04:21:50Z wilmer Fixed possible crash bug on removing contacts while the auth cookie …
(edit) @665c24f   2010-09-30T05:28:36Z wilmer Some simple error msgs on failed Twitter commands (undo and rt).
(edit) @3c9b095   2010-09-06T09:26:39Z wilmer libpurple insists on storing its own version of reality somewhere. I …
(edit) @d6657ce   2010-09-05T23:30:40Z wilmer Fix NULL pointer dereference when removing nicks from groupchats.
(edit) @2c6b0f4   2010-09-05T14:09:43Z wilmer Fix auth for @msn.com accounts.
(edit) @975708a   2010-09-05T12:08:12Z wilmer Mainline merge.
(edit) @fef7813   2010-09-05T11:31:22Z wilmer Fix compiler warnings. Also fixing irc_send_motd(), which so far got …
(edit) @41e0c00   2010-09-05T10:27:12Z wilmer Fixing handling of (Jabber) chatroom topic changes done by the user.
(edit) @4e1be76   2010-09-04T17:23:46Z wilmer Clean up any stuff stuck in the soap queue at disconnect time.
(edit) @27053b5   2010-09-04T17:13:55Z wilmer Finish re-authentication works. Should now work for OIMs as well.
(edit) @4aa8a04   2010-09-04T15:54:52Z wilmer This works (includes some token sabotage code to ease testing), but I …
(edit) @bae0617   2010-09-03T21:24:58Z wilmer Rearrange things a bit to support multiple NS connections. This is …
(edit) @64768d4   2010-09-02T09:15:44Z wilmer Replace msn*write functions with saner versions that accept format …
(edit) @934db064   2010-09-01T22:09:27Z wilmer Do encryption and decryption. Somehow SMP and other things aren't …
(edit) @f5c0d8e   2010-08-31T20:06:14Z wilmer Merge mainline stuff.
(edit) @31dbb90a   2010-08-30T22:02:46Z wilmer Suppress subjects in Jabber conversations after showing them once.
(edit) @c55701e   2010-08-30T19:58:33Z wilmer Due to popular demand, now using mode=chat by default.
(edit) @df61c35a   2010-08-30T19:24:28Z wilmer Warn the user when his/her AIM/ICQ password seems to be too long. For …
(edit) @02bb9db   2010-08-29T09:39:27Z wilmer Handle payloads attached to errors (assume any number in cmd[2] would …
(edit) @feb1bad   2010-08-28T12:24:37Z wilmer Pull in Makefile dependencies fix from mainline.
(edit) @00374ac   2010-08-28T12:22:50Z wilmer Don't treat error 241 as fatal since it isn't - or at least not always.
(edit) @b0a89cc   2010-08-27T08:48:18Z wilmer Use nifty gcc -MD feature to automatically track .h dependencies of …
(edit) @ea728e6   2010-08-24T12:19:52Z wilmer Merging mainline.
(edit) @be999a5   2010-08-23T23:12:24Z wilmer First step in this merge. Mostly a bzr merge and then a cleanup of …
(edit) @9b1d2d6   2010-08-22T10:42:27Z wilmer Ignore empty status messages, and msnmsgrp2p invitations.
(edit) @bd599b9   2010-08-22T08:07:48Z wilmer Fix two compiler warnings.
(edit) @1aa74f55   2010-08-23T10:34:36Z wilmer Process incoming XMPP groupchat invites in a saner way: Create a …
(edit) @241f9f6   2010-08-22T13:31:53Z wilmer Better handling of yahoo add responses: libyahoo2 seems to (IMHO) …
(edit) @1bb1e01   2010-08-22T12:15:53Z wilmer Fixed a misuse of xt_find_node() that could get into an infinite loop.
(edit) @237eadd   2010-08-22T08:07:48Z wilmer Fix two compiler warnings.
Note: See TracRevisionLog for help on using the revision log.