Commit graph

1884 commits

Author SHA1 Message Date
Jan Kaluza
2c338a2447 Preparation for 2.0.3 2016-02-29 20:06:36 +01:00
Jan Kaluza
bde8307b99 Fix the installation of spectrum_manager.cfg 2016-02-29 17:14:45 +01:00
Jan Kaluza
5b0af814c8 Changelog update 2016-02-28 20:36:55 +01:00
Jan Kaluza
3c0f8b4744 Libcommuni: Default irc_away_timeout to 60 seconds 2016-02-28 14:48:24 +01:00
Jan Kaluza
61e7cfaa7f Libcommuni treat ERR_NICKNAME colision the same way as ERR_NICKNAMEINUSE 2016-02-28 14:43:59 +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
10f8f610d0 Libtransport: Fix 'register' command in AdminInterface 2016-02-22 09:23:23 +01:00
Jan Kaluza
cb26fb0258 Libpurple: Show more error messages when something goes wrong during PURPLE_IMAGE handling 2016-02-21 20:10:28 +01:00
Jan Kaluza
5dd1aa90b4 Slack: Handle 'account_inactive' error 2016-02-21 19:43:39 +01:00
Jan Kaluza
a8128fde21 Slack: use lower-case room name 2016-02-20 18:24:41 +01:00
Jan Kaluza
4e25fa4e8e Stop reconnectTimer when no url is availablle 2016-02-20 17:54:36 +01:00
Jan Kaluza
47bc0f5ac5 Support showing examples in web interface join room dialog 2016-02-20 16:35:34 +01:00
Jan Kaluza
b11cb99ccd Web interface: Fix leaving the room with hash in the name 2016-02-20 15:37:39 +01:00
Jan Kaluza
00c5273fbb Slack: Handle channels starting with hash, do not reconnect to Slack RTM when URL expired 2016-02-20 07:23:07 +01:00
Jan Kaluza
db0e73cc01 Libpurple: Empty password is fatal error 2016-02-19 22:30:29 +01:00
Jan Kaluza
8da4e02896 Libpurple: Empty password is fatal error 2016-02-19 22:29:31 +01:00
Jan Kaluza
8d190f8548 Web interface: Do not allow empty password when it is needed 2016-02-19 22:23:54 +01:00
Jan Kaluza
cd005935e2 Web interface: Allow joining rooms with white-spaces in the nickname 2016-02-19 17:16:34 +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
bff117e4ef Slack: For IRC allow registering without providing account name/password 2016-02-19 12:51:17 +01:00
Jan Kaluza
05b24bbd6e Slack: More logging 2016-02-19 12:00:54 +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
9391c487b5 Web interface: Allow registering with no password 2016-02-19 09:16:08 +01:00
Jan Kaluza
71a69aee20 Libpurple: More topic debug 2016-02-18 17:15:47 +01:00
Jan Kaluza
84f688128c fix typo 2016-02-18 17:05:54 +01:00
Jan Kaluza
3230128e95 Libpurple: Show display name and nickname in log before joining the room 2016-02-18 17:04:52 +01:00
Jan Kaluza
65d5b4fe99 Libpurple: When service.web_directory and service.web_url is set, PURPLE_MESSAGE_IMAGES are stored to web_directory and link is forwarded to the user. Tested only with Facebook for now. Fix #106 2016-02-18 14:30:18 +01:00
Jan Kaluza
408413abf2 Libpurple: Try to get topic when conversation is presented by libpurple. 2016-02-18 12:25:29 +01:00
Jan Kaluza
f81ecc9522 Libpurple: Implement has_focus callback, mark the conversation as active on any chatstate notification 2016-02-18 08:14:55 +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
2ca447264a Libtransport: Debug message for Conversation::sendParticipants 2016-02-17 17:52:16 +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
56eaa5e880 Use cmake_policy only for cmake 3.x.y 2016-02-11 15:43:14 +01:00
Jan Kaluza
899d6fe53f Libtransport: Debug lost PING to backend 2016-02-11 14:42:17 +01:00
Jan Kaluza
8a903b9bfb Fix #111 - send the icon hash to the backend 2016-02-11 13:53:48 +01:00
Jan Kaluza
56de41bb97 Swiften: Check if the legacyname contains the resource and do not append our in that case 2016-02-10 22:22:05 +01:00
Jan Kaluza
2eccba0698 Web interface: show warning when trying to register already registered username 2016-02-10 18:50:11 +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
5c595ccf83 Add Spectrum 2 logos to github to not lost them :) 2016-02-10 08:12:18 +01:00
Jan Kaluza
92647102ee Preparation for 2.0.2 2016-02-09 09:00:58 +01:00