Florian Kinder
|
d93cc2ce66
|
General cleanup (#216)
|
2017-06-12 01:41:35 +03:00 |
|
Vitaly Takmazov
|
6b45e0e418
|
Swiften 4.0rc2 compatibility
|
2017-06-09 21:34:39 +03:00 |
|
Vladimir Matena
|
6d2f8c1927
|
Switch from boost shared pointers to stl shared pointers (#162)
* Swiften 4 support
* using standard shared pointers when compiling with Swiften 4
|
2016-09-12 19:20:58 +03:00 |
|
Jan Kaluza
|
3e074dc557
|
Twitter: Fix compilation with newer gcc
|
2016-02-02 12:47:37 +01:00 |
|
Vitaly Takmazov
|
1c04886a36
|
win32 build fixes
|
2016-01-21 15:58:35 +03:00 |
|
Jan Kaluza
|
9ff51c193c
|
Twitter: Fix joining room by disabling sending raw xml to backends which do not need it
|
2016-01-05 15:44:18 +01:00 |
|
Jan Kaluza
|
d85cfa46a7
|
Twitter: Do not set status message for buddies not in Friends list
|
2016-01-04 12:44:48 +01:00 |
|
Jan Kaluza
|
5d82037eec
|
Twitter: Use hexify for SHA1 hash before sending image hash to backend
|
2016-01-02 20:38:26 +01:00 |
|
Jan Kaluza
|
bd9219797e
|
Fix crash in Twitter populateRoster with Swiften3; Commite spectru2_manager changes
|
2016-01-02 20:31:03 +01:00 |
|
Jan Kaluza
|
a63920e965
|
Disable useless curl verbose output
|
2016-01-02 20:06:57 +01:00 |
|
Jan Kaluza
|
408fcd8f96
|
Allow setting just mode 0 and 1
|
2016-01-02 19:49:30 +01:00 |
|
Jan Kaluza
|
59194bbd38
|
Set default type of user settings in Twitter
|
2016-01-02 19:48:52 +01:00 |
|
Jan Kaluza
|
61f2419ba4
|
Fix #57 - check that we are using MULTIPLECONTACT mode while removing twitter contacts
|
2015-12-27 19:32:42 +01:00 |
|
Jan Kaluza
|
5f0dc68407
|
Tests for twitter
|
2015-12-27 16:31:00 +01:00 |
|
Jan Kaluza
|
78e71f9345
|
Cleanup the includes, rename source code files to match the class name exactly
|
2015-11-18 14:05:57 +01:00 |
|
Jan Kaluza
|
90ef6e3128
|
Fix HAVE_SWIFTEN_3 definition to work also in gcc. Fix the tests to work with swiften3 and also with swiften2.
|
2015-11-10 11:18:48 +01:00 |
|
Vitaly Takmazov
|
1045ad7b73
|
Merge branch 'master' into swiften3
|
2015-10-15 16:21:31 +03:00 |
|
Vitaly Takmazov
|
a25edefbb8
|
CRLF -> LF
|
2015-10-15 16:20:02 +03:00 |
|
Vitaly Takmazov
|
20d8dd690e
|
fix tests (TODO filetransfer)
|
2015-10-15 15:41:16 +03:00 |
|
rion
|
c22df88c36
|
Uppercase CURL in find_package
|
2015-10-02 11:49:37 +05:00 |
|
Vitaly Takmazov
|
0d99e8c85d
|
Initial swiften 3 support
|
2015-03-31 14:14:15 +03:00 |
|
Vitaly Takmazov
|
bc4450cfca
|
Revert "rapidjson as git submodule"
This reverts commit 44d843e48a .
|
2015-03-11 17:47:58 +03:00 |
|
Vitaly Takmazov
|
44d843e48a
|
rapidjson as git submodule
|
2015-02-24 16:59:34 +03:00 |
|
Vitaly Takmazov
|
b546e57b50
|
Twitter backend: expand urls
|
2013-08-07 20:45:39 +04:00 |
|
Vitaly Takmazov
|
86626d92ff
|
Twitter backend: fix OSX/CLang compilation
|
2013-07-29 18:17:12 +04:00 |
|
vitalyster
|
a641f9cd9a
|
Merge branch 'master' of https://github.com/hanzz/libtransport into twitcurl_update
|
2013-07-07 08:20:51 +00:00 |
|
vitalyster
|
1a36c71ee3
|
Fixed compilation with latest twitcurl
|
2013-07-07 07:58:45 +00:00 |
|
vitalyster
|
40fb5c2d3f
|
update twitcurl dependency to latest revision
|
2013-07-07 07:19:15 +00:00 |
|
vitalyster
|
2bead6c17f
|
Twitter backend: increase poll interval to 90 seconds
|
2013-07-02 16:59:33 +04:00 |
|
Vitaly Takmazov
|
9fbd37a5f3
|
Twitter backend: fixed json parsing
|
2013-06-14 17:52:11 +04:00 |
|
vitalyster
|
f0285e0598
|
Twitter backend: fixed error message parsing
|
2013-06-14 10:41:44 +00:00 |
|
vitalyster
|
912c08cc98
|
Twitter backend: fixed compilation with GCC
|
2013-06-14 10:40:48 +00:00 |
|
Vitaly Takmazov
|
fb8216d261
|
Twitter backend: fix embedded status
|
2013-06-14 12:59:41 +04:00 |
|
Vitaly Takmazov
|
ebc2c0d45a
|
Twitter backend: added rapidjson library
|
2013-06-14 12:55:35 +04:00 |
|
Vitaly Takmazov
|
1c07b23da6
|
Twitter backend: json parsing
|
2013-06-14 12:48:21 +04:00 |
|
Jan Kaluza
|
8ee6fb9689
|
Twitter: store last DM in database and do not send it again on next login
|
2013-04-17 09:04:43 +02:00 |
|
Jan Kaluza
|
8d55add7d5
|
Merge pull request #30 from vitalyster/libtwitcurl_fix
Libtwitcurl fix
|
2013-04-10 22:22:09 -07:00 |
|
Vitaly Takmazov
|
6a9fb68678
|
applied fix from http://code.google.com/p/twitcurl/issues/detail?id=48
|
2013-04-10 23:09:59 +04:00 |
|
HanzZ
|
f90bf5d3de
|
Twitter: Fix request_token call by forcing https
|
2013-02-23 14:34:50 +01:00 |
|
Jan Kaluza
|
90eda384da
|
Twitter: Handle redirects
|
2013-02-20 14:52:59 +01:00 |
|
Jan Kaluza
|
a7a6564630
|
Twitter: print bad xml if we cannot parse it
|
2013-02-20 12:53:29 +01:00 |
|
HanzZ
|
57a728834d
|
Twitter: better help
|
2013-02-09 23:10:01 +01:00 |
|
HanzZ
|
6f9fbae090
|
Twitter: remove user from database even when he logged out before sending #pin
|
2013-02-09 16:28:22 +01:00 |
|
Jan Kaluza
|
b0069b4b17
|
Twitter: Set buddy before sending DirectMessageRequest
|
2013-01-29 15:02:16 +01:00 |
|
Daniel Henninger
|
14952d1350
|
Trying with _imp
|
2013-01-10 14:38:50 -05:00 |
|
Daniel Henninger
|
48bcd9b88a
|
Applied _vt's patch for windows twitter build
|
2013-01-10 14:18:40 -05:00 |
|
HanzZ
|
f7dc91ccb4
|
Set adhoc settings according to config even when storage backend is not set
|
2012-12-22 21:07:29 +01:00 |
|
HanzZ
|
7e9dfbdead
|
disconnect twitter user in case of curl error
|
2012-12-18 21:05:16 +01:00 |
|
Jan Kaluza
|
761c746d10
|
Move headline sending login to backend
|
2012-12-18 12:56:38 +01:00 |
|
Vitaly Takmazov
|
7142ccb570
|
Use retweetID for displaying and ID everywhere else
|
2012-12-11 00:28:10 +04:00 |
|