mirror of https://github.com/fail2ban/fail2ban
4d128db64a
Previously was using `send` method, which uses `socket.send`. This does not guarantee to send all data, and no check was in place to verify whether all data was sent. Using asynchat built in `push` method, ensures that all data is sent before closing the connection. |
||
---|---|---|
.. | ||
__init__.py | ||
action.py | ||
actions.py | ||
asyncserver.py | ||
banmanager.py | ||
datedetector.py | ||
datetemplate.py | ||
faildata.py | ||
failmanager.py | ||
failregex.py | ||
filter.py | ||
filtergamin.py | ||
filterpoll.py | ||
filterpyinotify.py | ||
iso8601.py | ||
jail.py | ||
jails.py | ||
jailthread.py | ||
mytime.py | ||
server.py | ||
ticket.py | ||
transmitter.py |