ElementalAlchemist / txircd

Modular IRCd built using Twisted. Made to be extremely customizable.
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

Add a WEBIRC module #148

Closed Heufneutje closed 7 years ago

Heufneutje commented 7 years ago

This should allow better control over people connecting from places like Mibbit and Kiwi. It's just the basic implementation of the WEBIRC command, not a full CGI:IRC implementation. I wanted to do a full implementation, but could not find any good documentation on the other mechanisms, nor could I find any services that still use anything other than WEBIRC.

ElementalAlchemist commented 7 years ago

WEBIRC should be sufficient since, as far as I know, everything's standardized on that, now. (I also don't know that there's ever been documentation on CGI:IRC.)

I'll have a look at this now.

Heufneutje commented 7 years ago

Fixed a bunch of things. I'll fix everything else up later.

Heufneutje commented 7 years ago

Alright. I've addressed all of your comments now.

Heufneutje commented 7 years ago

Alright, all fixed.