<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,26 @@
+- get it to work with the newest version of mechanize.
+
+/opt/local/lib/ruby/gems/1.8/gems/timriley-tinder-1.1.9/lib/tinder/mechanize_ext.rb:6: undefined method `set_headers' for class `WWW::Mechanize' (NameError)
+	from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
+	from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require'
+	from /opt/local/lib/ruby/gems/1.8/gems/activesupport-2.1.2/lib/active_support/dependencies.rb:510:in `require'
+	from /opt/local/lib/ruby/gems/1.8/gems/activesupport-2.1.2/lib/active_support/dependencies.rb:355:in `new_constants_in'
+	from /opt/local/lib/ruby/gems/1.8/gems/activesupport-2.1.2/lib/active_support/dependencies.rb:510:in `require'
+	from /opt/local/lib/ruby/gems/1.8/gems/timriley-tinder-1.1.9/lib/tinder.rb:10
+	from /opt/local/lib/ruby/gems/1.8/gems/timriley-tinder-1.1.9/lib/tinder.rb:10:in `each'
+	from /opt/local/lib/ruby/gems/1.8/gems/timriley-tinder-1.1.9/lib/tinder.rb:10
+	from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:32:in `gem_original_require'
+	from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:32:in `require'
+	from /opt/local/lib/ruby/gems/1.8/gems/activesupport-2.1.2/lib/active_support/dependencies.rb:510:in `require'
+	from /opt/local/lib/ruby/gems/1.8/gems/activesupport-2.1.2/lib/active_support/dependencies.rb:355:in `new_constants_in'
+	from /opt/local/lib/ruby/gems/1.8/gems/activesupport-2.1.2/lib/active_support/dependencies.rb:510:in `require'
+	from ./script/../lib/bot.rb:13
+	from ./script/bot:7:in `require'
+	from ./script/bot:7
+
+
+- need flood control for bot plugins
+
 - need to catch timeout errors and do something sensible, like wait and retry the connection
 
 - need to catch no-network errors and return a sensible error message:</diff>
      <filename>TODO</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,6 @@
 development:
   site: campfire_subdomain_name 
+  use_ssl: true
   room: Test
   username: foo@bar.com
   nickname: Bot Name
@@ -8,6 +9,7 @@ development:
   twitter_hide_replies: false
 production:
   site: campfire_subdomain_name
+  use_ssl: true
   room: Company Chat
   username: foo@bar.com
   nickname: Bot Name</diff>
      <filename>config.example.yml</filename>
    </modified>
    <modified>
      <diff>@@ -27,7 +27,7 @@ module CampfireBot
     def connect
       load_plugins
     
-      @campfire = Tinder::Campfire.new(@config['site'])
+      @campfire = Tinder::Campfire.new(@config['site'], :ssl =&gt; !!@config['use_ssl'])
       @campfire.login(@config['username'], @config['password'])
       @room = @campfire.find_room_by_name(@config['room'])
       @room.join</diff>
      <filename>lib/bot.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1b6de4d3325e4502c73a44d33eada21f1791d6c6</id>
    </parent>
  </parents>
  <author>
    <name>Tim Riley</name>
    <email>tim@openmonkey.com</email>
  </author>
  <url>http://github.com/timriley/campfire-bot/commit/5bb5022bbfdc2ca4686c7e8d969c0870bc8a4df5</url>
  <id>5bb5022bbfdc2ca4686c7e8d969c0870bc8a4df5</id>
  <committed-date>2008-11-17T00:51:16-08:00</committed-date>
  <authored-date>2008-11-17T00:51:16-08:00</authored-date>
  <message>add SSL support</message>
  <tree>0a028a2aea7d10292a726b9ee0b86c228f579996</tree>
  <committer>
    <name>Tim Riley</name>
    <email>tim@openmonkey.com</email>
  </committer>
</commit>
