Commit graph

656 commits

Author SHA1 Message Date
Jan Kaluza
3f29cad42b Merge pull request #11 from sarangbh/twitter-backend
Twitter backend
2012-08-06 22:33:25 -07:00
Sarang Bharadwaj
561a55e963 Made code compatible with spectrum 1 user DB 2012-08-07 10:56:50 +05:30
Sarang Bharadwaj
c0c5673c97 Added legacyName field to UserData 2012-08-06 22:48:21 +05:30
Sarang Bharadwaj
6983e999e0 Made code compatible with spectrum1 user DB; Latest version of twitcurl 2012-08-06 21:04:04 +05:30
Jan Kaluza
8acda88ffe Set MALLOC_CHECK_ using mallopt 2012-08-06 16:40:18 +02:00
Vitaly Takmazov
eabd4012f4 Merge branch 'master' of https://github.com/hanzz/libtransport 2012-08-01 13:26:13 +04:00
Jan Kaluza
132059ca7d Fix crash caused by two XMPP users using single PurpleAccount instance 2012-08-01 07:12:55 +02:00
Sarang Bharadwaj
b85749ab7b Changed from convertToChars to Swift::Hexify::hexify to convert SHA1 digest to string of chars 2012-07-25 17:42:15 +05:30
Sarang Bharadwaj
ffd0baea6f Setting user status using his most recent tweet 2012-07-25 02:05:52 +05:30
Sarang Bharadwaj
154b934a33 Added #mode to help message 2012-07-24 11:23:16 +05:30
Sarang Bharadwaj
6bcaaeb731 Added a few comments; Cleaned up code 2012-07-24 10:56:37 +05:30
Sarang Bharadwaj
85c28989bd Fetching avatars, SHA1 hash 2012-07-23 19:22:51 +05:30
Sarang Bharadwaj
aa0f0c64cf Merge branch 'master' of git://github.com/hanzz/libtransport into twitter-backend 2012-07-23 17:32:59 +05:30
Sarang Bharadwaj
9e70a739b7 Combined fetching userlist with fetching avatars; Re-organized code 2012-07-23 17:13:59 +05:30
HanzZ
9cb2171e00 Added updateBuddySetting, removeBuddySetting and removeBuddy implementation for SQLite 2012-07-20 13:46:28 +02:00
Sarang Bharadwaj
bdb8aed78f Added code to fetch avatars 2012-07-19 19:11:48 +05:30
Arnt Gulbrandsen
6a4849f0a9 Merge branch 'master' of git://github.com/hanzz/libtransport 2012-07-17 14:00:55 +01:00
Arnt Gulbrandsen
34ec0df769 avoid WTF-8.
what arrives from XMPP is already UTF-8 encoded, so applying UTF-8 again
produces somewhat unfortunate results.

this line is not always necessary. before this change, the code was
dependent on the locale.
2012-07-17 13:53:00 +01:00
Sarang Bharadwaj
dcdaeff7f2 changed error messages format 2012-07-16 22:57:47 +05:30
Sarang Bharadwaj
80a0bda3f5 per-user mode configuration 2012-07-11 14:12:27 +05:30
Sarang Bharadwaj
cca74cda68 Some more changes to Chatroom mode 2012-07-04 23:24:28 +05:30
Sarang Bharadwaj
922168855b Added response messages like "Status update successful" 2012-07-02 22:47:32 +05:30
Sarang Bharadwaj
7166b46284 Chatroom mode 2012-07-02 16:18:29 +05:30
Sarang Bharadwaj
6e1413bf21 Chatroom mode - basic working code 2012-06-21 17:05:36 +05:30
Sarang Bharadwaj
483eedf5c7 Follow/Unfollow users in Multiple contact mode 2012-06-19 14:02:54 +05:30
Sarang Bharadwaj
45f7609271 follow/unfollow users in multiple contact mode 2012-06-15 17:06:19 +05:30
Sarang Bharadwaj
0f3b28fded Merge branch 'master' of git://github.com/hanzz/libtransport into twitter-backend 2012-06-15 15:45:39 +05:30
Sarang Bharadwaj
6cc7c334f3 Retweet 2012-06-15 15:15:41 +05:30
Sarang Bharadwaj
d7b1567e75 Follow/Unfollow users (single contact mode) 2012-06-14 16:12:00 +05:30
Sarang Bharadwaj
b297329ba3 Handling exceptions related to XML parser 2012-06-12 15:43:39 +05:30
Sarang Bharadwaj
c79af87410 Polling for Direct Messages 2012-06-12 00:53:40 +05:30
Sarang Bharadwaj
11937227ff Added Direct Message XML parser 2012-06-11 19:39:20 +05:30
Sarang Bharadwaj
c2fefc36c7 Polling for user's DMs 2012-06-10 22:23:22 +05:30
Sarang Bharadwaj
5b13c80ee9 Populating user's roster 2012-06-10 21:39:29 +05:30
Sarang Bharadwaj
1815ef0c74 Solved the problem with #friends 2012-06-09 00:30:39 +05:30
Sarang Bharadwaj
141753a30e Removed initial '\n' from timeline response 2012-06-08 18:31:28 +05:30
Sarang Bharadwaj
728517cf23 Polling user's hometimline to get tweet updates; Need to fix #friends 2012-06-07 01:37:01 +05:30
Sarang Bharadwaj
f8a183661c Polling users home timeline 2012-06-06 16:42:27 +05:30
Sarang Bharadwaj
e9891aa200 Added parser to parse error messages from twitter; Added curl option to handle gzip encoded responses 2012-06-06 13:42:06 +05:30
Sarang Bharadwaj
81a71207d5 Improved user command parsing 2012-06-04 17:37:39 +05:30
Sarang Bharadwaj
b62ef77146 Multi-threaded requests 2012-06-04 00:08:16 +05:30
Sarang Bharadwaj
cb62e78688 Muti-threaded login process 2012-06-03 22:34:33 +05:30
Sarang Bharadwaj
5e19186950 Calling finalize in main thread 2012-06-03 18:03:39 +05:30
Sarang Bharadwaj
a2b385e88f Multi-Threaded Request 2012-06-03 15:01:50 +05:30
Sarang Bharadwaj
f87f8cc356 Added threaded timeline request and fetch friends request 2012-06-02 21:36:20 +05:30
Sarang Bharadwaj
2b47d32a91 ThreadPool implementation 2012-06-02 20:10:42 +05:30
Sarang Bharadwaj
d2ed406536 Multi-threaded twitter requests 2012-06-01 22:52:01 +05:30
Sarang Bharadwaj
9111a39937 #friends - Fetch and display the list of friends 2012-05-31 23:04:31 +05:30
Sarang Bharadwaj
26e5289cef Fetching the user's friends - initial code 2012-05-31 20:19:20 +05:30
Sarang Bharadwaj
2fa021b7ba Restructured the code 2012-05-31 18:53:45 +05:30