Files
oddmuse/stuff
Alex Schroeder e16cda46c1 gopher-server: rewrote surge protection
Instead of calling DoSurgeProtection as part of process_request and
faking username and overwriting ReportError, I've moved the essential
code to allow_deny_hook which seems to be the place dedicated to this
sort of code. Sadly, push(@{$self->{server}->{deny}}, $peeraddr) seems
to have no effect. When the next request comes around, the deny list
is empty again. I guess we would have to persist this somehow. For
now, we're simply using allow_deny_hook and that seems to be just as
well.
2018-07-16 21:34:11 +02:00
..
2015-08-06 02:43:57 +03:00
2015-08-06 02:43:57 +03:00
2016-03-03 15:04:48 +01:00
2018-06-28 00:31:29 +02:00
2017-11-07 14:49:52 +01:00
2015-08-06 02:43:57 +03:00

Extra Files

Some of the modules requires extra files -- graphics, templates, and so on.