|
|
@2a6da96
|
2012-09-25T00:08:54Z |
wilmer |
Move Twitter XML parsing/error checking into a separate function and …
|
|
|
@11ec078
|
2012-09-22T12:44:47Z |
wilmer |
Since I can't figure out where the stalls are coming from at this …
|
|
|
@d0752e8
|
2012-09-22T12:12:12Z |
wilmer |
Little cleanup. Use xt_from_string() where possible.
|
|
|
@b61c74c
|
2012-09-15T16:24:52Z |
wilmer |
Merge Twitter favourite command from Flexo/#983. Leaving out the …
|
|
|
@b3d99e3
|
2012-09-15T16:03:33Z |
wilmer |
Twitter module cleanup: Both Twitter and identi.ca "modules" support …
|
|
|
@7281ad1
|
2012-09-15T15:59:17Z |
wilmer |
Allow building position-independent executables. #981, patch from …
|
|
|
@d3bfe3d
|
2012-08-19T13:55:01Z |
wilmer |
Fix memory leak. #985
|
|
|
@7d2ce9a
|
2012-06-03T23:31:01Z |
wilmer |
Scan media entities as well, not just url entities. This should expand …
|
|
|
@7de784c
|
2012-06-03T23:02:14Z |
wilmer |
Fixed compiler warning in twitter.c report-spam code.
|
|
|
@e93fa05
|
2012-04-14T09:55:34Z |
wilmer |
Turn show_ids on by default. I need to do some more things to get …
|
|
|
@d18dee42
|
2012-03-12T22:36:35Z |
wilmer |
Merging report-spam patch for Twitter from Flexo. #923
|
|
|
@7fa5c19
|
2012-02-11T12:55:45Z |
wilmer |
Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIR …
|
|
|
@b5fe39b
|
2012-02-10T23:49:28Z |
wilmer |
Applied patch from #895, making show_old_mentions an integer setting …
|
|
|
@7d27962
|
2012-02-08T00:24:12Z |
wilmer |
Take t.co URL lengtheWshortening into account when counting message …
|
|
|
@cf0dbdd
|
2012-01-30T21:41:00Z |
wilmer |
Merging strip_newlines Twitter setting.
|
|
|
@948abab
|
2012-01-13T17:49:23Z |
daniel |
add 'strip_newlines' setting to Twitter
|
|
|
@441b9dd
|
2012-01-10T23:36:29Z |
wilmer |
Don't handle HTTP 401 responses from Twitter API differently anymore …
|
|
|
@ac36463
|
2012-01-10T15:13:18Z |
wilmer |
Return, don't try to flush the timeline on a broken connection. This …
|
|
|
@199fea6
|
2011-12-26T18:17:51Z |
wilmer |
Fixing memory leak in Twitter module.
|
|
|
@e306fbf
|
2011-12-21T19:35:13Z |
wilmer |
Fixed a bug that probably (can't test this now since it's down) broke …
|
|
|
@ce199b7
|
2011-12-21T11:21:04Z |
wilmer |
Make it easier to add OAuth-authenticated accounts without having to …
|
|
|
@3f808ca
|
2011-12-11T16:38:02Z |
wilmer |
Support HTTP/1.1 redirect status codes and use HTTPS for OAuth setup. …
|
|
|
@90fc864
|
2011-11-24T08:18:04Z |
wilmer |
Hopefully this fixed #838. Patch from Artem Savkov, thanks! The …
|
|
|
@32bea82
|
2011-10-20T02:59:57Z |
wilmer |
changeset:devel,814 was silly and incomplete. This should fix that. …
|
|
|
@733f607
|
2011-10-18T03:58:14Z |
wilmer |
Stupid work-around for bug #838. The troublesome condition is known, I …
|
|
|
@0fff0b2
|
2011-08-27T10:18:45Z |
wilmer |
Just reconstruct all retweets instead of just the ones marked as truncated.
|
|
|
@429a9b1
|
2011-08-26T20:16:17Z |
wilmer |
Since t.co is all over Twitter now, start parsing and showing entity …
|
|
|
@2322a9f
|
2011-08-25T18:08:07Z |
wilmer |
Merging Twitter-mentions patch from meh. Bug #663.
|
|
|
@aa2f575
|
2011-08-17T22:21:47Z |
wilmer |
Better cleanup of status IDs in Twitter commands. Stop using that …
|
|
|
@5f1e78d
|
2011-08-17T21:58:21Z |
wilmer |
To reduce ambiguity, allow using a # to specify Tweet ID's when doing …
|
|
|
@d6b6906
|
2011-08-03T21:45:49Z |
j |
Make it easier to retweet by id.
Currently, typing "rt 24" would …
|
|
|
@7ceb6b2
|
2011-06-11T23:59:00Z |
wilmer |
Use sscanf, not strtoull. G_GUINT64_FORMAT really makes format strings …
|
|
|
@4bc66ae
|
2011-06-11T17:59:39Z |
wilmer |
Oops. prefix shouldn't be just "ca" for identi.ca.
|
|
|
@c0f33f1
|
2011-06-11T17:50:26Z |
wilmer |
Change the default base_url to something that works. Change the …
|
|
|
@de923d5
|
2011-06-11T17:11:08Z |
wilmer |
Use /friends/ids and /users/lookup instead of /statuses/friends to get …
|
|
|
@5983eca
|
2011-06-11T11:28:01Z |
wilmer |
Re-indent Twitter code. It just lacks *any* kind of consistency. Flags …
|
|
|
@27ad50b
|
2011-06-09T08:19:32Z |
wilmer |
Dirty workaround: Don't download the contact list for now as Twitter …
|
|
|
@6eca2eb
|
2011-04-18T14:14:08Z |
wilmer |
Try to show better Twitter error messages. Sadly this doesn't always …
|
|
|
@6220254
|
2011-03-31T10:28:17Z |
wilmer |
Check td->log everywhere before using it..
|
|
|
@15bc063
|
2011-03-29T22:47:00Z |
wilmer |
Also use the short IDs for a new reply command. Couldn't think of a …
|
|
|
@4f50ea5
|
2011-03-29T20:57:54Z |
wilmer |
Allow using the new 2-digit id's for retweets.
|
|
|
@ce81acd
|
2011-03-28T23:28:46Z |
wilmer |
For #721, add the numbers in front of tweets if show_ids is enabled. …
|
|
|
@ce617f0
|
2011-03-27T14:09:55Z |
wilmer |
Tweaks to allow authenticating to identi.ca with OAuth. Doesn't seem …
|
|
|
@93cc86f
|
2011-03-08T06:24:34Z |
wilmer |
Twitter: Warn the user if the OAuth username and the configured …
|
|
|
@bb8d7d1
|
2011-02-24T18:52:18Z |
wilmer |
s/Your Tweet:/You:/ to avoid using Twitter-specific terminology.
|
|
|
@a97a336
|
2010-12-07T23:14:30Z |
wilmer |
Add CTCP HELP code. Also cleaning up some noop handlers in the Twitter …
|
|
|
@fd65edb
|
2010-12-05T00:30:07Z |
wilmer |
When recreating the Twitter channel after the user left, also …
|
|
|
@748bcdd
|
2010-11-21T15:23:54Z |
wilmer |
Time out if logging in takes too long (2m for now). Except for Twitter …
|
|
|
@9c9a29c
|
2010-10-16T05:17:46Z |
wilmer |
Don't initialize the twitter_connections list to NULL in …
|
|
|
@8e9e2b7
|
2010-10-03T02:45:26Z |
wilmer |
Merging mainline, which includes a huge msnp13 merge.
Not 100% sure …
|
|
|
@665c24f
|
2010-09-30T05:28:36Z |
wilmer |
Some simple error msgs on failed Twitter commands (undo and rt).
|
|
|
@f5c0d8e
|
2010-08-31T20:06:14Z |
wilmer |
Merge mainline stuff.
|
|
|
@c55701e
|
2010-08-30T19:58:33Z |
wilmer |
Due to popular demand, now using mode=chat by default.
|
|
|
@b0a89cc
|
2010-08-27T08:48:18Z |
wilmer |
Use nifty gcc -MD feature to automatically track .h dependencies of …
|
|
|
@be999a5
|
2010-08-23T23:12:24Z |
wilmer |
First step in this merge. Mostly a bzr merge and then a cleanup of …
|
|
|
@bd599b9
|
2010-08-22T08:07:48Z |
wilmer |
Fix two compiler warnings.
|
|
|
@237eadd
|
2010-08-22T08:07:48Z |
wilmer |
Fix two compiler warnings.
|
|
|
@4ffd757
|
2010-08-14T10:21:44Z |
wilmer |
Don't send a /QUIT for every Twitter contact when going offline, and …
|
|
|
@2b02617
|
2010-08-11T20:41:23Z |
wilmer |
strptime() on FreeBSD (and possibly other non-glibc platforms) %z is …
|
|
|
@b890626
|
2010-08-08T13:42:57Z |
wilmer |
Add a few more commands (including RT) and the ability to send …
|
|
|
@203a2d2
|
2010-08-07T21:06:24Z |
wilmer |
Allow protocol modules to keep per-contact protocol-specific data. Use …
|
|
|
@7b87539
|
2010-08-07T19:39:01Z |
wilmer |
Add commands to the Twitter module, starting with undo (which deletes …
|
|
|
@daae10f
|
2010-08-07T16:33:02Z |
wilmer |
OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen …
|
|
|
@e193aeb
|
2010-08-07T13:08:46Z |
wilmer |
Reconstruct incoming truncated retweets.
|
|
|
@5c18a76
|
2010-07-17T15:51:01Z |
wilmer |
Store exact Twitter usernames for all Twitter contacts when using …
|
|
|
@ffcdf13
|
2010-07-17T15:06:56Z |
wilmer |
When using non-Twitter Twitter API services, prefix the channel and …
|
|
|
@4346c3f4
|
2010-07-16T23:31:55Z |
wilmer |
Merging mainline.
|
|
|
@e4e0b37
|
2010-07-15T22:16:42Z |
wilmer |
Fix compatibility with older GLib versions again. (Bug #643, patch …
|
|
|
@a26af5c
|
2010-07-13T20:13:46Z |
wilmer |
Fixing NULL pointer dereferences in Twitter module. Based on patch …
|
|
|
@eb6df6a
|
2010-07-11T17:21:21Z |
pesco |
merge with upstraem bitlbee 1.2.8
|
|
|
@534e406
|
2010-07-10T00:30:39Z |
wilmer |
Translate "nick:" to "@nick" in Twitter rooms to make tab completion …
|
|
|
@3353b5e
|
2010-06-30T23:56:46Z |
wilmer |
A few Twitter fixes from mainline.
|
|
|
@8203da9
|
2010-06-30T22:52:27Z |
wilmer |
D'oh. Of course the getter functions should also treat next_cursor as …
|
|
|
@bd64716
|
2010-06-29T23:30:05Z |
wilmer |
next_cursor is a 64-bit integer. Make it so. This should fix issues …
|
|
|
@64f8c425
|
2010-06-29T23:06:07Z |
wilmer |
Strip whitespace in Twitter OAuth PIN responses.
|
|
|
@41d415b
|
2010-06-25T23:33:30Z |
wilmer |
Merging bugfix from mainline.
|
|
|
@051372c
|
2010-06-24T09:27:34Z |
wilmer |
Don't create multiple main loops if the user follows >100 people.
|
|
|
@8b8def58
|
2010-06-24T09:14:34Z |
wilmer |
Merging a few revisions from mainline.
|
|
|
@d6aa6dd
|
2010-06-24T00:43:15Z |
wilmer |
Load the whole Twitter contact list at login time if mode=chat/many, …
|
|
|
@d50e22f
|
2010-06-08T22:22:16Z |
wilmer |
Merging memory leak fixes from devel, time to find the ui-fix-specific …
|
|
|
@04a927c
|
2010-06-07T23:04:58Z |
wilmer |
Fixing some memory leakage.
|
|
|
@4aa0f6b
|
2010-06-07T14:31:07Z |
wilmer |
Merging killerbee stuff, bringing all the bleeding-edge stuff together.
|
|
|
@1fdb0a4
|
2010-06-05T23:26:07Z |
wilmer |
Merging mainline.
|
|
|
@3759849
|
2010-06-03T22:08:23Z |
pesco |
merge in bitlbee head
|
|
|
@1dd3470
|
2010-06-03T21:47:53Z |
pesco |
add an option to disable otr on twitter (and other unsuitable protocols)
|
|
|
@ba3233c
|
2010-05-30T10:16:37Z |
wilmer |
Merge from Geert: Added ability to follow/unfollow Twitter people. …
|
|
|
@7d53efb
|
2010-05-29T12:40:17Z |
g.c.w.m.mulders |
Added functionality to add and remove friendships.
|
|
|
@f60079b
|
2010-05-25T22:26:54Z |
wilmer |
Allow one to run the configure script from a different directory and …
|
|
|
@3d93aed
|
2010-05-23T14:52:41Z |
wilmer |
Restructure Twitter error parser a bit, it fed a NULL pointer to the …
|
|
|
@a7b9ec7
|
2010-05-23T13:49:54Z |
wilmer |
Improved error reporting (get textual HTTP error message and error …
|
|
|
@bb5ce4d1
|
2010-05-23T12:50:51Z |
wilmer |
Added base_url settting to Twitter module so other services using the …
|
|
|
@c01bbd1
|
2010-05-22T15:00:36Z |
wilmer |
Use HTTPS for the browser part of Twitter OAuth login.
|
|
|
@0b3ffb1
|
2010-05-19T19:46:43Z |
wilmer |
Setting the HTML flag on a connection has a nasty side effect of …
|
|
|
@704dd38
|
2010-06-01T21:51:27Z |
wilmer |
Merging head.
|
|
|
@bd5eee3
|
2010-05-09T09:48:56Z |
wilmer |
Merging mainline, mostly for chatroom fixes I implemented there.
|
|
|
@9997691
|
2010-05-03T21:36:43Z |
wilmer |
Check Tweet length on the BitlBee side already.
|
|
|
@f924563
|
2010-05-03T00:52:08Z |
wilmer |
Mainline merge.
|
|
|
@3b878a1
|
2010-05-02T21:20:09Z |
wilmer |
OAuth sanity fix: Twitter-specific stuff should *not* be in …
|
|
|
@f4b0911
|
2010-05-01T14:10:32Z |
wilmer |
Save the credentials again.
|
|
|
@c2ecadc
|
2010-05-01T13:53:59Z |
wilmer |
Cleaned up OAuth stuff: consumer key/secret should *not* be in …
|
|
|