-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
Reintegrate Akistmet Spam protection #599
Comments
If no one else has taken this up, I would love to work on this! Okay to take this up and submit a PR? |
@thousandtyone Please feel free! :) |
Thanks, I could see an Akismet project / implementation only existing on the past version. Instead of starting fresh, I've been able to port it to .NET core pretty simply. Need a couple of more days to integrate and test end to end. Will keep this thread updated as I make progress. |
Tested the existing implementation after porting it to .NET Core and it works flawlessly. I've integrated that with the current project after porting to .NET Core. Will submit a PR tomorrow. |
I have submitted the PR but it keeps failing with this log in the pipeline: 2022-01-28T20:39:26.9131489Z ##[section]Starting: DotNetCoreCLI The Same command however works locally for me: Not sure if I did something wrong or it's an issue with the pipeline in general. The whole flow is working perfectly on my machine and even seems to be passing build and test cases in the pipeline. Not sure why publish is failing. Right now I tried the same set of commands the pipeline is firing on my local machine and it all seems to work. If there is something that needs to be fixed at my end please do let me know and I'll be happy to fix. Not sure why the publish is unable to find the akismet dll on the pipeline box. I am leaving the PR open. It'll be really nice if you can review it once and please do let me know if I am doing something wrong or it's some issue that needs to be fixed on the pipeline. If I need to fix it, I'll do that right away. |
This was missed in the transition but we should protect spam
https://akismet.com/
https://akismet.com/development/api/#detailed-docs
https://akismet.com/development/api/#comment-check
The text was updated successfully, but these errors were encountered: