isaac icon indicating copy to clipboard operation
isaac copied to clipboard

SSL connection support

Open postmodern opened this issue 15 years ago • 1 comments

There needs to be a way of enabling SSL connections, so that information is not leaked in the clear on hostile networks (such as any cafe's wireless network).

configure do |c|
  ....
  c.ssl = true
end

postmodern avatar Nov 20 '09 07:11 postmodern

Same as :join/:part – it's out there in some forks, but missing tests.

vangberg avatar Nov 22 '09 19:11 vangberg