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 0820f5a06b Fix client disconnection 2 years ago
..
__init__.py Factorize remainder of code 2 years ago
away.py Implement queries for user MODE message 2 years ago
join.py Add support for QUIT command 2 years ago
mode.py Implement channel topics and fix join 2 years ago
nick.py Implement channel topics and fix join 2 years ago
notice.py Implement NOTICE command 2 years ago
ping.py Implement handler for PING command 2 years ago
privmsg.py Add missing type signature 2 years ago
quit.py Fix client disconnection 2 years ago
topic.py Implement channel topics and fix join 2 years ago
user.py Add post-registration welcome messages 2 years ago
who.py Implement channel topics and fix join 2 years ago