| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Give the client an option to disconnect politely by issuing the `bye`
command, but also handle the case where the client just drops the
connection in a better way.
|
| |
|
|
|
|
|
| |
Set up a simple unix domain socket server to handle requests to check
if URLs are phishes or not.
|
|
|
|
|
|
|
| |
The PhishTank dataset encodes the numeric `phish_id` as a string,
and boolean values as "yes" or "no". The default json deserializer
from serde isn't able to deserialize these values into their proper
types, so we have to helo it a bit.
|
| |
|
|
|