Recent content by Xon

  1. X

    apiResult() references missing \XF\Api\Result\ResultInterface class in exception

    The \XF\Api\Result\ResultInterface interface was changed to \XF\Entity\ResultInterface but the resulting warning wasn't updated. For backwards compatibility could a \XF\Api\Result\ResultInterface interface be re-added with @deprecated phpdocs which extends \XF\Entity\ResultInterface ?
  2. X

    Word Count Search

    I plan to look into this early next week. I normally do not use the the MySQL search support, so it will take setting up a new test environment
  3. X

    Signup abuse detection and blocking [Paid]

    This is why the ASN links to peeringdb.com and getipintel.com is used to help classify IPs which are probably going to be unknown. It sure as heck beats trying to block individual IPs
  4. X

    Search Improvements

    I don't have an ETA when I'll be able to dive into this as I'm still working on figuring out which add-ons need to be updated and and in what order.
  5. X

    Signup abuse detection and blocking [Paid]

    Some ISPs are legit but where spammy sources in the past, the default list is fairly opinionated.
  6. X

    Redis Cache By Xon

    There where a number of bugs before XF2.3 Beta 6 which made updating to the XF2.3 betas work problematic if you used this add-on.
  7. X

    Persistent Alerts [Paid]

    Open a ticket on my site, there may be 3rd party addon conflicts and I will need access to your site (via ssh/sftp) to analyse how the relevant functionality is being extended.
  8. X

    Direct message search routes are outdated

    The type is internally conversation_message it would be a fairly big breaking change to make it direct_message. It would solve a bunch of compatibility issues for me however :P
  9. X

    Non-minified tagify.js missing

    What the heck upstream vendor
  10. X

    XF\IndexNow\Api does not use class extension system

    Most of the time when XF implements an API wrapper around an endpoint it goes via the class extension system. This one doesn't.
  11. X

    Non-minified tagify.js missing

    XenForo typically shims minified and non-minified version of the javascript dependencies where possible. tagify.js was removed while tagify.min.js was added.
  12. X

    Persistent Alerts [Paid]

    Other users may have opt'ed out or depending on how that email tracking log works the email might have bounced and not be reported as sent.
  13. X

    Shared IP tab does not have stable ordering resulting in unreliable matching across multiple users

    \XF\Repository\Ip::getSharedIpUsers has an odd failure mode where shared ip tab for two users that should show each other do not reliably show each other on the shared IP list. This is because of a lack of order by clauses in the two queries: $recentIps = $db->fetchAllColumn(" SELECT...
  14. X

    Persistent Alerts [Paid]

    I use this add-on (and this exact same version) heavily on my own sites, and it works as expected. This add-on respects if someone has the replying user ignored, and just because it sent notifications doesn't mean the email provider will forward it to their inbox. Please confirm with your own...
  15. X

    Persistent Alerts [Paid]

    It is under the "user registrations" option
Top Bottom