ircanywhere / irc-factory

A rebuilt irc-factory from simple-irc-socket and irc-message. Get support at #ircanywhere on freenode
https://ircanywhere.com
MIT License
60 stars 14 forks source link

Fixed bug with multibyte strings failing the first condition #13

Closed quiiver closed 10 years ago

quiiver commented 10 years ago

I found a bug where large multibyte strings would pass the first size check. This patch fixes that and also attempts to support breaking on word boundaries. Added a new test case as well.

rickihastings commented 10 years ago

This is great, merging. Thanks for the additional test aswell!