Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | Just reconstruct all retweets instead of just the ones marked as truncated. | Wilmer van der Gaast | 2011-08-27 | -5/+3 | |
| | | |||||
| * | Since t.co is all over Twitter now, start parsing and showing entity | Wilmer van der Gaast | 2011-08-26 | -10/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | information. I'm going for this way of rendering even though full URLs are also available to me because A) it puts me on the safe side wrt Twitter ToS and B) some full URLS may really be very long. Noticed some problem with truncated RT statuses not getting fixed but this seems to be unrelated. (This is a truncated RT status without the "truncated" property set.) Bug #821. | ||||
| * | Merging Twitter-mentions patch from meh. Bug #663. | Wilmer van der Gaast | 2011-08-25 | -71/+282 | |
| | | |||||
| * | Better cleanup of status IDs in Twitter commands. Stop using that silly | Wilmer van der Gaast | 2011-08-17 | -13/+20 | |
| | | | | | | | | | | | | g_ascii_strtoull() everywhere. This should fix some accidental Tweet incidents. | ||||
| * | To reduce ambiguity, allow using a # to specify Tweet ID's when doing retweets. | Wilmer van der Gaast | 2011-08-17 | -1/+5 | |
| |\ | | | | | | | | | | | | | Patch from Jasper Spaans. | ||||
| | * | Make it easier to retweet by id. | Jasper Spaans | 2011-08-03 | -1/+5 | |
| |/ | | | | | | | | | | | Currently, typing "rt 24" would retweet the last message from @24. This patch allows one to retweet the tweet with id 24 by typing "rt #24". | ||||
| * | Merging Skype plugin. Many thanks to Miklos Vajna for all his work on this, | Wilmer van der Gaast | 2011-07-24 | -0/+4477 | |
| |\ | | | | | | | | | | | | | | | | having this distributed together with BitlBee will hopefully make up for the fact that BitlBee has poor binary API backward compatibility. | ||||
| | * | Drop no longer necessary autofoo from skype plugin dir | unknown | 2011-07-03 | -112/+0 | |
| | | | |||||
| | * | Install skyped documentation if skype is enabled | unknown | 2011-07-03 | -2/+12 | |
| | | | |||||
| | * | Install skyped if skype is enabled | unknown | 2011-07-03 | -10/+0 | |
| | | | |||||
| | * | skype: .gitignore -> .bzrignore | Miklos Vajna | 2011-06-30 | -0/+0 | |
| | | | |||||
| | * | skyped: user configuration should have priority | Miklos Vajna | 2011-06-30 | -2/+2 | |
| | | | |||||
| | * | Bind to IPv6 address when -H is in IPv6 format | Jan Hruban | 2011-06-15 | -2/+5 | |
| | | | |||||
| | * | Free skype groupchats on logout | Jan Hruban | 2011-06-15 | -0/+3 | |
| | | | |||||
| | * | Don't create new channel when skype groupchat turns from DIALOG to ↵ | Jan Hruban | 2011-06-15 | -2/+5 | |
| | | | | | | | | | | | | MULTI_SUBSCRIBED (works only when user initiates the chat, otherwise new channel is created anyway) | ||||
| | * | Fix crash on inviting people to skype groupchats | Jan Hruban | 2011-06-15 | -4/+1 | |
| | | | |||||
| | * | Merge bitlbee-skype into bitlbee | Miklos Vajna | 2011-04-12 | -0/+4583 | |
| | | | |||||
* | | | Error handling fixes. | Wilmer van der Gaast | 2011-08-04 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | Found one double free() bug causing troubles when a buddy_msg() handler takes down the IM connection immediately. | ||||
* | | | Don't timeout Jabber connections on OAuth initialization. | Wilmer van der Gaast | 2011-07-31 | -0/+3 | |
| | | | |||||
* | | | OAuth code cleanup. | Wilmer van der Gaast | 2011-07-31 | -18/+24 | |
| | | | |||||
* | | | Facebook authentication. This isn't really OAuth in the end: FB doesn't | Wilmer van der Gaast | 2011-07-31 | -2/+51 | |
| | | | | | | | | | | | | | | | | | | really support desktop app OAuth in a way that would work with BitlBee. Plus, it's only OAuth-compliant by, err, name? | ||||
* | | | Working OAuth2 support. Needs some more debugging (error handling is not | Wilmer van der Gaast | 2011-07-26 | -9/+151 | |
| | | | | | | | | | | | | | | | great and imc_logout() gets (rightfully) confused when jabber_data is empty). | ||||
* | | | Kill obsolete Jabber server string (SSL, port#s, etc) parsing. | Wilmer van der Gaast | 2011-07-25 | -55/+0 | |
| | | | |||||
* | | | Nothing useful yet, this just generates an auth URL. Things to do: Ability | Wilmer van der Gaast | 2011-07-22 | -3/+16 | |
|/ / | | | | | | | | | | | | | | | | | | | to process the answer. This is hard because the GTalk server will time out very quickly which means we lose our state/scope/etc. (And the ability to even receive the answer, at least if I'd do this the same way the Twitter module does it.) And then, get the access token and use it, of course. :-) | ||||
* | | Use sscanf, not strtoull. G_GUINT64_FORMAT really makes format strings look | Wilmer van der Gaast | 2011-06-12 | -2/+2 | |
| | | | | | | | | | | so much better. | ||||
* | | Oops. prefix shouldn't be just "ca" for identi.ca. | Wilmer van der Gaast | 2011-06-11 | -1/+3 | |
| | | |||||
* | | Change the default base_url to something that works. Change the default for | Wilmer van der Gaast | 2011-06-11 | -14/+27 | |
| | | | | | | | | | | | | identi.ca to HTTPS while I'm at it. Pretty important since I can't use OAuth for it yet. | ||||
* | | Use /friends/ids and /users/lookup instead of /statuses/friends to get a | Wilmer van der Gaast | 2011-06-11 | -146/+145 | |
| | | | | | | | | | | | | list of contacts at login time. Still depends on adding an API version number to base_url though. | ||||
* | | Re-indent Twitter code. It just lacks *any* kind of consistency. Flags used: | Wilmer van der Gaast | 2011-06-11 | -591/+486 | |
| | | | | | | | | | | | | -i8 -kr -ts8 -ut -l100 Because K&R isn't so bad after all but spaces are definitely evil. (Not that GNU indent understands how to use tabs, oh well.) | ||||
* | | Dirty workaround: Don't download the contact list for now as Twitter | Wilmer van der Gaast | 2011-06-09 | -0/+1 | |
| | | | | | | | | | | | | | | deprecated the API call BitlBee uses for that. The contact list will be updated as tweets come in. Real fix will come in later, at least this lets everyone log in again. | ||||
* | | Try to show better Twitter error messages. Sadly this doesn't always work | Wilmer van der Gaast | 2011-04-18 | -6/+7 | |
|/ | | | | | | since Twitter can't seem to make up their mind on the formatting of their error responses, sometimes using XML and sometimes plain text. | ||||
* | Check td->log everywhere before using it.. | Wilmer van der Gaast | 2011-03-31 | -2/+2 | |
| | |||||
* | Also use the short IDs for a new reply command. Couldn't think of a sane way | Wilmer van der Gaast | 2011-03-29 | -4/+35 | |
| | | | | | | to support "xx:" or "@xx" since it would also become too ambiguous. Only thing left to do now is documenting it. | ||||
* | Allow using the new 2-digit id's for retweets. | Wilmer van der Gaast | 2011-03-29 | -1/+5 | |
| | |||||
* | For #721, add the numbers in front of tweets if show_ids is enabled. Left | Wilmer van der Gaast | 2011-03-29 | -11/+78 | |
| | | | | | to do: Document the feature and allow using the numbers in rt/replies. | ||||
* | Tweaks to allow authenticating to identi.ca with OAuth. Doesn't seem to work | Wilmer van der Gaast | 2011-03-27 | -2/+24 | |
| | | | | | | | completely for whatever the reason may be (invalid signature). I give up for now. Stuff does actually work if you generate access tokens using different software so BitlBee's definitely able to generate good signatures. | ||||
* | Set the libpurple proxy server in a way that should work with older | Wilmer van der Gaast | 2011-03-26 | -2/+1 | |
| | | | | | libpurple versions. | ||||
* | Fixed proxy support with libpurple. | Wilmer van der Gaast | 2011-03-07 | -0/+22 | |
| | |||||
* | Twitter: Warn the user if the OAuth username and the configured username | Wilmer van der Gaast | 2011-03-07 | -0/+10 | |
| | | | | | | don't match. This is not a real problem but can be confusing if you don't expect it. | ||||
* | Fix crash on quick MSN logoff (NULL pointer dereference because GLib doesn't | Wilmer van der Gaast | 2011-03-07 | -1/+2 | |
| | | | | | understand how free()-like functions should behave). | ||||
* | Fix memory corruption on Jabber disconnect with xmlconsole and | Wilmer van der Gaast | 2011-02-24 | -2/+2 | |
| | | | | | handle_unknown=add enabled. | ||||
* | s/Your Tweet:/You:/ to avoid using Twitter-specific terminology. | Wilmer van der Gaast | 2011-02-24 | -1/+1 | |
| | |||||
* | Sneaky if statement is sneaky. The fix from the previous changeset didn't | Wilmer van der Gaast | 2011-01-23 | -2/+2 | |
| | | | | | work; it broke auth redirects. Fixing that now. | ||||
* | MSN changed the @msn.com login server URL and/or broke the old one. :-( | Wilmer van der Gaast | 2011-01-22 | -2/+6 | |
| | |||||
* | Hide password information during SASL auth in xmlconsole. | Wilmer van der Gaast | 2010-12-16 | -1/+8 | |
| | |||||
* | Silently adding /CTCP NUDGE support for MSN contacts. | Wilmer van der Gaast | 2010-12-13 | -4/+42 | |
| | |||||
* | MSN: Don't send any of the special messages offline since they creep people | Wilmer van der Gaast | 2010-12-13 | -0/+4 | |
| | | | | | out. :-) | ||||
* | Allow changing MSN display names in server-side profiles. (I.e. the changes | Wilmer van der Gaast | 2010-12-12 | -13/+90 | |
| | | | | | are finally always persistent again.) | ||||
* | At least don't disable Twitter anymore for libpurple builds. libpurple | Wilmer van der Gaast | 2010-12-07 | -0/+5 | |
| | | | | | | | | | | | doesn't have Twitter support by default and it's unlikely that someone will prefer libpurple-twitter over BitlBee's Twitter code anyway. Also automatically disable libpurple protocol modules if a native variant is already set up. The linking conflict works the other way around (libpurple modules may break if native modules for the same protocol are compiled in) so this should mostly resolve the linking conflict problem. | ||||
* | Add CTCP HELP code. Also cleaning up some noop handlers in the Twitter | Wilmer van der Gaast | 2010-12-07 | -14/+2 | |
| | | | | | | module (chat_with and send_typing) that suggested support for features that obviously don't exist. |