vangberg / isaac

A smallish DSL for writing IRC bots.
MIT License
161 stars 28 forks source link

SSL connection support #5

Open postmodern opened 15 years ago

postmodern commented 15 years ago

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
vangberg commented 14 years ago

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