fail2ban/server
Steven Hiscocks 4d128db64a BF: asyncserver now ensures all data is sent
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.
2013-12-28 18:42:03 +00:00
..
__init__.py
action.py
actions.py
asyncserver.py BF: asyncserver now ensures all data is sent 2013-12-28 18:42:03 +00:00
banmanager.py
datedetector.py BF(2.4): omit date patterns containing %f (.subsec) for Python before 2.5 2013-12-27 02:08:47 -05:00
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