ProvisionIRCd
ProvisionIRCd copied to clipboard
A modern IRCd written in Python 3.10
**Version**: ProvisionIRCd-3.0-beta If you have the IRCd running, and it suddenly pings everyone else out on the server (but the process file is kept running) and users start to reconnect,...
Hi, Very nice work i think the only thing is missing is websocket support. have a nice day.
There is probably a logic bug where Q:Lines are never enforced: * in `modules/m_tkl.py:319`, Tkl.find_tkl_by_mask() always tries to search forbidden nicknames by Tkl.mask, * But Q:Line TKLs are added with...
TKL command takes nine arguments whilst Anope 2.0.x with `unreal4` protocol module knows only about 8. The result is that `Q` TKLs for example are never enforced, as well as...
Hey, Since most of code that handles nicknames and channel names here is Python character clean, I propose to lift current restriction to permit only ASCII 7bit names and allow...