Adds a new recommender component, to gather infohash hierarchy information to serve as a basis for future AI result ranking.
Updates the Session to log uncaught exceptions in the core.
For some reason, this PR pushed the Mac over the edge and it started failling consistently due to getaddrinfo blocking. So, I also fixed that in this PR.
Fixes #8183
This PR:
Session
to log uncaught exceptions in the core.For some reason, this PR pushed the Mac over the edge and it started failling consistently due to
getaddrinfo
blocking. So, I also fixed that in this PR.