forked from BlueMoon-Labs/MOLOT-BlueMoon-Station
-
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.
Revert "[PORT] Replace old IPIntel with IPIntel from TG (BlueMoon-Lab…
- Loading branch information
1 parent
3d320ad
commit 7c419fb
Showing
14 changed files
with
4 additions
and
427 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
/* BLUEMOON EDIT:START IPINTEL FROM TG | ||
/client/proc/IsVPN() | ||
var/datum/ipintel/res = get_ip_intel(address) | ||
return res.intel >= CONFIG_GET(number/ipintel_rating_bad) | ||
*/ //BLUEMOON EDIT:END IPINTEL FROM TG |
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,38 +4,3 @@ | |
/// Defines whether the server uses the legacy mentor system with mentors.txt or the SQL system. | ||
/datum/config_entry/flag/mentor_legacy_system | ||
protection = CONFIG_ENTRY_LOCKED | ||
|
||
/datum/config_entry/string/ipintel_base | ||
default = "check.getipintel.net" | ||
|
||
/datum/config_entry/string/ipintel_email | ||
|
||
/datum/config_entry/string/ipintel_email/ValidateAndSet(str_val) | ||
return str_val != "[email protected]" && (!length(str_val) || findtext(str_val, "@")) && ..() | ||
|
||
/datum/config_entry/number/ipintel_rating_bad | ||
default = 1 | ||
integer = FALSE | ||
min_val = 0 | ||
max_val = 1 | ||
|
||
/datum/config_entry/flag/ipintel_reject_rate_limited | ||
default = FALSE | ||
|
||
/datum/config_entry/flag/ipintel_reject_bad | ||
default = FALSE | ||
|
||
/datum/config_entry/flag/ipintel_reject_unknown | ||
default = FALSE | ||
|
||
/datum/config_entry/number/ipintel_rate_minute | ||
default = 15 | ||
min_val = 0 | ||
|
||
/datum/config_entry/number/ipintel_cache_length | ||
default = 7 | ||
min_val = 0 | ||
|
||
/datum/config_entry/number/ipintel_exempt_playtime_living | ||
default = 5 | ||
min_val = 0 |
Oops, something went wrong.