Version 1.1.40

Information about releases and roadmap.
User avatar
FactorioBot
Factorio Staff
Factorio Staff
Posts: 405
Joined: Tue May 12, 2015 1:48 pm

Version 1.1.40

Post by FactorioBot »

Features
  • Added auth server bans feature for multiplayer games. When enabled this will inform the Factorio.com authentication server of ban and unban commands issued in multiplayer sessions. Designed to combat griefers in multiplayer games, it will also query the authentication server for a ban recommendation when a user tries to connect.
Bugfixes
  • Fixed that trigger prototype flag filters didn't work correctly when an entity had no flags set. (99773)
  • Fixed a crash after inserting fuel into burner inserter while it was already trying to fuel itself. (99858)
  • Fixed that unrelated entities were highlighted when using a cut tool. (99720)
  • Fixed that in editor mode undoing deconstructions did not instantly revive affected entities. (99622)
  • Fixed that setting the direction of a script created character entity didn't work correctly. (99887)
  • Fixed that items with fuel value would be put into furnace fuel inventory when there was enough fuel but item could be smelted. (99924)
  • Fixed inserters picking up items on ground marked for deconstruction. (99770)
  • Fixed that the low power tip didn't show in some circumstances.
  • Tweaked some of the triggers to show/skip tutorials related to drag building.
  • Fixed that Furnace's working_visualisations would not apply recipe tint on fadeout. (99997)
  • Fixed crash due to usage of standard library function that is missing on macOS 10.11. (100012)
Use the automatic updater if you can (check experimental updates in other settings) or download full installation at http://www.factorio.com/download/experimental.

User avatar
Klonan
Factorio Staff
Factorio Staff
Posts: 5148
Joined: Sun Jan 11, 2015 2:09 pm
Contact:

Re: Version 1.1.40

Post by Klonan »

This release has the new Factorio auth server bans feature,
If anybody has any questions, please feel free to ask, I will expand this post with questions and answers

----------------------
JohnTheCF wrote:
Wed Sep 22, 2021 12:59 pm
Is "ban recommendation" automatic ban or it just prompts admins whether to ban or let the player connect?
Oxyd wrote:
Wed Sep 22, 2021 1:00 pm
If the feature is enabled on the server, the server will automatically ban any user our server recommends for a ban when they try to join.
----------------------
Cooldude2606 wrote:
Wed Sep 22, 2021 1:02 pm
Are you able to say what would qualify a "ban recommendation"?
Klonan wrote:
Wed Sep 22, 2021 1:09 pm
For now we are not going to go into too much depth, but it will be based on a number of criteria, such as number of bans, date/age of bans, how long the player was online, etc.
We will also be able to update and tweak the exact criteria on our Auth server, so it is quite flexible and we can react quickly (as opposed to needing a whole new Factorio version to tweak some internal numbers).
----------------------
Hexicube wrote:
Wed Sep 22, 2021 3:45 pm
Will there be an option to opt-in but not auto-ban, and instead notify admins?
What about to only allow the player to connect if an admin is present to be notified?
Klonan wrote:
Wed Sep 22, 2021 5:20 pm
At present, no, we want to keep things as simple as possible. We will be keeping our ears open, so if there is need for more configuration or options down the line, it is a possibility.
----------------------
Hexicube wrote:
Wed Sep 22, 2021 3:45 pm
If a player is auto-banned and an admin then unbans that player, but auth bans are still enabled, is the auth ban overrode and does this info get sent to the auth server?
Klonan wrote:
Wed Sep 22, 2021 5:20 pm
Yes, the auth server will see the unban and account for it.
----------------------
Hexicube wrote:
Wed Sep 22, 2021 3:45 pm
If players are auto-banned and auth bans are later disabled, do those bans persist?
What about if the auth ban is later reversed?
Klonan wrote:
Wed Sep 22, 2021 5:20 pm
No, if Auth bans are turned off, the bans will not persist, they are a separated check from the game bans list.
If the Auth ban is reverse, the player will be able to join, the result of the auth check is not persisted in the game.
----------------------
Loewchen wrote:
Wed Sep 22, 2021 2:24 pm
Is there or will there be some appeal system for those on the ban recommendation list?
Klonan wrote:
Wed Sep 22, 2021 5:23 pm
Yes, email support@factorio.com and we will take a look into it
----------------------
valneq wrote:
Wed Sep 22, 2021 5:46 pm
Does this only account for ban/unban as the explanation suggests, or does it in fact also account for "kick"?
Klonan wrote:
Wed Sep 22, 2021 7:13 pm
Kick doesn't count, we see kick as more of a warning anyway.
----------------------
ssilk wrote:
Thu Sep 23, 2021 3:05 am
What information about the player is stored on the ban-server?
I guess: - player(id) - date - ban/unban-commands - server
That’s it, or? Any recommendation is then not stored, but always based on that entries?

Other question: what if the server is not accessible? I guess: everybody can come into a server.

