|
|
@fedc8f1
|
2015-03-13T23:13:24Z |
dx |
twitter: fix _last_tweet setting, which broke during a merge
Commit …
|
|
|
@7320610
|
2015-03-10T07:33:54Z |
dx |
Various user experience/error reporting improvements
- Show version …
|
|
|
@5ebff60
|
2015-02-20T22:50:54Z |
dx |
Reindent everything to K&R style with tabs
Used uncrustify, with the …
|
|
|
@0ca1d79
|
2015-02-20T22:47:33Z |
dx |
Revert "Twitter format strings"
This reverts commit …
|
|
|
@ce402b2
|
2015-01-26T07:50:54Z |
dx |
Twitter format strings
Allow users to specify how tweets should be …
|
|
|
@73ee390
|
2015-01-26T03:46:03Z |
jgeboski |
twitter: implemented filter based group chats
Filter group chats …
|
|
|
@85c3004
|
2015-01-16T19:50:24Z |
dx |
twitter: minor cleanup, use G_G(U)INT64_FORMAT instead of casting
|
|
|
@7549d00
|
2015-01-16T19:50:24Z |
dx |
twitter: start stream from last tweet on connect/reconnect
This works …
|
|
|
@9f8bb17
|
2014-11-24T05:16:11Z |
dx |
twitter: Use g_strcasecmp for screen_name
Fixes a few minor bugs with …
|
|
|
@7a80925
|
2014-02-13T08:48:37Z |
wilmer |
Update json-parser code to git rev …
|
|
|
@2f9027c
|
2013-06-16T17:33:58Z |
wilmer |
Fix cleanup failure on Twitter timeouts.
|
|
|
@e31e5b8
|
2013-04-20T13:05:55Z |
wilmer |
Merging "storage" branch which I wrote long ago. It separates …
|
|
|
@0e788f5
|
2013-02-21T19:15:59Z |
wilmer |
I'm still bored on a long flight. Wrote a script to automatically …
|
|
|
@75bda8b
|
2013-01-14T22:32:59Z |
wilmer |
Fixed Twitter favourite command. Its syntax was silently changed in …
|
|
|
@14d0b02
|
2012-12-25T00:08:33Z |
wilmer |
I suck. This will teach me not to combine logging and actual work in …
|
|
|
@c1d9c95
|
2012-12-24T22:02:41Z |
wilmer |
Whoops, remove those debugging printfs as I intended to do before merging.
|
|
|
@573e274
|
2012-12-21T21:50:05Z |
wilmer |
For finding since_id, don't use RT original IDs of course. :-/ This …
|
|
|
@2dcde94
|
2012-12-03T23:30:33Z |
wilmer |
Don't hide own tweets in streaming mode with fetch_mentions off, and …
|
|
|
@b235228
|
2012-11-25T22:28:38Z |
wilmer |
Have root confirm some commands that so far gave no feedback at all, …
|
|
|
@67f6828
|
2012-11-25T22:09:41Z |
wilmer |
Only a few commands use twitter_message_id_from_command_arg(), others …
|
|
|
@f97b8e9
|
2012-11-25T20:43:52Z |
wilmer |
Use hex for show_ids, but stick to the 2-char maximum. a 256-message …
|
|
|
@9ed0081
|
2012-11-25T18:39:11Z |
wilmer |
Fixed one potential memory leak, and re-remembered that for GLib + …
|
|
|
@29f72b7
|
2012-11-25T17:43:13Z |
wilmer |
Finally cleaned up the show-tweet functions.
|
|
|
@7f557d5
|
2012-11-25T14:58:29Z |
wilmer |
Fixing two oopses from my last commit.
|
|
|
@631ec80
|
2012-11-25T14:26:23Z |
wilmer |
Changed mode/room management a little bit.
|
|
|
@96dd574
|
2012-11-25T13:11:19Z |
wilmer |
s/twitter_msg/twitter_log/ and use it in a few more places.
|
|
|
@2cd8540
|
2012-11-25T12:05:48Z |
wilmer |
Show DMs the right way. With mode=many and show_ids=off they'll look …
|
|
|
@c9b5817
|
2012-11-25T00:55:47Z |
wilmer |
Minor rework: Always fill td->log now and use it not just for …
|
|
|
@c751e51
|
2012-11-24T00:15:17Z |
wilmer |
Fixing one obvious memory leak.
|
|
|
@5aa96fc8
|
2012-11-20T00:20:10Z |
wilmer |
Some code for handling disconnect/event messages.
|
|
|
@d1356cb
|
2012-11-12T23:57:43Z |
wilmer |
Decode incoming DMs.
|
|
|
@e132b60
|
2012-11-11T23:32:47Z |
wilmer |
Extend keepalive code to time out connections when pings don't get …
|
|
|
@dd672e2
|
2012-11-11T21:52:26Z |
wilmer |
Detect and handle streaming connection loss.
|
|
|
@2fb1262
|
2012-11-11T18:22:39Z |
wilmer |
Tiny cleanup. Fixing some memory leaks (why did I not notice so far …
|
|
|
@62f6b45
|
2012-11-11T16:53:56Z |
wilmer |
Realised I don't need delimited=length at all, objects are guaranteed …
|
|
|
@dff0e0b
|
2012-11-11T14:42:20Z |
wilmer |
Showing tweets now, and leaking less memory. Still lots of cleanup …
|
|
|
@ddc2de5
|
2012-11-10T23:52:21Z |
wilmer |
Very immature code for reading from the streaming API. It reads from a …
|
|
|
@9e8c945
|
2012-11-10T12:31:33Z |
wilmer |
Removed xmltree dependency entirely.
|
|
|
@24132ec
|
2012-11-09T23:53:45Z |
wilmer |
Fixed the last parser (generic handler which just remembers status …
|
|
|
@5246133
|
2012-11-09T00:23:44Z |
wilmer |
Updated error response parsing. Also, use this for 401 responses so …
|
|
|
@fb351ce
|
2012-11-09T00:07:23Z |
wilmer |
Getting better. Corruption fixed, fetching of mentions fixed, error …
|
|
|
@8e3b7ac
|
2012-11-08T22:38:20Z |
wilmer |
It logs in and fetches statuses! \o/ But, some corruption..
|
|
|
@0688e99
|
2012-11-05T08:46:06Z |
wilmer |
Type safety check.
|
|
|
@e08ae0c
|
2012-11-04T23:39:48Z |
wilmer |
Can log in now. Fails to fetch timelines though, which is going to be …
|
|
|
@3b4a22a
|
2012-11-04T22:23:07Z |
wilmer |
s/.xml/.json/. Good luck getting that working again.
|
|
|
@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 …
|
|
|
@c43f488
|
2012-06-04T10:58:51Z |
wilmer |
Remove two hacks for some glib<2.14 versions that are no longer supported.
|
|
|
@7d2ce9a
|
2012-06-03T23:31:01Z |
wilmer |
Scan media entities as well, not just url entities. This should expand …
|
|
|
@d18dee42
|
2012-03-12T22:36:35Z |
wilmer |
Merging report-spam patch for Twitter from Flexo. #923
|
|
|
@b5fe39b
|
2012-02-10T23:49:28Z |
wilmer |
Applied patch from #895, making show_old_mentions an integer setting …
|
|
|
@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.
|
|
|
@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.
|
|
|
@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 …
|
|
|
@6eca2eb
|
2011-04-18T14:14:08Z |
wilmer |
Try to show better Twitter error messages. Sadly this doesn't always …
|
|
|
@ce81acd
|
2011-03-28T23:28:46Z |
wilmer |
For #721, add the numbers in front of tweets if show_ids is enabled. …
|
|
|
@bb8d7d1
|
2011-02-24T18:52:18Z |
wilmer |
s/Your Tweet:/You:/ to avoid using Twitter-specific terminology.
|
|
|
@fd65edb
|
2010-12-05T00:30:07Z |
wilmer |
When recreating the Twitter channel after the user left, also …
|
|
|
@bd599b9
|
2010-08-22T08:07:48Z |
wilmer |
Fix two compiler warnings.
|
|
|
@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 …
|
|
|
@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 …
|
|
|
@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, …
|
|
|
@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.
|
|
|
@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 …
|
|
|
@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.
|
|
|
@f924563
|
2010-05-03T00:52:08Z |
wilmer |
Mainline merge.
|
|
|
@c2ecadc
|
2010-05-01T13:53:59Z |
wilmer |
Cleaned up OAuth stuff: consumer key/secret should *not* be in …
|
|
|
@508c340
|
2010-04-26T00:42:37Z |
wilmer |
Successfully posted a tweet!
Twitter's tricky. It returns vars …
|
|
|