If I make a game of mine open-source, is there anything the BYOND administration can do to enforce a rule along the lines of "Only to be hosted at x"?
I'll probably still release it either way, but it'd be nice to be able to enforce the rule to keep the game's community centralized.
Well, you can take down hubs. That was what I was thinking along the lines of.
E- Alright fair enough, thanks for letting me know. |
If they all appeared on the parent hub entry, as they do for SS13, then taking down the hub entry isn't an option. If they branched out into their own hub entries, that'd be a rip-like situation which we don't get involved with.
|
I had always dreamed of being able to have a central server that distributed the current hub password if a server was authorized to broadcast through that hub.
I think the only problem I encountered was that I'd like to be able to rotate the hub password daily or something to that effect so that sniffing the current hub password wasn't such a big deal, I'd just have the central server change it and re-distribute as necessary. |
Couldn't you potentially create a 2FA system using an API?
Every time the game attempts to host, have the host enter the API key, and verify if it's allowed? https://www.authy.com/developers/ |
Or you could have a list of all the people who are allowed to host and if they can't the server shuts itself down.
Having keys changing constantly can cause alot of hassle imo and what if someone misplaces their key or accidentally deletes it or forgets it. |
In response to Colesprite
|
|
Colesprite wrote:
Or you could have a list of all the people who are allowed to host and if they can't the server shuts itself down. Even if you were to reach out to an external server for this information, that can easily be spoofed with a routing rule. There's several demos of this approach, and demos on how to defeat such an approach. |
In response to Audeuro
|
|
Audeuro wrote:
I had always dreamed of being able to have a central server that distributed the current hub password if a server was authorized to broadcast through that hub. You could probably use an asymmetric cryptographic system to implement this. The server and user each have two pairs of keys: Message keys, which are their public/private pair to send/receive information, and Identity keys are the public/private pair to verify identity. The public key for the Messsage keys would be for encryption, and the private key for decryption; the public key for the Identity keys would be for encryption, while the private key for decryption. Then the protocol would be as follows for Alice to message the Server, where Me and Md are the Message encryption and decryption keys, and Ie and Id are the Identity encryption and decryption keys:
|
No. There's nothing built into the hub that would allow for such a thing.
I don't know if you need to worry too much about centralization. It will start out naturally fairly centralized, and if it decentralizes significantly it'll be as a result of runaway success like SS13 had. So win-win.