2 months later

0.3.0

  • beta 14 ready 🥳
Updating
composer require fof/stopforumspam
php flarum cache:clear

    karaok I've tried to install but there is an error. :/

    Updating dependencies (including require-dev)
    Your requirements could not be resolved to an installable set of packages.
    
      Problem 1
        - Installation request for fof/stopforumspam ^0.3.0 -> satisfiable by fof/stopforumspam[0.3.0].
        - Conclusion: remove guzzlehttp/guzzle 7.2.0
        - Conclusion: don't install guzzlehttp/guzzle 7.2.0
        - fof/stopforumspam 0.3.0 requires guzzlehttp/guzzle 6.* -> satisfiable by guzzlehttp/guzzle[6.0.0, 6.0.1, 6.0.2, 6.1.0, 6.1.1, 6.2.0, 6.2.1, 6.2.2, 6.2.3, 6.3.0, 6.3.1, 6.3.2, 6.3.3, 6.4.0, 6.4.1, 6.5.0, 6.5.1, 6.5.2, 6.5.3, 6.5.4, 6.5.5].
        - Can only install one of: guzzlehttp/guzzle[6.0.0, 7.2.0].
        - Can only install one of: guzzlehttp/guzzle[6.0.1, 7.2.0].
        - Can only install one of: guzzlehttp/guzzle[6.0.2, 7.2.0].
        - Can only install one of: guzzlehttp/guzzle[6.1.0, 7.2.0].
        - Can only install one of: guzzlehttp/guzzle[6.1.1, 7.2.0].
        - Can only install one of: guzzlehttp/guzzle[6.2.0, 7.2.0].
        - Can only install one of: guzzlehttp/guzzle[6.2.1, 7.2.0].
        - Can only install one of: guzzlehttp/guzzle[6.2.2, 7.2.0].
        - Can only install one of: guzzlehttp/guzzle[6.2.3, 7.2.0].
        - Can only install one of: guzzlehttp/guzzle[6.3.0, 7.2.0].
        - Can only install one of: guzzlehttp/guzzle[6.3.1, 7.2.0].
        - Can only install one of: guzzlehttp/guzzle[6.3.2, 7.2.0].
        - Can only install one of: guzzlehttp/guzzle[6.3.3, 7.2.0].
        - Can only install one of: guzzlehttp/guzzle[6.4.0, 7.2.0].
        - Can only install one of: guzzlehttp/guzzle[6.4.1, 7.2.0].
        - Can only install one of: guzzlehttp/guzzle[6.5.0, 7.2.0].
        - Can only install one of: guzzlehttp/guzzle[6.5.1, 7.2.0].
        - Can only install one of: guzzlehttp/guzzle[6.5.2, 7.2.0].
        - Can only install one of: guzzlehttp/guzzle[6.5.3, 7.2.0].
        - Can only install one of: guzzlehttp/guzzle[6.5.4, 7.2.0].
        - Can only install one of: guzzlehttp/guzzle[6.5.5, 7.2.0].
        - Installation request for guzzlehttp/guzzle (locked at 7.2.0) -> satisfiable by guzzlehttp/guzzle[7.2.0].
    
    
    Installation failed, reverting ./composer.json to its original content.

      0.3.1

      Updating
      composer require fof/stopforumspam
      php flarum cache:clear

      Kyrne How report to stop forum spam?
      There is no API. I'm confused.
      OK I need install spamblock, solved.

      a month later
      3 months later

      if their IP+email+username hits are equal to or greater than 2 they will get denied automatically, no notification for you.

      If I only have the email check, is it possible to get a score greater then 1?
      If the email I am checking has been reported as spam 3 times (by individual forums), would this count as 3 hits?

      Edit:
      Answer is yes
      How many hits a specific check would have can be found by searching here

      6 days later

      0.5.0

      • Update for beta 16
      • Drops support for guzzlehttp/guzzle 6.X now requires ^7.2
      Updating
      composer require fof/stopforumspam:"*"
        • [deleted]

        IanM
        I use @askvortsov PWA, which minishlink/web-push v5.2.5 which requires requires guzzlehttp/guzzle ^6.2 (I use 6.5.5). Does this mean that, at least for now, I have to choose between PWA and fof/stopforumspam? 😆

        • IanM replied to this.

          [deleted] Hmm interesting.

          Guzzle 6 is now in security updates only (https://github.com/guzzle/guzzle#version-guidance)

          Guzzle 7 drops RequestException::getResponseBodySummary - which is was used by this extension, so this has been replaced with the 7.x equivalent.

          @askvortsov Is there anything stopping your PWA extentsion from using minishlink/web-push v6.0.3 (latest)?

          [deleted] Does this mean that, at least for now, I have to choose between PWA and fof/stopforumspam?

          I guess for the moment, yes. I'm sure we can resolve this however..

            IanM Is there anything stopping your PWA extentsion from using minishlink/web-push v6.0.3 (latest)?

            Updated

            19 days later
            6 days later

            Why the plugin prevent a normal user's registering when his username is "Lucifer"

            a month later

            1.0.0

            • Update for Flarum 1.0
            Installation
            composer require fof/stopforumspam:"*"
            php flarum cache:clear
            19 days later

            Is this anything to worry about? error_log has 193 entries of this line:

            PHP Notice: Undefined property: stdClass::$frequency in /vendor/fof/stopforumspam/src/Middleware/RegisterMiddleware.php on line 84

            line 84:
            $frequency += $value->frequency;