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 8824a465ce Update channel indexes when user changes nickname 2 years ago
paircd Update channel indexes when user changes nickname 2 years ago
tests Initial commit 2 years ago
.flake8 Simplify handler registration 2 years ago
.gitignore Run mypy on project 2 years ago
.pre-commit-config.yaml Add pre-commit configuration 2 years ago
README.md Implement basic IRCd 2 years ago
mypy.ini Run mypy on project 2 years ago
poetry.lock Add pre-commit configuration 2 years ago
pyproject.toml Add pre-commit configuration 2 years ago

README.md

paircd

a Python Asynchronous IRC Daemon

setup

$ poetry install

run

$ poetry run python