Commit graph

594 commits

Author SHA1 Message Date
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
e91e25f449 Allow setting libpurple proxy 2013-03-07 12:45:47 +01:00
HanzZ
2a8b02d1d4 Skype: Fix crash if alias is not set 2013-03-04 20:15:54 +01:00
HanzZ
e8fb1de60b Communi: forward NOTICE 2013-02-27 15:47:56 +01:00
HanzZ
5c2d081a31 Communi: Log Identify try and NOTICE messages in log 2013-02-27 14:17:15 +01:00
HanzZ
c5e07954eb Do not add swiften_raw subdirectory 2013-02-26 09:46:42 +01:00
HanzZ
95a144a285 Rename swiften_raw backend to swiften backend, remove old swiften backend 2013-02-25 08:02:49 +01:00
HanzZ
b042541d1c Skype: Check for null char * 2013-02-24 12:01:44 +01:00
HanzZ
756f0f07b0 Load skype buddies from database if it's possible 2013-02-24 11:21:07 +01:00
HanzZ
afba34111e Load skype buddies from database if it's possible 2013-02-24 11:09:51 +01:00
HanzZ
deaa8e8dca Load skype buddies from database if it's possible 2013-02-24 10:50:24 +01:00
HanzZ
882d7b2f02 Load skype buddies from database if it's possible 2013-02-24 10:31:05 +01:00
HanzZ
f90bf5d3de Twitter: Fix request_token call by forcing https 2013-02-23 14:34:50 +01:00
HanzZ
ba9a34731c Working subscriptions with swiften_raw backend 2013-02-22 13:13:05 +01:00
HanzZ
4ea83ffd8b Use wrapped in libpurple 2013-02-22 10:27:52 +01:00
HanzZ
712f03464f Merge branch 'master' of github.com:hanzz/libtransport 2013-02-22 09:59:24 +01:00
HanzZ
76530dd7b4 Use wrapped in libpurple 2013-02-22 09:59:17 +01:00
HanzZ
e5aab1415d Libtransport: Support for bouncer mode in case of rawxml. Support for more resources in Buddy class. 2013-02-22 09:45:31 +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
Jan Kaluza
92abe438e6 Do not install swiften_raw 2013-02-20 12:11:58 +01:00
HanzZ
ca9abbfa98 Added missing backports.h 2013-02-17 09:41:43 +01:00
HanzZ
c1e05d1d92 Communi: strip IRC formatting, Libtransport: add tests for utf8::replace_invalid and move utf8.h to includes/transport 2013-02-17 09:41:20 +01:00
HanzZ
addac0040c Communi: Fix wrong copyright. There is no original libcommuni code used now. 2013-02-13 08:06:05 +01:00
HanzZ
6a0980c371 Communi: Change mode only in particular room, not globally. 2013-02-13 07:59:40 +01:00
HanzZ
631bd92de9 Skype: Try to ShutdownProtobufLibrary() before exit 2013-02-12 21:43:34 +01:00
HanzZ
e585f67f9f Remove useles #defines 2013-02-12 21:00:17 +01:00
HanzZ
58fbe0d388 Communi: Handle and forward socket errors. Fixes for example situation when user tries to join the room on server which does not exist. 2013-02-12 09:30:24 +01:00
HanzZ
fd4946efe4 Libcommuni: Do not enable JID escaping for IRC 2013-02-11 21:24:19 +01:00
HanzZ
a32e962a1a Libcommuni: Fixed bug when response to PM message initated from XMPP was not sent to the same JID 2013-02-11 20:44:28 +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
HanzZ
d3387ffd20 added missing files 2013-02-09 11:19:40 +01:00
HanzZ
4f9457bdd8 Added testing swiften_raw backend which just changes to/from attributes and forwards unchanged stanzas 2013-02-09 11:09:38 +01:00
HanzZ
0b87eda806 Skype: move sqlite3 db stuff into skypedb.cpp 2013-02-07 15:21:25 +01:00
HanzZ
7a3c38c46d Skype: split skype backend into more files 2013-02-07 14:57:23 +01:00
HanzZ
0dd7c411c7 Remove duplicated buddyListNewNode method 2013-02-07 11:57:25 +01:00
HanzZ
9b95452c7d Merge branch 'node-cache' 2013-02-07 11:30:39 +01:00
HanzZ
052df6134f Do not create blist.xml 2013-02-07 11:28:42 +01:00
HanzZ
255cc8416c Revert "fix autoregistration"
This reverts commit 393cf1cc03.
2013-02-06 22:15:35 +01:00
HanzZ
393cf1cc03 fix autoregistration 2013-02-06 21:57:59 +01:00