Add the known alts panel, which prevents suspicious login logs for whitelisted ckeys (#62520)

* Known alts panel

* Add notice before opening panel

* DB_MINOR_VERSION

* Better ban panel default

* Revert dbconfig

* Add TTL

* Add qdels
This commit is contained in:
Mothblocks
2021-11-08 20:43:52 +11:00
committed by GitHub
parent 76cee651a6
commit 6b3103e612
10 changed files with 257 additions and 3 deletions
+3
View File
@@ -115,6 +115,9 @@
/datum/admins/proc/ban_panel(player_key, player_ip, player_cid, role, duration = 1440, applies_to_admins, reason, edit_id, page, admin_key)
if (duration == BAN_PANEL_PERMANENT)
duration = null
var/panel_height = 620
if(edit_id)
panel_height = 240