A new twister-core version 0.9.21 is now available in github!
Now we have an interesting new feature: RSS feed support
https://github.com/miguelfreitas/twister-core/pull/204
Feedback is appreciated!
Also, there are 3 important bugfixes i’d like to mention:
1) wait twister threads to finish before destroying libtorrent session (also known as “on stopping daemon: SIGABRT, throwing an instance of ‘libtorrent::libtorrent_exception’, what(): session is closing”)
https://github.com/miguelfreitas/twister-core/issues/200
2) Don’t assume the fastest dht node to be the most up-to-date on a given resource.
(that is, now we also enable multiple replies collecting for non-multi entries. default parameter is a very small timeout for additional replies: that’s a tradeoff between probability of getting an older value x slowing the UI.)
https://github.com/miguelfreitas/twister-core/commit/5eb40d9ffd1c83d8dd29a1ce2127f3f6bf65e8d5
Note: This is a general improvement, previously it was not uncommon to see old avatars, profiles or outdated status.
3) getposts memory leakage (also known as “when twister-html started: twisterd grabs too much RAM, continously”)
https://github.com/miguelfreitas/twister-html/issues/161
Enjoy!
Leave a Reply