Daenyth
6170c9037f
Fix #1351 - Server ignores only-reg if in "none" auth mode.
...
When in none auth mode, registered users don't exist; hence the setting
makes the game impossible to join.
Normally the setting would be greyed out when the user is unregistered,
but commit 475c54bf
introduced a new edge case where the stored setting
would apply to the field even if the user is unregistered, making the
setting possible to apply in no-reg mode. Regardless, any client could
have done this, not just the default cockatrice.
The server side fix should prevent all issues in the future.
2015-08-21 20:30:46 -04:00
Gavin Bisesi
ea9e966330
Merge pull request #1353 from Cockatrice/revert-1352-nonreg_nodbserver_fix
...
Revert "#1351 Fix"
2015-08-09 15:52:42 -04:00
Gavin Bisesi
59568bf13c
Revert " #1351 Fix"
2015-08-09 15:52:32 -04:00
woogerboy21
de1b925b7d
Merge pull request #1352 from Cockatrice/nonreg_nodbserver_fix
...
#1351 Fix
2015-08-09 15:25:14 -04:00
woogerboy21
5fc0da6ab9
#1351 Fix
...
This update address's the issue were a server with no db has only non-registered users but when creating a game will cause the dialogue to only allow the check box of "registered users only" resulting in a game that no user will ever be able to join.
2015-08-09 15:07:30 -04:00
woogerboy21
90381aa38f
Merge pull request #1350 from woogerboy21/showmoreinfo_logincontexterror
...
Update Error 11 Clarity
2015-08-09 14:02:34 -04:00
woogerboy21
f4942d1ea7
Merge pull request #1346 from woogerboy21/regonly_server_refactor
...
Reg only server cleanup
2015-08-09 13:57:17 -04:00
Zach
ff41e69a30
Merge pull request #1349 from ctrlaltca/fix_server_msvc
2015-08-09 13:49:53 -04:00
woogerboy21
3f78e0bec3
Update Error 11 Clarity
2015-08-09 12:56:09 -04:00
Fabio Bas
76ba3b557d
Fix compilation of servatrice with mdvc
...
Should fix #1336
2015-08-09 18:17:10 +02:00
woogerboy21
1f22f1743c
Merge pull request #1348 from woogerboy21/fix_clientid_dbmigration
...
Add database migration script for client id
2015-08-09 09:19:12 -04:00
woogerboy21
b4e0c00cca
Add database migration script for client id
2015-08-09 08:47:21 -04:00
woogerboy21
644ea0482f
Merge pull request #1347 from woogerboy21/fix_clientid_localgame
...
Fix local game not starting properly.
2015-08-08 17:33:34 -04:00
woogerboy21
afa2c67e87
Actually pass the generated client id.
2015-08-08 17:22:59 -04:00
woogerboy21
567c1a148d
Fix local game due to clientid check in response container.
2015-08-08 17:08:43 -04:00
woogerboy21
17392f1ae5
Moved the RegOnlyRequirement functions out of the Database interface into the proper Server block of code.
2015-08-08 16:24:37 -04:00
woogerboy21
129a6983ed
Merge pull request #1345 from Cockatrice/login-error-message
...
Add more informative message on unrecognized login response
2015-08-08 11:12:50 -04:00
Gavin Bisesi
481a57edf6
Show more informative error on registration failure
2015-08-08 09:55:23 -04:00
Gavin Bisesi
bf7cf61b85
Add more informative message on unrecognized login response
...
When logging in and receiving a reply that isn't understood, show a more informative error message.
`tr() + tr()` for better translation flexibility.
2015-08-08 09:48:18 -04:00
woogerboy21
c64bc3fb81
Merge pull request #1344 from woogerboy21/clientid_commit_res
...
Commit to resolve requests made by @Daenyth discussed after the commit.
2015-08-08 09:23:21 -04:00
woogerboy21
b53bd08175
Merge branch 'clientid_commit_res' of ssh://github.com/woogerboy21/Cockatrice into clientid_commit_res
2015-08-08 08:52:47 -04:00
woogerboy21
af237c7d07
Fixed space/tabing issues.
2015-08-08 08:52:19 -04:00
woogerboy21
bc99024e4f
Added server side setting to allow the requirement of a client id from clients.
2015-08-08 08:52:19 -04:00
woogerboy21
94942e1a92
Commit to resolve requests made by @Daenyth discussed after the commit.
...
See https://github.com/Cockatrice/Cockatrice/pull/1340 for details.
2015-08-08 08:52:19 -04:00
woogerboy21
62dc3a7ca3
Merge pull request #1342 from marcofernandezheras/CardInfoLayout
...
Deck Editor layout
2015-08-08 08:28:12 -04:00
woogerboy21
2211a8de4a
Fixed space/tabing issues.
2015-08-07 22:32:39 -04:00
marco
e9e75961f4
Redesigning deck editor to work with docks
...
Moved setting files & Added code for a future portable build
2015-08-07 23:44:40 +02:00
woogerboy21
b62ffdeb0b
Added server side setting to allow the requirement of a client id from clients.
2015-08-07 15:52:55 -04:00
woogerboy21
95cc10a278
Commit to resolve requests made by @Daenyth discussed after the commit.
...
See https://github.com/Cockatrice/Cockatrice/pull/1340 for details.
2015-08-07 13:21:31 -04:00
woogerboy21
ba90d84a13
Merge pull request #1340 from woogerboy21/clientid
...
Client ID Generation
2015-08-06 14:17:06 -04:00
poixen
5a541d6248
Merge pull request #1341 from tooomm/patch-2
...
removed space
2015-08-06 11:34:04 +02:00
tooomm
94d4ff8c1b
removed space
2015-08-06 10:11:00 +02:00
woogerboy21
52db13a1ca
Initial release of client ID generation.
2015-08-05 10:15:49 -04:00
Zach
44d757f691
Merge pull request #1328 from marcofernandezheras/FixBug#1296
...
Ctrl + Double Click: Add card to SB
2015-08-03 22:47:32 -04:00
marco
0d10d6f85d
Fixes issue #1296
2015-08-04 00:17:44 +02:00
woogerboy21
13011180f7
Merge pull request #1313 from woogerboy21/update_pingtime
...
Update Client & Server ping time
2015-08-03 12:31:20 -04:00
Zach
dfb7847dab
Update README.md
2015-08-01 21:45:14 -04:00
Zach
c28da9f066
Merge pull request #1321 from ZeldaZach/readme
...
README fix
2015-08-01 21:35:41 -04:00
Zach H
ee6020ab8c
url fix
2015-08-01 21:35:21 -04:00
ctrlaltca
4b5fb30248
Merge pull request #1318 from ctrlaltca/fix_linking_faq_url
...
Fix "Linking FAQ" url
2015-08-01 11:18:16 +02:00
ctrlaltca
622e018cd4
Merge pull request #1320 from ctrlaltca/translations
...
Updated translations
2015-08-01 11:18:04 +02:00
Fabio Bas
7e7c0ef4d2
Updated translations
2015-08-01 10:55:06 +02:00
Fabio Bas
6dfd2e65f6
Fix "Linking FAQ" url
2015-08-01 08:07:47 +02:00
ctrlaltca
8d2cd29a3f
Merge pull request #1308 from ZeldaZach/fix_1301
...
Allow URL redirects for card images
2015-08-01 07:59:58 +02:00
Zach
da48b71442
Merge pull request #1310 from ctrlaltca/emails
...
Servatrice: do not disclose user emails to clients
2015-07-31 10:57:52 -04:00
woogerboy21
eb9ca58fd0
Updated pingClockTimeout to account for adjustments in client keep alive settings value.
...
Changed the default value for the client keep alive variable back to 1 (since that is what the setting is if the value is not found in the configuration ini file).
2015-07-30 16:38:02 -04:00
woogerboy21
8c7301b19f
Updated server and client ping to 5 seconds. Also changed hard set 1 second value on the ping timers to read values from the settings cache.
2015-07-29 23:44:00 -04:00
Fabio Bas
8d325b9e19
Servatrice: do not disclose user emails to clients
2015-07-28 22:20:40 +02:00
Zach H
8a86165890
allow URL redirects
2015-07-28 02:41:08 -04:00
Zach
183fbd2805
Merge pull request #1305 from poixen/appname
...
Changed app title when logged in
2015-07-27 19:51:24 -04:00