source: protocols/twitter

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @5c18a76   2010-07-17T15:51:01Z wilmer Store exact Twitter usernames for all Twitter contacts when using …
(edit) @ffcdf13   2010-07-17T15:06:56Z wilmer When using non-Twitter Twitter API services, prefix the channel and …
(edit) @4346c3f4   2010-07-16T23:31:55Z wilmer Merging mainline.
(edit) @e4e0b37   2010-07-15T22:16:42Z wilmer Fix compatibility with older GLib versions again. (Bug #643, patch …
(edit) @a26af5c   2010-07-13T20:13:46Z wilmer Fixing NULL pointer dereferences in Twitter module. Based on patch …
(edit) @534e406   2010-07-10T00:30:39Z wilmer Translate "nick:" to "@nick" in Twitter rooms to make tab completion …
(edit) @3353b5e   2010-06-30T23:56:46Z wilmer A few Twitter fixes from mainline.
(edit) @8203da9   2010-06-30T22:52:27Z wilmer D'oh. Of course the getter functions should also treat next_cursor as …
(edit) @bd64716   2010-06-29T23:30:05Z wilmer next_cursor is a 64-bit integer. Make it so. This should fix issues …
(edit) @64f8c425   2010-06-29T23:06:07Z wilmer Strip whitespace in Twitter OAuth PIN responses.
(edit) @41d415b   2010-06-25T23:33:30Z wilmer Merging bugfix from mainline.
(edit) @051372c   2010-06-24T09:27:34Z wilmer Don't create multiple main loops if the user follows >100 people.
(edit) @8b8def58   2010-06-24T09:14:34Z wilmer Merging a few revisions from mainline.
(edit) @d6aa6dd   2010-06-24T00:43:15Z wilmer Load the whole Twitter contact list at login time if mode=chat/many, …
(edit) @d50e22f   2010-06-08T22:22:16Z wilmer Merging memory leak fixes from devel, time to find the ui-fix-specific …
(edit) @04a927c   2010-06-07T23:04:58Z wilmer Fixing some memory leakage.
(edit) @4aa0f6b   2010-06-07T14:31:07Z wilmer Merging killerbee stuff, bringing all the bleeding-edge stuff together.
(edit) @1fdb0a4   2010-06-05T23:26:07Z wilmer Merging mainline.
(edit) @ba3233c   2010-05-30T10:16:37Z wilmer Merge from Geert: Added ability to follow/unfollow Twitter people. …
(edit) @7d53efb   2010-05-29T12:40:17Z g.c.w.m.mulders Added functionality to add and remove friendships.
(edit) @f60079b   2010-05-25T22:26:54Z wilmer Allow one to run the configure script from a different directory and …
(edit) @3d93aed   2010-05-23T14:52:41Z wilmer Restructure Twitter error parser a bit, it fed a NULL pointer to the …
(edit) @a7b9ec7   2010-05-23T13:49:54Z wilmer Improved error reporting (get textual HTTP error message and error …
(edit) @bb5ce4d1   2010-05-23T12:50:51Z wilmer Added base_url settting to Twitter module so other services using the …
(edit) @c01bbd1   2010-05-22T15:00:36Z wilmer Use HTTPS for the browser part of Twitter OAuth login.
(edit) @0b3ffb1   2010-05-19T19:46:43Z wilmer Setting the HTML flag on a connection has a nasty side effect of …
(edit) @704dd38   2010-06-01T21:51:27Z wilmer Merging head.
(edit) @bd5eee3   2010-05-09T09:48:56Z wilmer Merging mainline, mostly for chatroom fixes I implemented there.
(edit) @9997691   2010-05-03T21:36:43Z wilmer Check Tweet length on the BitlBee side already.
(edit) @f924563   2010-05-03T00:52:08Z wilmer Mainline merge.
(edit) @3b878a1   2010-05-02T21:20:09Z wilmer OAuth sanity fix: Twitter-specific stuff should *not* be in …
(edit) @f4b0911   2010-05-01T14:10:32Z wilmer Save the credentials again.
(edit) @c2ecadc   2010-05-01T13:53:59Z wilmer Cleaned up OAuth stuff: consumer key/secret should *not* be in …
(edit) @a7c6d0e   2010-04-30T22:51:18Z wilmer Set HTML-flag on Twitter accounts so </> and all get converted …
(edit) @18dbb20   2010-04-27T22:42:07Z wilmer Valgrind cleanup.
(edit) @288b215   2010-04-26T22:50:25Z wilmer Save the OAuth token in the acct structs so it doesn't have to be …
(edit) @c42e8b9   2010-04-26T22:40:11Z wilmer OAuth, it lives!
(edit) @713d611   2010-04-26T21:50:48Z wilmer Twitter module now generates authorize URLs.
(edit) @508c340   2010-04-26T00:42:37Z wilmer Successfully posted a tweet! Twitter's tricky. It returns vars …
(edit) @db57e7c   2010-04-19T13:08:34Z wilmer 1.2.6a. I fail. :-( The 1.2.6 I just released has a groupchat mode in … 1.2.6a
(edit) @55b1e69   2010-04-15T23:15:36Z wilmer Since the home/timeline response can (and often does) come in before …
(edit) @e88fbe27   2010-04-15T23:10:10Z wilmer Added a meta-contact twitter_$username and replaced the …
(edit) @21c87a7   2010-04-14T09:27:50Z wilmer Merging loads of stuff from mainline.
(edit) @37aa317   2010-04-13T22:09:40Z wilmer Small Valgrind noise fix. (Check if the conn is still alive before …
(edit) @3bd4a93   2010-04-13T17:36:16Z wilmer Suppress HTTP error messages unless we get five or more in a row.
(edit) @3e69802   2010-04-13T12:51:05Z wilmer Use full name information of Twitter buddies.
(edit) @16592d8   2010-04-09T01:11:10Z wilmer If the user leaves the Twitter channel, allow that. Recreate it when …
(edit) @cca0692   2010-04-09T00:40:38Z wilmer Added imcb_chat_nick_hint() and use it in the Twitter module to get …
(edit) @37d84b3   2010-04-08T00:51:16Z wilmer Don't free the Twitter chatroom if there isn't one..
(edit) @08579a1   2010-04-08T00:42:11Z wilmer Parse timestamps in tweets.
(edit) @91cec2f   2010-04-07T21:38:56Z wilmer It'd be nice to not crash when the user goes away. :-) Don't export …
(edit) @1014cab   2010-04-07T00:46:38Z wilmer In groupchat mode, make contacts show up in the room instead of in …
(edit) @d569019   2010-04-07T00:27:51Z wilmer A little more cleanup.
(edit) @0519b0a   2010-04-06T23:54:00Z wilmer Killed unused twitter_urldecode() and silence some compiler warnings.
(edit) @2abceca   2010-04-06T17:25:51Z g.c.w.m.mulders Updates made as a result to the comments on the review.
(edit) @62d2cfb   2010-03-25T21:31:27Z g.c.w.m.mulders Added option to get tweeds either through groupchat or privmes.
(edit) @b4dd253   2009-12-02T18:08:40Z g.c.w.m.mulders home/timeline is now displayed in a groupchat instead of private window.
(add) @1b221e0   2009-12-01T21:08:02Z g.c.w.m.mulders Added twitter-module.
Note: See TracRevisionLog for help on using the revision log.