Reviewed-on: #6
IRC Web Registration
Introduction
This is a basic still WIP framework for registering an account on an ircd using a webform.
Features
- It relies on the draft IRCv3 spec draft/account-registration
 - It utilizes the flask framework and 
WEBIRCto relay remote host ip address. - Can be tweaked to allow registration attempts from exit-nodes and
other unsavory hosts allowing them to securely work with the
require-saslconstraint if needed. 
Requirements
This will work with python3.6 and above.
It is recommended to work within a virtual environment.
mkdir ircwebreg && cd ircwebreg- Clone this repository.
 python3 -m venv venvsource venv/bin/activatepip install -r requirements.txt
Installation and Setup
Todo!
Note
Only works with setups not requiring verification at this moment.
Description
				Flask based Web Registration for IRC. These require support for ircv3.2 draft/account-registration specification.
						
						
						
					Languages
				
				
								
								
									Python
								
								84.4%
							
						
							
								
								
									HTML
								
								15.6%