Commit graph

66 commits

Author SHA1 Message Date
Vitaly Takmazov
d363189d97 MSVC compatibility fixes 2017-06-14 19:40:45 +03:00
Vitaly Takmazov
1124c42713 twitter: fetch_timeout in test configuration too low and confusing people, removed 2017-01-23 16:37:10 +03:00
Vitaly Takmazov
8891166382 libpurple: read boolean values from config as bool. Fixes #166 and #177 2017-01-19 06:43:21 -05:00
Vladimír Matěna
2e750697d7 Avoid calls to get() on shared pointers in UserRegistryTest 2016-09-17 00:45:26 +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
fe69cbd7a1 Web interface: support diplaying tables generated on transport's side 2016-03-06 20:13:52 +01:00
Jan Kaluza
84ea5f3249 Libtransport, Web Interface: Rewrite the AdminInterface to support pluggable commands - use this API in Web Interface instead of coding one page per command. 2016-03-04 14:06:07 +01:00
Jan Kaluza
79b69c4005 Libcommuni: Use IrcModel classes instead of our own - libcommuni plugin cleanup 2016-02-28 11:42:05 +01:00
Jan Kaluza
ad858d6c8d Libcommuni: Respond to VCard with empty payload, change name automatically in case of conflict 2016-02-26 06:57:02 +01:00
Jan Kaluza
3a19c755fb Web interface: Fix base_location setting for register.shtml page 2016-02-25 08:52:28 +01:00
Jan Kaluza
68527d73e2 Libtransport: Allow unregistered boolean variables in Config 2016-02-24 17:06:10 +01:00
Jan Kaluza
be0d5ee412 Libcommuni: Allow settings port in irc_server config option. When irc_send_pass is set to true, password is treated as a server password 2016-02-24 14:59:53 +01:00
Jan Kaluza
36cb102b93 Libtransport: Add HTTPRequest tests 2016-02-24 08:35:29 +01:00
Jan Kaluza
7500ab6c4c Libtransport: Fix memory leak in HTTPRequest, initialize CURL in the same thread as we use for its cleanup 2016-02-24 08:35:10 +01:00
Jan Kaluza
1e48fe7719 Libtransport: Fix memory leaks in tests, fix HTTPRequest memory leak in CURL code 2016-02-23 12:37:10 +01:00
Jan Kaluza
fbfb07e8ba Libtransport: Try to leave only MUC conversations when disconnecting the user 2016-02-19 15:14:49 +01:00
Jan Kaluza
3bfd7407b9 Libtransport: Send unavailable presence as a response to presence for exiting the room. Fixes room rejoin in Pidgin. 2016-02-19 10:24:13 +01:00
Jan Kaluza
99e958e8c8 Libtransport: Send self presence as first one when joining from second resource 2016-02-18 07:34:59 +01:00
Jan Kaluza
0b069fe5cd Fix VCard extended_test 2016-02-15 14:16:36 +01:00
Jan Kaluza
9096914225 Use value_or instead of get_value_or 2016-02-15 13:17:49 +01:00
Jan Kaluza
7ba8909d71 Use value_or instead of get_value_or 2016-02-15 12:21:04 +01:00
Jan Kaluza
26fc8a0323 Fix compilation with Swiften 3.0-rc2. This is now the minimal Swiften 3 version to compile with. Compilation with Swiften 2 is still supported. 2016-02-15 09:57:25 +01:00
Jan Kaluza
c80c02ccb1 Libtransport: Rename user when he tries to connect to room from second client with different nickname than he used with first client 2016-02-10 17:02:06 +01:00
Jan Kaluza
de8114d2da Libpurple: Do not change the nickname when joining the room when it is the same as the one used by the user 2016-02-09 08:01:04 +01:00
Jan Kaluza
2580eba947 Libtransport: Test for previous commit 2016-02-08 20:49:22 +01:00
Jan Kaluza
bd58841581 Libtransport: test for aliases in MUC rooms 2016-02-08 10:19:21 +01:00
Jan Kaluza
39c8618da6 Libtransport: Allow setting room list per user 2016-02-07 20:53:35 +01:00
Jan Kaluza
5f04f45903 Libtransport: Fix #85 - Add iconhash field to Participant type. When backend uses that field, Frontends will ask for VCards with name set to 'room/user' format. 2016-02-06 15:51:11 +01:00
Jan Kaluza
3566e833e3 Libpurple: Fix #107 - Forward room topic to frontend 2016-02-06 11:41:43 +01:00
Jan Kaluza
66323700f5 Libtransport: Fix IQs forwarding in Raw XML mode + test it 2016-02-06 09:37:25 +01:00
Jan Kaluza
17f3dabe14 Libtransport: Fix and enable rawXML tests 2016-02-06 07:57:48 +01:00
Jan Kaluza
10d29c265b Conversation: Use full JID escaping when \40 found in the room JID 2016-02-04 15:12:23 +01:00
Jan Kaluza
12bb35171c Test: add missing avatar.py 2016-02-04 08:52:17 +01:00
Jan Kaluza
ddee629fe4 Libtransport: Fix crash in avatar handling code when storage backend is not set. Add extended_test for avatars using libpurple backend 2016-02-04 08:09:37 +01:00
Jan Kaluza
321215840b Fix #92 - Handle the XMPP user's VCard change and forward it to the backend. 2016-02-04 06:55:14 +01:00
Jan Kaluza
58e21039ff Slack: Parse channel_joined and channel_created RTM messages 2016-02-01 09:18:16 +01:00
Jan Kaluza
f6949a020a Fix SlackAPI::channelCreate 2016-02-01 08:09:47 +01:00
Jan Kaluza
4b7baa6910 Unit test for SlackRTM 2016-02-01 07:10:28 +01:00
Jan Kaluza
9d2692c5d2 Fix #103 - Escape also nodes for MUC rooms in Conversation 2016-01-27 10:54:10 +01:00
Jan Kaluza
1cb79aafa6 Test room escaping in DiscoItemsResponder 2016-01-27 08:50:41 +01:00
Jan Kaluza
fd9c9af71b Slack: Send real team name chosen by user to Web interface, create channel chosen by the user when joining the room if it does not exists 2016-01-26 18:55:22 +01:00
Jan Kaluza
8d64493eef Fix #86 - Use utf8 aware to_lower function 2016-01-23 21:58:48 +01:00
Jan Kaluza
af75453834 Fix #86 - Support case-sensitive buddy names transparently. When lower-cased name is received from frontend, it is mapped to case-sensitive name sent by the backend originally. 2016-01-22 15:17:51 +01:00
Jan Kaluza
17fe52b61f Fix #98 - Leave the room internally when disconnecting user from room because of error. 2016-01-20 07:36:05 +01:00
Jan Kaluza
a3d98fb0ae Remove 3rd-party protocols tests from 'make test' 2016-01-05 20:41:27 +01: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
5f92bf9899 Fix twitter tests 2016-01-04 10:33:41 +01:00
Jan Kaluza
7b6db0d460 Revert twitter test changes committed by a mistake 2016-01-03 21:43:21 +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
e9ddaff577 Change password to Slack test account to match the reality 2015-12-29 10:18:31 +01:00