Which leads me to the next question: because of that, this new service could be the target of griefer-attacks. How do you protect it from being attacked (I think most common would be DoS)? Is it big enough to handle the requests? Can you automatically filter out attacking IP’s? Is it separated enough from the other (Auth) systems?
vinzenz wrote:
Thu Sep 23, 2021 1:30 pm
That list is correct plus some secret attributes ;) We'll introduce new attributes if we find them to be a more precise signal for a good ban recommendation.
Ban recommendation is recalculated when a new ban/unban signal is received.

The ban recommendation check is async, so if the auth server is not reachable, the connecting user is not disconnected. It will also not block the main thread when the auth server is slow to respond.

Our existing auth server setup should scale well and I think we'll able to protect it. Of course given enough monetary ressources you can DoS any service...
----------------------
luc wrote:
Thu Sep 23, 2021 11:28 pm
Is it made clear to the user that they were banned by a decision of Wube's system and not merely by the individual servers, or how would one know to appeal?
Dev-iL wrote:
Fri Sep 24, 2021 6:38 am
This is the message a user sees:
"You are banned in this game by authserver recommendation. To appeal contact support@factorio.com."
----------------------
voski wrote:
Sat Sep 25, 2021 7:47 pm
What are the steps to enable the "Auth server bans feature" ?
vinzenz wrote:
Mon Sep 27, 2021 6:27 am
The commandline flag is --use-authserver-bans and the config option is enable-authserver-side-bans=true
----------------------

User avatar
JohnTheCF
Inserter
Inserter
Posts: 21
Joined: Thu Jun 22, 2017 7:15 pm
Contact:

Re: Version 1.1.40

Post by JohnTheCF »

Is "ban recommendation" automatic ban or it just prompts admins whether to ban or let the player connect?

Oxyd
Former Staff
Former Staff
Posts: 1428
Joined: Thu May 07, 2015 8:42 am
Contact:

Re: Version 1.1.40

Post by Oxyd »

JohnTheCF wrote:
Wed Sep 22, 2021 12:59 pm
Is "ban recommendation" automatic ban or it just prompts admins whether to ban or let the player connect?
If the feature is enabled on the server, the server will automatically ban any user our server recommends for a ban when they try to join.

User avatar
Cooldude2606
Long Handed Inserter
Long Handed Inserter
Posts: 86
Joined: Sat Sep 16, 2017 9:04 pm
Contact:

Re: Version 1.1.40

Post by Cooldude2606 »

Are you able to say what would qualify a "ban recommendation"?
--- Developer for Explosive Gaming factorio community. Find our code on GitHub. Please contact me via our Discord. ---

User avatar
Klonan
Factorio Staff
Factorio Staff
Posts: 5148
Joined: Sun Jan 11, 2015 2:09 pm
Contact:

Re: Version 1.1.40

Post by Klonan »

Cooldude2606 wrote:
Wed Sep 22, 2021 1:02 pm
Are you able to say what would qualify a "ban recommendation"?
For now we are not going to go into too much depth, but it will be based on a number of criteria, such as number of bans, date/age of bans, how long the player was online, etc.
We will also be able to update and tweak the exact criteria on our Auth server, so it is quite flexible and we can react quickly (as opposed to needing a whole new Factorio version to tweak some internal numbers).

User avatar
morsk
Fast Inserter
Fast Inserter
Posts: 120
Joined: Fri Dec 15, 2017 1:00 am
Contact:

Re: Version 1.1.40

Post by morsk »

I don't want to know how this works; I hope no one ever learns how it works.

Large communities don't need this; they have teams of moderators, ban lists, and Discord integration. It's random people who just want to turn their map public, spontaneously, who need Wube to be offering them a ban list.

User avatar
Klonan
Factorio Staff
Factorio Staff
Posts: 5148
Joined: Sun Jan 11, 2015 2:09 pm
Contact:

Re: Version 1.1.40

Post by Klonan »

morsk wrote:
Wed Sep 22, 2021 2:09 pm
It's random people who just want to turn their map public, spontaneously, who need Wube to be offering them a ban list.
Yes, thats exactly how we see it.

Loewchen
Global Moderator
Global Moderator
Posts: 8284
Joined: Wed Jan 07, 2015 5:53 pm
Contact:

Re: Version 1.1.40

Post by Loewchen »

Is there or will there be some appeal system for those on the ban recommendation list?

Hornwitser
Fast Inserter
Fast Inserter
Posts: 204
Joined: Fri Oct 05, 2018 4:34 pm
Contact:

Re: Version 1.1.40

Post by Hornwitser »

What inspired the implementation of the auth server ban system?

Hexicube
Fast Inserter
Fast Inserter
Posts: 204
Joined: Wed Feb 24, 2016 9:50 pm
Contact:

Re: Version 1.1.40

Post by Hexicube »

Glad to see this finally added, but I have some questions about it:

Will there be an option to opt-in but not auto-ban, and instead notify admins?
What about to only allow the player to connect if an admin is present to be notified?

