cbm80

Results 2 issues of cbm80

Possibly add & export a function to Network.Connection that allows the user of the library to query information about an established TLS connection. Something along the lines of (using LambdaCase)...

On the command-line add an option to specify an URI instead of individual options, ie. direct connection: `irc://irc.example.com:6668/?chan=chan1,chan2&nick=xdccbot&pack=1234` transparent proxy: `proxy://user:[email protected]:7777/?chan=chan1,chan2&nick=xdccbot&pack=1234` znc-proxy with auto-connect and TLS: `znc://user:[email protected]:7777/?chan=chan1,chan2&nick=xdccbot&pack=1234&tls=true` Perhaps even add...

enhancement