Commit graph

14 commits

Author SHA1 Message Date
c8d1ec32d0 replace __attribute__ ((unused)) with #ifdefs 2017-10-30 16:51:43 +01:00
af0c5d6f19 fix more compiler warnings emitted by Clang on Travis-CI 2017-10-30 16:20:47 +01:00
e63427c2da fix a lot of compiler warnings thrown by newer GCC versions
mostly warnings about:
 - comparison differing in signedness
 - unused functions and variables
 - some casts
2017-10-30 15:07:44 +01:00
Jan Kaluza
fe69cbd7a1 Web interface: support diplaying tables generated on transport's side 2016-03-06 20:13:52 +01:00
Jan Kaluza
6e1af765cd AdminInterface: Support labels for commands 2016-03-06 14:50:05 +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
10f8f610d0 Libtransport: Fix 'register' command in AdminInterface 2016-02-22 09:23:23 +01:00
Jan Kaluza
9391c487b5 Web interface: Allow registering with no password 2016-02-19 09:16:08 +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
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
8c1c197013 Spectrum2 manager server: handle OAuth2 2016-01-07 21:08:38 +01:00
Jan Kaluza
8df5cd7d1b Spectrum2 manager server: Allow registration of users 2016-01-07 18:32:17 +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
Renamed from src/AdminInterface.cpp (Browse further)