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 c4878ff5e7 Factorize remainder of code 2 years ago
paircd Factorize remainder of code 2 years ago
tests Initial commit 2 years ago
.gitignore Initial commit 2 years ago
README.md Implement basic IRCd 2 years ago
poetry.lock Factor out message (de)serialization 2 years ago
pyproject.toml Initial commit 2 years ago

README.md

paircd

a Python Asynchronous IRC Daemon

setup

$ poetry install

run

$ poetry run python