isaac
isaac copied to clipboard
SSL connection support
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
Same as :join/:part – it's out there in some forks, but missing tests.