python ircd using asyncio
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Forest Belton 58d8adbcc3 Define command handlers with class 2 years ago
..
handler Define command handlers with class 2 years ago
__init__.py Initial commit 2 years ago
channel.py Factorize remainder of code 2 years ago
client.py Make logging more consistent 2 years ago
command_handler.py Define command handlers with class 2 years ago
handlers.py Define command handlers with class 2 years ago
log.py Make logging more consistent 2 years ago
main.py Simplify handler registration 2 years ago
message.py Run mypy on project 2 years ago
server.py Factorize remainder of code 2 years ago