Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Spam Filtering Using Akismet. #599. #614

Closed
wants to merge 6 commits into from
Closed

Support for Spam Filtering Using Akismet. #599. #614

wants to merge 6 commits into from

Commits on Jan 28, 2022

  1. Support for Akismet Comment Verification.

    Added support for Akismet integration.
    thousandtyone committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    de870fb View commit details
    Browse the repository at this point in the history
  2. Added Ported Akismet Project To Solution.

    Adding Akismet project to Solution to Build from with Visual Studio while building the solution.
    thousandtyone committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    df3e3f6 View commit details
    Browse the repository at this point in the history
  3. Rolled back unnecessary changes from solution file.

    Rolled back all changes other than adding Akismet project.
    thousandtyone committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    0ee08e0 View commit details
    Browse the repository at this point in the history
  4. Spacing and Cleanup

    Simple code formatting and clean up for esthetics and readability.
    thousandtyone committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    416dff0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4425fab View commit details
    Browse the repository at this point in the history
  6. Support Top Level Setting For Enabling or Disabling Akismet Spam Filt…

    …ering.
    
    Included a top level check to not even check for spam if filtering service for spam detection is not set to true.
    thousandtyone committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    14988fb View commit details
    Browse the repository at this point in the history