repost/TODO

9 lines
506 B
Plaintext
Raw Normal View History

2014-03-13 14:52:13 +00:00
* Ratelimit outgoing messages
* Prettier config class, not just a Hash
* .split on [:params][1] in scrape, to make it work with multiple uris on one line
2014-03-13 15:42:47 +00:00
* somewhat done - prints title only for the first uri, to avoid flooding the channel
2014-03-13 14:52:13 +00:00
* Per channel/network configuration
* Multiple network support
* content downloading in scrape in a separate thread to not make the whole client timeout on downloading a big/slow url
2014-03-13 15:19:54 +00:00
* switch from open-uri and net/www to CURB (https://github.com/taf2/curb)