~nhoad/aiomanhole

I don't need this anymore.
Prep for 0.7.0.
Update my email address.
Remove support for 3.5.
Fix version specifier for 3.9.
Merge pull request #7 from pbabics/feature/python-3.10-support

Add support for python3.10 - removing `loop` parameter
8040f9b7 — Peter Babics 3 years ago
Reformat with black
d334c866 — Peter Babics 3 years ago
Add support for python3.10 - removing loop parameter
f6520d81 — Nathan Hoad 5 years ago
Let's not use this old thing.
e9258494 — Nathan Hoad 5 years ago 0.6.0
Another change note.
7da80473 — Nathan Hoad 5 years ago
Fixes #4.
32fc2939 — Nathan Hoad 5 years ago
Version bump.
ed016908 — Nathan Hoad 5 years ago
Merge pull request #5 from TimothyFitz/master

Pass loop to ensure_future when starting a unix domain socket.
3a0cdd13 — Timothy Fitz 6 years ago
Test both tcp and unix domain sockets.
3dd1fcf1 — Timothy Fitz 6 years ago
Pass loop to ensure_future in start_manhole.
a13394c7 — Nathan Hoad 6 years ago 0.5.0
0.5.0.
4b49388f — Nathan Hoad 6 years ago
Merge pull request #3 from jancespivo/patch-1

Replaced deprecated asyncio.async with asyncio.ensure_future
88c80675 — Jan Češpivo 6 years ago
Replaced deprecated asyncio.async with asyncio.ensure_future

asyncio.async is deprecated since Python version 3.4.4 (https://docs.python.org/3.7/library/asyncio-task.html#asyncio.async) and dropped in version 3.7 (https://bugs.python.org/issue32272)
e5f55909 — Nathan Hoad 7 years ago 0.4.2
Prep for 0.4.2.
5a9134ea — Nathan Hoad 7 years ago
Handle nmap-ncat putting the socket into a half closed state on ^D.

nmap-ncat correctly waits on the remote to close the connection, where
as openbsd-netcat and gnu-netcat both read the ^D from stdin and
terminate the process, killing the socket by side effect.
Next
Do not follow this link