If a player is auto-banned and an admin then unbans that player, but auth bans are still enabled, is the auth ban overrode and does this info get sent to the auth server?

If players are auto-banned and auth bans are later disabled, do those bans persist?
What about if the auth ban is later reversed?

User avatar
jodokus31
Smart Inserter
Smart Inserter
Posts: 1599
Joined: Sun Feb 26, 2017 4:13 pm
Contact:

Re: Version 1.1.40

Post by jodokus31 »

Anybody having this problem?
Screenshot_2021-09-22_18-05-55.png
Screenshot_2021-09-22_18-05-55.png (15.06 KiB) Viewed 13647 times
EDIT: I downloaded the full version from website. That worked without problems
Attachments
factorio-current.log
(49.52 KiB) Downloaded 236 times

User avatar
Brathahn
Fast Inserter
Fast Inserter
Posts: 107
Joined: Sat Aug 02, 2014 1:50 pm
Contact:

Re: Version 1.1.40

Post by Brathahn »

Loewchen wrote:
Wed Sep 22, 2021 2:24 pm
Is there or will there be some appeal system for those on the ban recommendation list?
Also what happens to people like me, who likes to join random (public) servers with people on it, that just outright kick/ban you the moment you join just because they are too dumb to make it private/set a password?
As i understand it, this system will be automatic and just counts your bans/kicks and puts you on the naughty list.

User avatar
Klonan
Factorio Staff
Factorio Staff
Posts: 5148
Joined: Sun Jan 11, 2015 2:09 pm
Contact:

Re: Version 1.1.40

Post by Klonan »

Hexicube wrote:
Wed Sep 22, 2021 3:45 pm
Will there be an option to opt-in but not auto-ban, and instead notify admins?
What about to only allow the player to connect if an admin is present to be notified?
At present, no, we want to keep things as simple as possible. We will be keeping our ears open, so if there is need for more configuration or options down the line, it is a possibility.
Hexicube wrote:
Wed Sep 22, 2021 3:45 pm
If a player is auto-banned and an admin then unbans that player, but auth bans are still enabled, is the auth ban overrode and does this info get sent to the auth server?
Yes, the auth server will see the unban and account for it.
Hexicube wrote:
Wed Sep 22, 2021 3:45 pm
If players are auto-banned and auth bans are later disabled, do those bans persist?
What about if the auth ban is later reversed?
No, if Auth bans are turned off, the bans will not persist, they are a separated check from the game bans list.
If the Auth ban is reverse, the player will be able to join, the result of the auth check is not persisted in the game.

User avatar
Klonan
Factorio Staff
Factorio Staff
Posts: 5148
Joined: Sun Jan 11, 2015 2:09 pm
Contact:

Re: Version 1.1.40

Post by Klonan »

Loewchen wrote:
Wed Sep 22, 2021 2:24 pm
Is there or will there be some appeal system for those on the ban recommendation list?
Yes, email support@factorio.com and we will take a look into it

User avatar
Klonan
Factorio Staff
Factorio Staff
Posts: 5148
Joined: Sun Jan 11, 2015 2:09 pm
Contact:

Re: Version 1.1.40

Post by Klonan »

Hornwitser wrote:
Wed Sep 22, 2021 2:42 pm
What inspired the implementation of the auth server ban system?
Maybe we will talk about it in some future friday facts :)

(It is not important for now)

User avatar
valneq
Smart Inserter
Smart Inserter
Posts: 1149
Joined: Fri Jul 12, 2019 7:43 am
Contact:

Re: Version 1.1.40

Post by valneq »

Does this only account for ban/unban as the explanation suggests, or does it in fact also account for "kick"?

User avatar
NotRexButCaesar
Smart Inserter
Smart Inserter
Posts: 1120
Joined: Sun Feb 16, 2020 12:47 am
Contact:

Re: Version 1.1.40

Post by NotRexButCaesar »

Could the server account for the ban reason, the ratio of banned to unbanned players, or employ some other set of criteria to weight bans? Some multiplayer games (especially on modded games where few people ever try to join) will ban every joining player instead of using a password.
—Crevez, chiens, si vous n'étes pas contents!

User avatar
Klonan
Factorio Staff
Factorio Staff
Posts: 5148
Joined: Sun Jan 11, 2015 2:09 pm
Contact:

Re: Version 1.1.40

Post by Klonan »

valneq wrote:
Wed Sep 22, 2021 5:46 pm
Does this only account for ban/unban as the explanation suggests, or does it in fact also account for "kick"?
Kick doesn't count, we see kick as more of a warning anyway.

Loewchen
Global Moderator
Global Moderator
Posts: 8284
Joined: Wed Jan 07, 2015 5:53 pm
Contact:

Re: Version 1.1.40

Post by Loewchen »

Is there a way for players to find out if they are on the list, e.g. a URL to the auth server that shows the account status?
Is there a different error message when a connection is refused based on the auth server ban list vs the local ban list?

Post Reply

Return to “Releases”