flamethrower icon indicating copy to clipboard operation
flamethrower copied to clipboard

Flamethrower gives you the power to use your awesome irc client to talk in your campfire rooms

Results 10 flamethrower issues
Sort by recently updated
recently updated
newest added

Let me know if this approach looks good and I'll finish up the test suite changes. https://github.com/blakesmith/flamethrower/issues/10

The most recent version of em-http-request conflicts with twitter-stream: ``` Unable to resolve dependencies: twitter-stream requires http_parser.rb (~> 0.5.1); em-http-request requires http_parser.rb (>= 0.6.0.beta.2) ``` This can be worked around...

Sometimes I just won't see what people have said in the campfire room in irssi. It seems intermittent. In the DEBUG output of flamethrower I see: D, [2012-03-08T17:33:52.725316 #9887] DEBUG...

I want to change the port from :6667 to another port. I cannot find documentation on how to accomplish that. Thanks.

Right now in flamethrower, messages with type "UploadMessage" coming from the streaming API get silently dropped. We need to figure out a way to translate these messages into a URL...

Feature

![Action](https://img.skitch.com/20120512-899h3k2wy65baaa197e7uw7yk4.png)

When I tried to send a message: ``` Michał_Wróbel: próbuję flamethrower'a ``` it dies with error: ``` /home/kill/.rvm/gems/ruby-1.9.2-p318/gems/flamethrower-0.3.1/lib/flamethrower/campfire/room.rb:293:in `include?': incompatible character encodings: ASCII-8BIT and UTF-8 (Encoding::CompatibilityError) from /home/kill/.rvm/gems/ruby-1.9.2-p318/gems/flamethrower-0.3.1/lib/flamethrower/campfire/room.rb:293:in `block in...

If you're in two rooms with the same person, 'send_rename' will be called twice with the same arguments. We should only send this rename command once.

Bug

Sometimes the campfire streaming API will get disconnected after retrying the max retries in twitter-stream. We need need some reconnect handling. This should probably be delegated to twitter-stream, since it...

Bug

Regular campfire clients show the recent conversation history on join. We should do the same with flamethrower.

Feature