voloko / twitter-stream

Twitter realtime API client
MIT License
233 stars 81 forks source link

Downstream forks #15

Closed stve closed 13 years ago

stve commented 13 years ago

This is a collection of a bunch of downstream changes made by other devs as well as several fixes mentioned in the issues. The most significant change is @hayesdavis changes to include support for custom headers and chunked encoding.

stve commented 13 years ago

I've found a few more changes since I pulled these together some time ago. If you could hold off a day or so on this I'll update this pull request with those as well.

stve commented 13 years ago

Updated to include two additional commits. A change by @sujal to the gemspec to allow 1.0beta versions of eventmachine and a fix by @matsuu to handle status messages that include newlines.