f4bio / sopel-rss

new implementation of the deprecated rss module for sopel (https://github.com/sopel-irc/sopel)
MIT License
3 stars 1 forks source link

Move from position based to hash ringbuffer based method #3

Closed RebelCodeBase closed 8 years ago

RebelCodeBase commented 8 years ago

The position based method caused concurrency problems and thus to double postings. The new hash ringbuffer based method does not.

RebelCodeBase commented 8 years ago

The bot is now using the sopel sqlite3 database to store hashes of the rss items (as opposed to the configuration file). The last commit should fix the unicode issue: https://github.com/f4bio/sopel-rss/issues/2