Commit graph

35 commits

Author SHA1 Message Date
Vitaly Takmazov
d363189d97 MSVC compatibility fixes 2017-06-14 19:40:45 +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
68527d73e2 Libtransport: Allow unregistered boolean variables in Config 2016-02-24 17:06:10 +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
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
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
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
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
8ef948c25f Move libtransport form ./src to ./libtransport. Move all tests to ./tests directory and add 'make test' target. 2015-12-24 10:08:19 +01:00