aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
Commit message (Expand)AuthorAgeLines
...
| * Just reconstruct all retweets instead of just the ones marked as truncated.Wilmer van der Gaast2011-08-27-5/+3
| * Since t.co is all over Twitter now, start parsing and showing entityWilmer van der Gaast2011-08-26-10/+35
| * Merging Twitter-mentions patch from meh. Bug #663.Wilmer van der Gaast2011-08-25-71/+282
| * Better cleanup of status IDs in Twitter commands. Stop using that sillyWilmer van der Gaast2011-08-17-13/+20
| * To reduce ambiguity, allow using a # to specify Tweet ID's when doing retweets.Wilmer van der Gaast2011-08-17-1/+5
| |\
| | * Make it easier to retweet by id.Jasper Spaans2011-08-03-1/+5
| |/
| * Merging Skype plugin. Many thanks to Miklos Vajna for all his work on this,Wilmer van der Gaast2011-07-24-0/+4477
| |\
| | * Drop no longer necessary autofoo from skype plugin dirunknown2011-07-03-112/+0
| | * Install skyped documentation if skype is enabledunknown2011-07-03-2/+12
| | * Install skyped if skype is enabledunknown2011-07-03-10/+0
| | * skype: .gitignore -> .bzrignoreMiklos Vajna2011-06-30-0/+0
| | * skyped: user configuration should have priorityMiklos Vajna2011-06-30-2/+2
| | * Bind to IPv6 address when -H is in IPv6 formatJan Hruban2011-06-15-2/+5
| | * Free skype groupchats on logoutJan Hruban2011-06-15-0/+3
| | * Don't create new channel when skype groupchat turns from DIALOG to MULTI_SUBS...Jan Hruban2011-06-15-2/+5
| | * Fix crash on inviting people to skype groupchatsJan Hruban2011-06-15-4/+1
| | * Merge bitlbee-skype into bitlbeeMiklos Vajna2011-04-12-0/+4583
* | | Error handling fixes.Wilmer van der Gaast2011-08-04-1/+3
* | | Don't timeout Jabber connections on OAuth initialization.Wilmer van der Gaast2011-07-31-0/+3
* | | OAuth code cleanup.Wilmer van der Gaast2011-07-31-18/+24
* | | Facebook authentication. This isn't really OAuth in the end: FB doesn'tWilmer van der Gaast2011-07-31-2/+51
* | | Working OAuth2 support. Needs some more debugging (error handling is notWilmer van der Gaast2011-07-26-9/+151
* | | Kill obsolete Jabber server string (SSL, port#s, etc) parsing.Wilmer van der Gaast2011-07-25-55/+0
* | | Nothing useful yet, this just generates an auth URL. Things to do: AbilityWilmer van der Gaast2011-07-22-3/+16
|/ /
* | Use sscanf, not strtoull. G_GUINT64_FORMAT really makes format strings lookWilmer van der Gaast2011-06-12-2/+2
* | Oops. prefix shouldn't be just "ca" for identi.ca.Wilmer van der Gaast2011-06-11-1/+3
* | Change the default base_url to something that works. Change the default forWilmer van der Gaast2011-06-11-14/+27
* | Use /friends/ids and /users/lookup instead of /statuses/friends to get aWilmer van der Gaast2011-06-11-146/+145
* | Re-indent Twitter code. It just lacks *any* kind of consistency. Flags used:Wilmer van der Gaast2011-06-11-591/+486
* | Dirty workaround: Don't download the contact list for now as TwitterWilmer van der Gaast2011-06-09-0/+1
* | Try to show better Twitter error messages. Sadly this doesn't always workWilmer van der Gaast2011-04-18-6/+7
|/
* Check td->log everywhere before using it..Wilmer van der Gaast2011-03-31-2/+2
* Also use the short IDs for a new reply command. Couldn't think of a sane wayWilmer van der Gaast2011-03-29-4/+35
* Allow using the new 2-digit id's for retweets.Wilmer van der Gaast2011-03-29-1/+5
* For #721, add the numbers in front of tweets if show_ids is enabled. LeftWilmer van der Gaast2011-03-29-11/+78
* Tweaks to allow authenticating to identi.ca with OAuth. Doesn't seem to workWilmer van der Gaast2011-03-27-2/+24
* Set the libpurple proxy server in a way that should work with olderWilmer van der Gaast2011-03-26-2/+1
* Fixed proxy support with libpurple.Wilmer van der Gaast2011-03-07-0/+22
* Twitter: Warn the user if the OAuth username and the configured usernameWilmer van der Gaast2011-03-07-0/+10
* Fix crash on quick MSN logoff (NULL pointer dereference because GLib doesn'tWilmer van der Gaast2011-03-07-1/+2
* Fix memory corruption on Jabber disconnect with xmlconsole andWilmer van der Gaast2011-02-24-2/+2
* s/Your Tweet:/You:/ to avoid using Twitter-specific terminology.Wilmer van der Gaast2011-02-24-1/+1
* Sneaky if statement is sneaky. The fix from the previous changeset didn'tWilmer van der Gaast2011-01-23-2/+2
* MSN changed the @msn.com login server URL and/or broke the old one. :-(Wilmer van der Gaast2011-01-22-2/+6
* Hide password information during SASL auth in xmlconsole.Wilmer van der Gaast2010-12-16-1/+8
* Silently adding /CTCP NUDGE support for MSN contacts.Wilmer van der Gaast2010-12-13-4/+42
* MSN: Don't send any of the special messages offline since they creep peopleWilmer van der Gaast2010-12-13-0/+4
* Allow changing MSN display names in server-side profiles. (I.e. the changesWilmer van der Gaast2010-12-12-13/+90
* At least don't disable Twitter anymore for libpurple builds. libpurpleWilmer van der Gaast2010-12-07-0/+5
* Add CTCP HELP code. Also cleaning up some noop handlers in the TwitterWilmer van der Gaast2010-12-07-14/+2