Search found 6 matches

by qqqqqqqqqqqz
Tue Mar 14, 2017 3:44 am
Forum: Server Administration/Setup
Topic: How to completely disable teams
Replies: 0
Views: 16096

How to completely disable teams

I want there to be no teams. Currently when a new player joins they try to join my team, unless they manually select "Create new team/join any." How can I fix that so they automatically join a new team/join no team? Ideally there would be no teams at all on my server but it's ok if each pe...
by qqqqqqqqqqqz
Thu Mar 09, 2017 6:24 am
Forum: Server Administration/Setup
Topic: authentication
Replies: 9
Views: 10659

Re: authentication

aP|Nelg wrote:Still others use the same password for ALL of their accounts everywhere.
Which makes it doubly important to use strong password hashing algorithms, so that that weakness is less of a weakness.
by qqqqqqqqqqqz
Sat Mar 04, 2017 5:59 am
Forum: Server Administration/Setup
Topic: authentication
Replies: 9
Views: 10659

Re: authentication

There's a salt or two added to make it more difficult to determine a password even after it's been reversed, but yeah, sha2 is supposed to be added in 0.4 (or maybe we already have it? I forget) That's great, but even sha2 wasn't designed for password hashing. Even better would be to use a few roun...
by qqqqqqqqqqqz
Sat Mar 04, 2017 5:50 am
Forum: Server Administration/Setup
Topic: SP_SIZE_FACTOR not taking into effect
Replies: 2
Views: 5969

Re: SP_SIZE_FACTOR not taking into effect

Fail. Turns out I had set it twice, so only one of them took effect.
by qqqqqqqqqqqz
Wed Mar 01, 2017 4:36 am
Forum: Server Administration/Setup
Topic: authentication
Replies: 9
Views: 10659

Re: authentication

MD5 is just an encryption method so you can't view the plain text MD5 is not encryption, it's a hash algorithm. In other words, unlike encryption, MD5 (like all hash algorithms) is designed to not be reversible. It's also incredibly insecure, and should be avoided for authentication at all costs. C...
by qqqqqqqqqqqz
Wed Mar 01, 2017 4:28 am
Forum: Server Administration/Setup
Topic: SP_SIZE_FACTOR not taking into effect
Replies: 2
Views: 5969

SP_SIZE_FACTOR not taking into effect

I'm running Dedicated version 0.2.8.3.3 on Windows 10 64-bit.
In settings_custom.cfg, I've:

Code: Select all

SIZE_FACTOR 6
SP_SIZE_FACTOR 6
But when I'm the only person online, the arena is always smaller than when there's more than one.

wat do