Files
Paradise/datum/world_topic_spam_prevention_handler.html

3 lines
4.6 KiB
HTML

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/world_topic_spam_prevention_handler - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a><a href="datum/world_topic_spam_prevention_handler.html#var">Var Details</a> - <a href="datum/world_topic_spam_prevention_handler.html#proc">Proc Details</a></header><main><h1>world_topic_spam_prevention_handler <aside>/<a href="datum.html">datum</a>/<a href="datum/world_topic_spam_prevention_handler.html">world_topic_spam_prevention_handler</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/world_topic/_spam_prevention_handler.dm#L4"><img src="git.png" width="16" height="16" title="code/modules/world_topic/_spam_prevention_handler.dm 4"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/world_topic_spam_prevention_handler.html#var/ip">ip</a></th><td>IP. Used purely for select purposes.</td></tr><tr><th><a href="datum/world_topic_spam_prevention_handler.html#var/last_request">last_request</a></th><td>Time of last request</td></tr><tr><th><a href="datum/world_topic_spam_prevention_handler.html#var/locked_out">locked_out</a></th><td>Is this IP currently locked out</td></tr><tr><th><a href="datum/world_topic_spam_prevention_handler.html#var/strikes">strikes</a></th><td>Amount of strikes. [WORLD_TOPIC_STRIKES_THRESHOLD] strikes is a lockout of [WORLD_TOPIC_LOCKOUT_TIME]</td></tr><tr><th><a href="datum/world_topic_spam_prevention_handler.html#var/unlock_time">unlock_time</a></th><td>Unlock time</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="datum/world_topic_spam_prevention_handler.html#proc/check_lockout">check_lockout</a></th><td>Lockout handler</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/ip"><aside class="declaration">var </aside>ip <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/world_topic/_spam_prevention_handler.dm#L6"><img src="git.png" width="16" height="16" title="code/modules/world_topic/_spam_prevention_handler.dm 6"></a></h3><p>IP. Used purely for select purposes.</p><h3 id="var/last_request"><aside class="declaration">var </aside>last_request <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/world_topic/_spam_prevention_handler.dm#L10"><img src="git.png" width="16" height="16" title="code/modules/world_topic/_spam_prevention_handler.dm 10"></a></h3><p>Time of last request</p><h3 id="var/locked_out"><aside class="declaration">var </aside>locked_out <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/world_topic/_spam_prevention_handler.dm#L12"><img src="git.png" width="16" height="16" title="code/modules/world_topic/_spam_prevention_handler.dm 12"></a></h3><p>Is this IP currently locked out</p><h3 id="var/strikes"><aside class="declaration">var </aside>strikes <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/world_topic/_spam_prevention_handler.dm#L8"><img src="git.png" width="16" height="16" title="code/modules/world_topic/_spam_prevention_handler.dm 8"></a></h3><p>Amount of strikes. [WORLD_TOPIC_STRIKES_THRESHOLD] strikes is a lockout of [WORLD_TOPIC_LOCKOUT_TIME]</p><h3 id="var/unlock_time"><aside class="declaration">var </aside>unlock_time <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/world_topic/_spam_prevention_handler.dm#L14"><img src="git.png" width="16" height="16" title="code/modules/world_topic/_spam_prevention_handler.dm 14"></a></h3><p>Unlock time</p><h2 id="proc">Proc Details</h2><h3 id="proc/check_lockout"><aside class="declaration">proc </aside>check_lockout<aside>() <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/world_topic/_spam_prevention_handler.dm#L25"><img src="git.png" width="16" height="16" title="code/modules/world_topic/_spam_prevention_handler.dm 25"></a></aside></h3><p>Lockout handler</p>
<p>Updates strikes and timers of the most recent client to topic the server
including any relevant detail</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/edee60476d21ee840643bd1abe7f6003a8c65773">edee604</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>