forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When a user's cid doesn't match their last cid, we just close the connection, faking a read error. If it's still mismatched when they reconnect, we reject the connection and let them know we are on to them.
- Loading branch information
1 parent
062d382
commit f154ede
Showing
4 changed files
with
96 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,6 +70,8 @@ | |
var/forbid_singulo_possession = 0 | ||
var/useircbot = 0 | ||
|
||
var/check_randomizer = 0 | ||
|
||
//IP Intel vars | ||
var/ipintel_email | ||
var/ipintel_rating_bad = 1 | ||
|
@@ -402,6 +404,8 @@ | |
config.notify_new_player_age = text2num(value) | ||
if("irc_first_connection_alert") | ||
config.irc_first_connection_alert = 1 | ||
if("check_randomizer") | ||
config.check_randomizer = 1 | ||
if("ipintel_email") | ||
if (value != "[email protected]") | ||
config.ipintel_email = value | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters