Commit Graph

70 Commits

Author SHA1 Message Date
Volker Fischer
1494de7b05 small merge fixes 2020-04-30 19:26:04 +02:00
Peter L Jones
07ae963cfa Add some logging to the central server 2020-04-30 16:43:44 +01:00
Volker Fischer
36b7e058fd make the registration status outputs a bit nicer 2020-04-19 20:31:04 +02:00
Volker Fischer
116f156022 fix: Build issue on Ubuntu: qInfo() undefined in serverList.cpp #112 2020-04-19 19:58:34 +02:00
Volker Fischer
6f962aae4f merge fixes 2020-04-19 12:15:36 +02:00
Peter L Jones
8ca0635fea Log server registration flow 2020-04-19 10:14:18 +01:00
Volker Fischer
8e86908d92 restrict server name/city to max allowed length if given as a command line argument, see #91 2020-04-19 07:31:14 +02:00
Volker Fischer
4edb160a0a small merge fixes 2020-04-18 08:39:08 +02:00
Peter L Jones
e031cc409f Allow central server to confirm registration
Also display this state in the server UI.
2020-04-17 17:16:43 +01:00
Peter L Jones
84a95686bb Tidy away local port in CServerCoreInfo etc 2020-04-12 14:25:26 +01:00
Volker Fischer
fc4463330b revert back: code did not work correctly 2020-04-11 18:48:40 +02:00
Volker Fischer
61e1a73f67 try to fix an issue that people do not see their server on the same PC anymore 2020-04-11 18:35:49 +02:00
Volker Fischer
82f5ad18f4 added support for Central Server (North America) (Ticket #50), small bug fix for the Mac audio interface 2020-04-11 14:27:50 +02:00
Peter L Jones
2d59e869bc CHostAddr operator== does the job 2020-04-10 12:26:07 +01:00
Peter L Jones
bc04ff2fb2 Use server internal address in server list 2020-04-10 12:26:07 +01:00
Volker Fischer
791d600634 2019->2020 2020-01-01 15:41:43 +01:00
Volker Fischer
b7df71e596 - Linux server start script: removed welcome message, fix in server info
- removed command line outputs for Svg/Jpeg modes used
- use the default country if no country is given in the command line options
2019-06-20 11:41:29 +02:00
Volker Fischer
e8096e48f0 2018 -> 2019 2019-03-24 09:30:30 +01:00
Volker Fischer
8bfdc7347a 2017 -> 2018 2018-03-09 21:13:02 +00:00
Volker Fischer
b0d37c86e7 2016 -> 2017 2017-08-11 21:08:54 +00:00
Volker Fischer
be63533c82 automatic server setting for permanent server flag in the protocol 2016-02-09 16:09:59 +00:00
Volker Fischer
9ab7164d05 the Musicians value in the server list shows a warning if the server is full 2016-02-09 15:05:06 +00:00
Volker Fischer
ca73117279 update the copyright 2015-12-31 13:14:09 +00:00
Volker Fischer
33e5a07cf7 change all 2014 to 2015 2015-02-04 18:17:23 +00:00
Volker Fischer
4dca2d1c93 fix for #17 Default central server flag seems not to work in server GUI 2014-02-23 18:17:46 +00:00
Volker Fischer
d080c568a3 bug fix 2014-02-21 21:16:45 +00:00
Volker Fischer
c0a67a9884 update to 2014 2014-01-05 16:52:38 +00:00
Volker Fischer
28defb82cb get rid of "Llcon" 2013-03-24 11:38:00 +00:00
Volker Fischer
a7895f88ea update year to 2013 2013-01-23 10:41:13 +00:00
Volker Fischer
87aabee220 changed the qt includes to regular ones (without the .h) 2013-01-02 20:41:04 +00:00
Volker Fischer
aada1a912f introduce command line argument for enabling the ping of the slave servers in the list to keep the NAT port open (central server functionality only) 2012-07-14 16:18:09 +00:00
Volker Fischer
8a167d844b - bug fix for endless ping message loop causing a lot of network traffic
- implementation of empty message sending in slave server to keep NAT port open
2012-07-09 12:52:23 +00:00
Volker Fischer
458310e4a2 we also have to send pings to slave servers which have the same port as the default llcon port (since the router has not translated the port number to a new one) 2012-06-17 18:04:43 +00:00
Volker Fischer
fa30a903a3 support for sending ping messages to servers in the server list to keep to port open in the NAT of the slave server 2012-06-05 06:25:19 +00:00
Volker Fischer
e32d80b9db code style changes 2012-05-11 15:10:13 +00:00
Volker Fischer
e0dc85a5f1 fix a crash in the server if a slave server is unregistered 2011-11-14 18:30:16 +00:00
Volker Fischer
793b21f9d9 the maximum number of channel can be set via command line now, added some test functions in the buffer 2011-05-13 18:23:00 +00:00
Volker Fischer
49b67e193d create function for getting the central server address (default or custom) 2011-05-09 18:26:26 +00:00
Volker Fischer
b675d8587e bug fixes for local server port 2011-05-05 17:45:29 +00:00
Volker Fischer
1b94baa9e2 prevent predefined server infos to be updated 2011-05-04 18:25:10 +00:00
Volker Fischer
dfa5296de0 add local port number in server registering struct to allow a connection to the local host server with different port than the default one 2011-05-04 18:18:31 +00:00
Volker Fischer
97d32de751 unregistering the server does work now correctly 2011-05-04 07:15:50 +00:00
Volker Fischer
ed74f3e370 make it clear which functions are actually only used by the central server 2011-05-04 07:00:43 +00:00
Volker Fischer
e71166d96c support for setting predefined server in the server list by the command line arguments, bug fix with connection dialog if no country is given but a city, started work for unregistering server 2011-05-03 20:37:06 +00:00
Volker Fischer
29a185da97 fixes for the server GUI, set help text for server GUI, support for default central server address check box in the server GUI 2011-04-30 19:51:49 +00:00
Volker Fischer
c08fe59a68 support for the new GUI controls in the server, net yet finished (still buggy) 2011-04-30 13:01:26 +00:00
Volker Fischer
ead06da44d bug fix, added GUI controls for server info, added some server info init code, removed server selection in main window, changed connect dialog server list columns 2011-04-26 20:31:30 +00:00
Volker Fischer
886251367b support for setting the server info parameters via the command line arguments 2011-04-25 13:25:33 +00:00
Volker Fischer
23d79c5f85 the number of connected clients are now not managed with the server list but by the connection less ping time message 2011-04-25 10:51:57 +00:00
Volker Fischer
f2d4229a88 bug fix 2011-04-22 17:33:54 +00:00