Commit graph

771 commits

Author SHA1 Message Date
Jan Kaluza
83ba9855b5 Fix crash after HTTPRequestQueue destruction caused by HTTP response arriving after its destruction 2015-12-15 07:46:56 +01:00
Jan Kaluza
13878f6a9d Fix crashes on exit 2015-12-15 07:31:13 +01:00
Jan Kaluza
36b444536c Fix regression when 'from' attribute has not been sent in some situations in server mode. 2015-12-14 13:59:05 +01:00
Jan Kaluza
17cd1c1caa Fix : Use compat-verification and do not need passwod for prpl-telegram. 2015-12-13 20:06:19 +01:00
Jan Kaluza
24d902983a Send list of online users to Slack channel when transporting to 3rd-party network room. 2015-12-07 18:17:04 +01:00
Jan Kaluza
1048a0f202 Workaround for bug in slack websocket implementation 2015-12-04 22:01:50 +01:00
Jan Kaluza
26a01b8efa Slack: allow registering an account and chatting with normal contacts. 2015-12-04 20:21:36 +01:00
Jan Kaluza
9813552ebf Send api version to backend so it can use future features based on this version number 2015-12-03 12:19:34 +01:00
Jan Kaluza
f2385971a2 Test that STATUS_NONE can be forwarded 2015-12-03 06:07:41 +01:00
Jan Kaluza
5c5cd0e346 Merge branch 'master' of github.com:hanzz/libtransport 2015-12-01 08:48:28 +01:00
Jan Kaluza
ef1711db20 Send buddies to backend in new TYPE_BUDDIES message on login when features.send_buddies_on_login in backend config is set. 2015-12-01 06:39:01 +01:00
Vitaly Takmazov
dc2fb45f8e SecureTransport server stub for Swiften3 2015-11-29 22:43:32 +03:00
Jan Kaluza
ab8a950661 Fix various small Slack bugs 2015-11-25 21:52:29 +01:00
Jan Kaluza
6cfc7e7434 Do not start SlackRTM until we are really connected to WebSocket and the connection is upgraded 2015-11-25 17:02:51 +01:00
Jan Kaluza
bf09edf74e Forgot to actually call connectServer in previous commit.. 2015-11-25 16:57:39 +01:00
Jan Kaluza
fedd9216b2 Reconnect Slack RTM on connection error 2015-11-25 16:55:35 +01:00
Jan Kaluza
2225eb7765 Handle invalid token and second registration during the Slack registration 2015-11-25 16:40:13 +01:00
Jan Kaluza
1309637a58 SQLite3Backend::setUser - use null for the 'id' when user.id is 0 2015-11-25 16:23:13 +01:00
Jan Kaluza
05bf03704a First half-working version of IRC transport for Slack 2015-11-25 16:02:23 +01:00
Jan Kaluza
3fb55b243e Working Slack RTM and message receiving. 2015-11-24 21:00:04 +01:00
Jan Kaluza
ed56f45984 Fix tests 2015-11-24 12:37:51 +01:00
Jan Kaluza
5adb3d1f97 Support for registering OAuth2 users using spectrum2_manager + lot of Slack improvements 2015-11-24 12:26:26 +01:00
Jan Kaluza
3e75beb954 Almost working OAuth2 2015-11-23 09:07:38 +01:00
Jan Kaluza
c9f7e0b9f4 Merge branch 'master' of github.com:hanzz/libtransport 2015-11-18 14:06:56 +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
Vitaly Takmazov
161bd19d60 fix compilation without tests 2015-11-16 15:07:40 +03:00
Jan Kaluza
fe47e0979b Split libtransport in two - libtransport and XMPPFrontend (lives in ./spectrum/src/frontends/xmpp). It's first step to allow generic Spectrum 2 frontends. 2015-11-16 10:49:10 +01:00
Jan Kaluza
023fd0274c Fix createBooleanField compatibility with swiften2 2015-11-13 08:29:22 +01:00
Jan Kaluza
f19131615e Add form and response declaration removed by a mistake 2015-11-13 07:52:13 +01:00
Jan Kaluza
25b4659dd6 Fix FormUtils compilation with swiften2 2015-11-13 07:47:58 +01:00
Jan Kaluza
d37e8afadb Use FormUtils in SettingsAdHocCommand 2015-11-13 07:15:27 +01:00
Jan Kaluza
d04f7e19a7 Add FormUtils methods to make XMPP Forms handling easier to read even when keeping it portable between swiften2 and swiften3. 2015-11-12 18:19:53 +01:00
Jan Kaluza
d6b44717ca Swiften 3.x.y uses FormField::UnknownType as a default type for form fields without any type. Handle that properly in the UserRegistration. 2015-11-12 14:23:12 +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
20d8dd690e fix tests (TODO filetransfer) 2015-10-15 15:41:16 +03:00
Vitaly Takmazov
0d99e8c85d Initial swiften 3 support 2015-03-31 14:14:15 +03:00
Vitaly Takmazov
3ba2aa3d34 AdHocCommand: fix empty response when user is not registered or storage not configured 2013-07-29 20:39:51 +04:00
Vitaly Takmazov
40f2a8696b fixed crash when spectrum receives xmpp ping from another server 2013-05-28 20:05:42 +04:00
Mads
8d652dec72 Another typo fix in removeUser 2013-03-20 23:53:32 +01:00
Mads
2a8b8d6ecf Another small typo, this time in the 'INSERT INTO db_version' statement. Missing prefix. 2013-03-20 23:31:19 +01:00
Mads
bd756141e2 Fix typos in removeUser, making it work with postgresql 2013-03-20 22:46:26 +01:00
Jan Kaluza
6eb53393c7 Libtransport: Do not send subscribe presences from full JID 2013-03-19 15:18:03 +01:00
HanzZ
757ef11f77 Libtransport: fix removeBuddy with remote roster 2013-03-08 14:07:50 +01:00
Jan Kaluza
fd686f55a0 Send raw presences also to rooms 2013-02-27 09:54:59 +01:00
Jan Kaluza
6b83d9f942 Send code 210 when changing our nickname in room 2013-02-26 15:43:32 +01:00
Jan Kaluza
70cf46773b Send code 210 when changing our nickname in room 2013-02-26 15:31:21 +01:00
HanzZ
7805d876f8 Libtransport: Send also subject in sendCachedMessages() 2013-02-26 09:31:57 +01:00
HanzZ
5c60ead75c handleRawXMLSplit test 2013-02-22 11:15:37 +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
HanzZ
5521c40944 Fix regression when sending unavailable presences 2013-02-19 18:54:58 +01:00