From 9bb7181a778dc6c8a1fa1316b5b0952ea81857e5 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Sun, 12 Mar 2023 14:54:54 +0000 Subject: [PATCH] new deploy: 2023-03-12T14:54:54+00:00 --- .hugo_build.lock | 0 about/index.html | 2 +- blog/december-2021-monthly-report/index.html | 4 +- blog/february-2023-monthly-report/index.html | 213 ++++++++++++++++++ blog/index.html | 22 +- blog/index.xml | 12 + blog/july-2022-monthly-report/index.html | 11 +- blog/june-2022-monthly-report/index.html | 4 +- blog/may-2022-monthly-report/index.html | 4 +- blog/pow-performance/index.html | 4 +- blog/say-hello-to-mcaptcha/index.html | 4 +- blog/sitemap.xml | 21 +- blog/survey/index.html | 4 +- community/index.html | 2 +- contact/index.html | 2 +- contributors/aravinth-manivannan/index.html | 24 +- contributors/aravinth-manivannan/index.xml | 12 + contributors/index.html | 2 +- docs/api/browser/index.html | 2 +- docs/api/index.html | 2 +- docs/api/mcaptcha-system/index.html | 2 +- docs/api/pow-sha256/index.html | 2 +- docs/api/sitemap.xml | 6 +- docs/help/faq/index.html | 2 +- docs/help/index.html | 2 +- docs/help/sitemap.xml | 4 +- docs/help/troubleshooting/index.html | 2 +- .../configuring-difficulty-factor/index.html | 2 +- docs/introduction/index.html | 2 +- .../installing-captcha/index.html | 2 +- docs/introduction/sitemap.xml | 4 +- docs/self-hosted/bare-metal/index.html | 2 +- docs/self-hosted/dependencies/index.html | 2 +- docs/self-hosted/docker/index.html | 2 +- docs/self-hosted/getting-started/index.html | 2 +- docs/self-hosted/sitemap.xml | 8 +- docs/sitemap.xml | 42 ++-- docs/terminology/access-token/index.html | 2 +- docs/terminology/cooldown-period/index.html | 2 +- docs/terminology/difficulty-factor/index.html | 2 +- docs/terminology/index.html | 2 +- docs/terminology/sitekey/index.html | 2 +- docs/terminology/sitemap.xml | 10 +- docs/terminology/visitor-threshold/index.html | 2 +- donate/index.html | 4 +- index.html | 2 +- privacy-policy/index.html | 4 +- security/index.html | 4 +- sitemap.xml | 91 ++++---- support/index.html | 2 +- thanks/index.html | 2 +- tos/index.html | 2 +- 52 files changed, 423 insertions(+), 149 deletions(-) create mode 100644 .hugo_build.lock create mode 100644 blog/february-2023-monthly-report/index.html diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/about/index.html b/about/index.html index bdf8f66..599d658 100644 --- a/about/index.html +++ b/about/index.html @@ -29,7 +29,7 @@ - + diff --git a/blog/december-2021-monthly-report/index.html b/blog/december-2021-monthly-report/index.html index 63542e6..ccdc141 100644 --- a/blog/december-2021-monthly-report/index.html +++ b/blog/december-2021-monthly-report/index.html @@ -28,7 +28,7 @@ - + @@ -127,7 +127,7 @@

December, 2021: Monthly Report

Posted December 23, 2021 by Aravinth Manivannan ‐ 2 min read

-

Last Edited March 8, 2023

+

Last Edited February 13, 2023

We are mCaptcha. We build kickass CAPTCHA systems that give (DDoS) attackers a run for their money. And we do all of this without tracking your users. Oh and did I mention our UX is great?

diff --git a/blog/february-2023-monthly-report/index.html b/blog/february-2023-monthly-report/index.html new file mode 100644 index 0000000..7bcba71 --- /dev/null +++ b/blog/february-2023-monthly-report/index.html @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + February, 2023: Monthly Report - mCaptcha + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ +
+ +
+ +
+
+

February, 2023: Monthly Report

+

Posted March 8, 2023 by Aravinth Manivannan ‐ 2 min read

+

Last Edited February 13, 2023

+ +

+

We are mCaptcha. We build kickass CAPTCHA systems that give (DDoS) attackers a run for their money. And we do all of this without tracking your users. Oh and did I mention our UX is great?

+

Hello and welcome to the (August 2022 to) February, 2023 monthly report!

+

TL;DR

+

Gusted and I secured funding from NLnet to work +on mCaptcha in 2023, we suffered an outage from 15 January to February +6, polyfill benchmarking support in mCaptcha

+

We have funding!

+

Gusted and I applied and secured funding through +2023 development is funded through the NGI0 +Entrust Fund, via NLnet.

+

The full list of tasks that we’ll be working on in the period is is +available +here.

+

Infrastructure outage: 15 January, 2023 to February 6, 2023

+

A hard disk on of the servers hosting mCaptcha infrastructure failed, +which caused the outage. Fixing the hard disk lead to additional +problems, the fan on that server was failing and we couldn’t get spares +sooner.

+

We had current backups, so there was no data loss.

+

Going forward, we are planning to create Infrastructure-as-Code to fully +restore all mCaptcha infrastructure, so that in the even of an outage, +we could restore our infrastructure in much shorter duration.

+

mCaptcha/survey now includes polyfill benchmarking

+

mCaptcha/survey runs benchmarks with mCaptcha’s PoW algorithm to collect +statistics on how mCaptcha performs on various browsers and devices. So +far, we’ve only been running benchmarks with the WebAssembly +implementation. This pull request added support for running benchmarks +with the JavaScript polyfill implementation on browsers without +WebAssembly support.

+ +
+ + +

Edit this page on GitHub

+ +
+
+ +
+
+ + + + + + + + + diff --git a/blog/index.html b/blog/index.html index dfa8574..bf358e0 100644 --- a/blog/index.html +++ b/blog/index.html @@ -114,12 +114,20 @@

Blog

+
+
+

February, 2023: Monthly Report

+

Gusted and I secured funding from NLnet to work on mCaptcha in 2023, we suffered an outage from 15 January to February 6, polyfill benchmarking support in mCaptcha

+

Posted March 8, 2023 by Aravinth Manivannan ‐ 2 min read

+

Last Edited February 13, 2023

+

+

July, 2022: Monthly Report

Codeberg is trying out mCaptcha, Gitea is getting mCaptcha support, mCaptcha supports MariaDB, I've applied for NLnet and Open Tech Fund, documentation is updated: tutorials and glossary is added and glue libraries have new releases.

Posted August 4, 2022 by Aravinth Manivannan ‐ 2 min read

-

Last Edited March 8, 2023

+

Last Edited February 13, 2023

@@ -127,7 +135,7 @@

June, 2022: Monthly Report

mCaptcha is successfully incorporated in India and ideas for mCaptcha commercial operations

Posted July 7, 2022 by Aravinth Manivannan ‐ 2 min read

-

Last Edited March 8, 2023

+

Last Edited February 13, 2023

@@ -135,7 +143,7 @@

May, 2022: Monthly Report

Python bindings to mCaptcha PoW, DDoS effectiveness measurement, major refactoring to prepare for support for other databases, We also tried to test its DoS defence effectiveness, and some exciting news regarding managed hosting!

Posted June 10, 2022 by Aravinth Manivannan ‐ 4 min read

-

Last Edited March 8, 2023

+

Last Edited February 13, 2023

@@ -143,7 +151,7 @@

December, 2021: Monthly Report

New features, improved accessibility and software integrations

Posted December 23, 2021 by Aravinth Manivannan ‐ 2 min read

-

Last Edited March 8, 2023

+

Last Edited February 13, 2023

@@ -151,7 +159,7 @@

Survey

We are conducting a survey to benchmark and gather performance metrics of our system on various devices

Posted October 28, 2021 by Aravinth Manivannan ‐ 1 min read

-

Last Edited March 8, 2023

+

Last Edited February 13, 2023

@@ -159,7 +167,7 @@

PoW performance

PoW performance of native and WASM implementations. Does the native implementation have and edge over the WASM library?

Posted September 1, 2021 by Aravinth Manivannan ‐ 2 min read

-

Last Edited March 8, 2023

+

Last Edited February 13, 2023

@@ -167,7 +175,7 @@

Say hello to mCaptcha

Introducing mCaptcha, a kickass CAPTCHA systems that gives (DDoS) attackers a run for their money. Oh and UX is great too!

Posted May 26, 2021 by Aravinth Manivannan ‐ 2 min read

-

Last Edited March 8, 2023

+

Last Edited February 13, 2023

diff --git a/blog/index.xml b/blog/index.xml index 4326e4c..59f4fec 100644 --- a/blog/index.xml +++ b/blog/index.xml @@ -6,6 +6,18 @@ Recent content in Blog on Hugo -- gohugo.io en-US + + February, 2023: Monthly Report + /blog/february-2023-monthly-report/ + Wed, 08 Mar 2023 00:00:00 +0000 + + /blog/february-2023-monthly-report/ + Hello and welcome to the (August 2022 to) February, 2023 monthly report! +TL;DR Gusted and I secured funding from NLnet to work on mCaptcha in 2023, we suffered an outage from 15 January to February 6, polyfill benchmarking support in mCaptcha +We have funding! Gusted and I applied and secured funding through 2023 development is funded through the NGI0 Entrust Fund, via NLnet. +The full list of tasks that we’ll be working on in the period is is available here. + + July, 2022: Monthly Report /blog/july-2022-monthly-report/ diff --git a/blog/july-2022-monthly-report/index.html b/blog/july-2022-monthly-report/index.html index f0c5a6f..762bf97 100644 --- a/blog/july-2022-monthly-report/index.html +++ b/blog/july-2022-monthly-report/index.html @@ -28,7 +28,7 @@ - + @@ -132,7 +132,7 @@

July, 2022: Monthly Report

Posted August 4, 2022 by Aravinth Manivannan ‐ 2 min read

-

Last Edited March 8, 2023

+

Last Edited February 13, 2023

We are mCaptcha. We build kickass CAPTCHA systems that give (DDoS) attackers a run for their money. And we do all of this without tracking your users. Oh and did I mention our UX is great?

@@ -202,6 +202,13 @@ OTF.
+ +
+
+ ← February, 2023: Monthly Report +
+
+
diff --git a/blog/june-2022-monthly-report/index.html b/blog/june-2022-monthly-report/index.html index 5d7f506..8b1420a 100644 --- a/blog/june-2022-monthly-report/index.html +++ b/blog/june-2022-monthly-report/index.html @@ -28,7 +28,7 @@ - + @@ -130,7 +130,7 @@

June, 2022: Monthly Report

Posted July 7, 2022 by Aravinth Manivannan ‐ 2 min read

-

Last Edited March 8, 2023

+

Last Edited February 13, 2023

We are mCaptcha. We build kickass CAPTCHA systems that give (DDoS) attackers a run for their money. And we do all of this without tracking your users. Oh and did I mention our UX is great?

diff --git a/blog/may-2022-monthly-report/index.html b/blog/may-2022-monthly-report/index.html index bc4c05f..ffab41f 100644 --- a/blog/may-2022-monthly-report/index.html +++ b/blog/may-2022-monthly-report/index.html @@ -28,7 +28,7 @@ - + @@ -129,7 +129,7 @@

May, 2022: Monthly Report

Posted June 10, 2022 by Aravinth Manivannan ‐ 4 min read

-

Last Edited March 8, 2023

+

Last Edited February 13, 2023

We are mCaptcha. We build kickass CAPTCHA systems that give (DDoS) attackers a run for their money. And we do all of this without tracking your users. Oh and did I mention our UX is great?

diff --git a/blog/pow-performance/index.html b/blog/pow-performance/index.html index bdd707c..9455f6f 100644 --- a/blog/pow-performance/index.html +++ b/blog/pow-performance/index.html @@ -28,7 +28,7 @@ - + @@ -133,7 +133,7 @@

PoW performance

Posted September 1, 2021 by Aravinth Manivannan ‐ 2 min read

-

Last Edited March 8, 2023

+

Last Edited February 13, 2023

We are mCaptcha. We build kickass CAPTCHA systems that give (DDoS) attackers a run for their money. And we do all of this without tracking your users. Oh and did I mention our UX is great?

diff --git a/blog/say-hello-to-mcaptcha/index.html b/blog/say-hello-to-mcaptcha/index.html index 2b9554f..f4c510f 100644 --- a/blog/say-hello-to-mcaptcha/index.html +++ b/blog/say-hello-to-mcaptcha/index.html @@ -28,7 +28,7 @@ - + @@ -130,7 +130,7 @@

Say hello to mCaptcha

Posted May 26, 2021 by Aravinth Manivannan ‐ 2 min read

-

Last Edited March 8, 2023

+

Last Edited February 13, 2023

We are mCaptcha. We build kickass CAPTCHA systems that give (DDoS) attackers a run for their money. And we do all of this without tracking your users. Oh and did I mention our UX is great?

diff --git a/blog/sitemap.xml b/blog/sitemap.xml index d60210a..b4f628a 100644 --- a/blog/sitemap.xml +++ b/blog/sitemap.xml @@ -1,51 +1,58 @@ + + /blog/february-2023-monthly-report/ + 2023-02-13T18:00:02+05:30 + weekly + 0.5 + + /blog/july-2022-monthly-report/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /blog/june-2022-monthly-report/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /blog/may-2022-monthly-report/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /blog/december-2021-monthly-report/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /blog/survey/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /blog/pow-performance/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /blog/say-hello-to-mcaptcha/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 diff --git a/blog/survey/index.html b/blog/survey/index.html index bb87529..c13121c 100644 --- a/blog/survey/index.html +++ b/blog/survey/index.html @@ -28,7 +28,7 @@ - + @@ -125,7 +125,7 @@

Survey

Posted October 28, 2021 by Aravinth Manivannan ‐ 1 min read

-

Last Edited March 8, 2023

+

Last Edited February 13, 2023

We are mCaptcha. We build kickass CAPTCHA systems that give (DDoS) attackers a run for their money. And we do all of this without tracking your users. Oh and did I mention our UX is great?

diff --git a/community/index.html b/community/index.html index ee9de81..8fb73db 100644 --- a/community/index.html +++ b/community/index.html @@ -29,7 +29,7 @@ - + diff --git a/contact/index.html b/contact/index.html index a3d5c68..47b9fa5 100644 --- a/contact/index.html +++ b/contact/index.html @@ -29,7 +29,7 @@ - + diff --git a/contributors/aravinth-manivannan/index.html b/contributors/aravinth-manivannan/index.html index f1dad4e..ae17392 100644 --- a/contributors/aravinth-manivannan/index.html +++ b/contributors/aravinth-manivannan/index.html @@ -28,7 +28,7 @@ - + @@ -116,12 +116,20 @@

@realaravinth

+
+
+

February, 2023: Monthly Report

+

We are mCaptcha. We build kickass CAPTCHA systems that give (DDoS) attackers a run for their money. And we do all of this without tracking your users. Oh and did I mention our UX is great?

+

Posted March 8, 2023 by Aravinth Manivannan ‐ 2 min read

+

Last Edited February 13, 2023

+

+

July, 2022: Monthly Report

We are mCaptcha. We build kickass CAPTCHA systems that give (DDoS) attackers a run for their money. And we do all of this without tracking your users. Oh and did I mention our UX is great?

Posted August 4, 2022 by Aravinth Manivannan ‐ 2 min read

-

Last Edited March 8, 2023

+

Last Edited February 13, 2023

@@ -129,7 +137,7 @@

June, 2022: Monthly Report

We are mCaptcha. We build kickass CAPTCHA systems that give (DDoS) attackers a run for their money. And we do all of this without tracking your users. Oh and did I mention our UX is great?

Posted July 7, 2022 by Aravinth Manivannan ‐ 2 min read

-

Last Edited March 8, 2023

+

Last Edited February 13, 2023

@@ -137,7 +145,7 @@

May, 2022: Monthly Report

We are mCaptcha. We build kickass CAPTCHA systems that give (DDoS) attackers a run for their money. And we do all of this without tracking your users. Oh and did I mention our UX is great?

Posted June 10, 2022 by Aravinth Manivannan ‐ 4 min read

-

Last Edited March 8, 2023

+

Last Edited February 13, 2023

@@ -145,7 +153,7 @@

December, 2021: Monthly Report

We are mCaptcha. We build kickass CAPTCHA systems that give (DDoS) attackers a run for their money. And we do all of this without tracking your users. Oh and did I mention our UX is great?

Posted December 23, 2021 by Aravinth Manivannan ‐ 2 min read

-

Last Edited March 8, 2023

+

Last Edited February 13, 2023

@@ -153,7 +161,7 @@

Survey

We are mCaptcha. We build kickass CAPTCHA systems that give (DDoS) attackers a run for their money. And we do all of this without tracking your users. Oh and did I mention our UX is great?

Posted October 28, 2021 by Aravinth Manivannan ‐ 1 min read

-

Last Edited March 8, 2023

+

Last Edited February 13, 2023

@@ -161,7 +169,7 @@

PoW performance

We are mCaptcha. We build kickass CAPTCHA systems that give (DDoS) attackers a run for their money. And we do all of this without tracking your users. Oh and did I mention our UX is great?

Posted September 1, 2021 by Aravinth Manivannan ‐ 2 min read

-

Last Edited March 8, 2023

+

Last Edited February 13, 2023

@@ -169,7 +177,7 @@

Say hello to mCaptcha

We are mCaptcha. We build kickass CAPTCHA systems that give (DDoS) attackers a run for their money. And we do all of this without tracking your users. Oh and did I mention our UX is great?

Posted May 26, 2021 by Aravinth Manivannan ‐ 2 min read

-

Last Edited March 8, 2023

+

Last Edited February 13, 2023

diff --git a/contributors/aravinth-manivannan/index.xml b/contributors/aravinth-manivannan/index.xml index 01e8f34..b128d89 100644 --- a/contributors/aravinth-manivannan/index.xml +++ b/contributors/aravinth-manivannan/index.xml @@ -7,6 +7,18 @@ Hugo -- gohugo.io en-US Wed, 26 May 2021 00:00:00 +0000 + + February, 2023: Monthly Report + /blog/february-2023-monthly-report/ + Wed, 08 Mar 2023 00:00:00 +0000 + + /blog/february-2023-monthly-report/ + Hello and welcome to the (August 2022 to) February, 2023 monthly report! +TL;DR Gusted and I secured funding from NLnet to work on mCaptcha in 2023, we suffered an outage from 15 January to February 6, polyfill benchmarking support in mCaptcha +We have funding! Gusted and I applied and secured funding through 2023 development is funded through the NGI0 Entrust Fund, via NLnet. +The full list of tasks that we’ll be working on in the period is is available here. + + July, 2022: Monthly Report /blog/july-2022-monthly-report/ diff --git a/contributors/index.html b/contributors/index.html index 56e4ed0..f6c4632 100644 --- a/contributors/index.html +++ b/contributors/index.html @@ -28,7 +28,7 @@ - + diff --git a/docs/api/browser/index.html b/docs/api/browser/index.html index 5b24017..c58099f 100644 --- a/docs/api/browser/index.html +++ b/docs/api/browser/index.html @@ -29,7 +29,7 @@ - + diff --git a/docs/api/index.html b/docs/api/index.html index b3b9b77..3b41e00 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -28,7 +28,7 @@ - + diff --git a/docs/api/mcaptcha-system/index.html b/docs/api/mcaptcha-system/index.html index cdde8d2..5a2c564 100644 --- a/docs/api/mcaptcha-system/index.html +++ b/docs/api/mcaptcha-system/index.html @@ -29,7 +29,7 @@ - + diff --git a/docs/api/pow-sha256/index.html b/docs/api/pow-sha256/index.html index 1c40e0c..8105ae0 100644 --- a/docs/api/pow-sha256/index.html +++ b/docs/api/pow-sha256/index.html @@ -29,7 +29,7 @@ - + diff --git a/docs/api/sitemap.xml b/docs/api/sitemap.xml index 1ea1016..1438f2f 100644 --- a/docs/api/sitemap.xml +++ b/docs/api/sitemap.xml @@ -3,21 +3,21 @@ /docs/api/browser/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/api/mcaptcha-system/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/api/pow-sha256/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 diff --git a/docs/help/faq/index.html b/docs/help/faq/index.html index e40ec21..0a7510b 100644 --- a/docs/help/faq/index.html +++ b/docs/help/faq/index.html @@ -28,7 +28,7 @@ - + diff --git a/docs/help/index.html b/docs/help/index.html index ff7cfe8..133f32f 100644 --- a/docs/help/index.html +++ b/docs/help/index.html @@ -28,7 +28,7 @@ - + diff --git a/docs/help/sitemap.xml b/docs/help/sitemap.xml index 0f1458e..d27104e 100644 --- a/docs/help/sitemap.xml +++ b/docs/help/sitemap.xml @@ -3,14 +3,14 @@ /docs/help/troubleshooting/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/help/faq/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 diff --git a/docs/help/troubleshooting/index.html b/docs/help/troubleshooting/index.html index 2b9ef44..41223df 100644 --- a/docs/help/troubleshooting/index.html +++ b/docs/help/troubleshooting/index.html @@ -28,7 +28,7 @@ - + diff --git a/docs/introduction/configuring-difficulty-factor/index.html b/docs/introduction/configuring-difficulty-factor/index.html index a7b73f9..1e79244 100644 --- a/docs/introduction/configuring-difficulty-factor/index.html +++ b/docs/introduction/configuring-difficulty-factor/index.html @@ -29,7 +29,7 @@ - + diff --git a/docs/introduction/index.html b/docs/introduction/index.html index 016a3e5..7aed7f1 100644 --- a/docs/introduction/index.html +++ b/docs/introduction/index.html @@ -28,7 +28,7 @@ - + diff --git a/docs/introduction/installing-captcha/index.html b/docs/introduction/installing-captcha/index.html index d18e5f8..9394a84 100644 --- a/docs/introduction/installing-captcha/index.html +++ b/docs/introduction/installing-captcha/index.html @@ -29,7 +29,7 @@ - + diff --git a/docs/introduction/sitemap.xml b/docs/introduction/sitemap.xml index 201c33a..967b08f 100644 --- a/docs/introduction/sitemap.xml +++ b/docs/introduction/sitemap.xml @@ -3,14 +3,14 @@ /docs/introduction/installing-captcha/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/introduction/configuring-difficulty-factor/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 diff --git a/docs/self-hosted/bare-metal/index.html b/docs/self-hosted/bare-metal/index.html index e98e212..5c83b1e 100644 --- a/docs/self-hosted/bare-metal/index.html +++ b/docs/self-hosted/bare-metal/index.html @@ -28,7 +28,7 @@ - + diff --git a/docs/self-hosted/dependencies/index.html b/docs/self-hosted/dependencies/index.html index ab25fa1..0d750d6 100644 --- a/docs/self-hosted/dependencies/index.html +++ b/docs/self-hosted/dependencies/index.html @@ -28,7 +28,7 @@ - + diff --git a/docs/self-hosted/docker/index.html b/docs/self-hosted/docker/index.html index 02e8f33..902c1a5 100644 --- a/docs/self-hosted/docker/index.html +++ b/docs/self-hosted/docker/index.html @@ -28,7 +28,7 @@ - + diff --git a/docs/self-hosted/getting-started/index.html b/docs/self-hosted/getting-started/index.html index c5eff25..4ea242f 100644 --- a/docs/self-hosted/getting-started/index.html +++ b/docs/self-hosted/getting-started/index.html @@ -28,7 +28,7 @@ - + diff --git a/docs/self-hosted/sitemap.xml b/docs/self-hosted/sitemap.xml index 970dc74..f3bd2fe 100644 --- a/docs/self-hosted/sitemap.xml +++ b/docs/self-hosted/sitemap.xml @@ -3,28 +3,28 @@ /docs/self-hosted/getting-started/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/self-hosted/bare-metal/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/self-hosted/docker/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/self-hosted/dependencies/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 diff --git a/docs/sitemap.xml b/docs/sitemap.xml index d59a84c..38efe25 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -3,131 +3,131 @@ /docs/terminology/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/help/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/introduction/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/api/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/self-hosted/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/terminology/access-token/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/terminology/cooldown-period/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/terminology/difficulty-factor/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/terminology/sitekey/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/terminology/visitor-threshold/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/help/troubleshooting/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/help/faq/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/introduction/installing-captcha/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/introduction/configuring-difficulty-factor/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/api/browser/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/api/mcaptcha-system/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/api/pow-sha256/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/self-hosted/getting-started/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/self-hosted/bare-metal/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/self-hosted/docker/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/self-hosted/dependencies/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 diff --git a/docs/terminology/access-token/index.html b/docs/terminology/access-token/index.html index 3377e44..420487b 100644 --- a/docs/terminology/access-token/index.html +++ b/docs/terminology/access-token/index.html @@ -29,7 +29,7 @@ - + diff --git a/docs/terminology/cooldown-period/index.html b/docs/terminology/cooldown-period/index.html index 94fde1b..11f2f1d 100644 --- a/docs/terminology/cooldown-period/index.html +++ b/docs/terminology/cooldown-period/index.html @@ -29,7 +29,7 @@ - + diff --git a/docs/terminology/difficulty-factor/index.html b/docs/terminology/difficulty-factor/index.html index f6cb514..8954283 100644 --- a/docs/terminology/difficulty-factor/index.html +++ b/docs/terminology/difficulty-factor/index.html @@ -29,7 +29,7 @@ - + diff --git a/docs/terminology/index.html b/docs/terminology/index.html index c57b389..c74e433 100644 --- a/docs/terminology/index.html +++ b/docs/terminology/index.html @@ -28,7 +28,7 @@ - + diff --git a/docs/terminology/sitekey/index.html b/docs/terminology/sitekey/index.html index a981f3f..692f066 100644 --- a/docs/terminology/sitekey/index.html +++ b/docs/terminology/sitekey/index.html @@ -29,7 +29,7 @@ - + diff --git a/docs/terminology/sitemap.xml b/docs/terminology/sitemap.xml index 1655798..bc7e079 100644 --- a/docs/terminology/sitemap.xml +++ b/docs/terminology/sitemap.xml @@ -3,35 +3,35 @@ /docs/terminology/access-token/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/terminology/cooldown-period/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/terminology/difficulty-factor/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/terminology/sitekey/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/terminology/visitor-threshold/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 diff --git a/docs/terminology/visitor-threshold/index.html b/docs/terminology/visitor-threshold/index.html index 327cc25..1100899 100644 --- a/docs/terminology/visitor-threshold/index.html +++ b/docs/terminology/visitor-threshold/index.html @@ -29,7 +29,7 @@ - + diff --git a/donate/index.html b/donate/index.html index 58647e2..73c543e 100644 --- a/donate/index.html +++ b/donate/index.html @@ -29,7 +29,7 @@ - + @@ -124,7 +124,7 @@

Donate

-

Last Edited March 8, 2023

+

Last Edited February 13, 2023

mCaptcha is a small operation that is self-funded. At the time of writing, we are not backed by any venture capitals. If you like diff --git a/index.html b/index.html index 8af08ec..2878b73 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@ - + diff --git a/privacy-policy/index.html b/privacy-policy/index.html index 9038624..e96ede0 100644 --- a/privacy-policy/index.html +++ b/privacy-policy/index.html @@ -29,7 +29,7 @@ - + @@ -128,7 +128,7 @@

Privacy Policy

-

Last Edited March 8, 2023

+

Last Edited February 13, 2023

TLDR: We do not use cookies, we do not collect any personal data and logs aren’t shared with third-parties.

diff --git a/security/index.html b/security/index.html index 6d4d9d9..75ca244 100644 --- a/security/index.html +++ b/security/index.html @@ -29,7 +29,7 @@ - + @@ -143,7 +143,7 @@

Security

-

Last Edited March 8, 2023

+

Last Edited February 13, 2023

Security is at the heart of mCaptcha. If you find any discrepancies in our software(see listing on our GitHub, diff --git a/sitemap.xml b/sitemap.xml index 5fd17e1..40bcbc8 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,296 +2,303 @@ + + /blog/february-2023-monthly-report/ + 2023-02-13T18:00:02+05:30 + weekly + 0.5 + + /blog/july-2022-monthly-report/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /blog/june-2022-monthly-report/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /blog/may-2022-monthly-report/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /blog/december-2021-monthly-report/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /blog/survey/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /blog/pow-performance/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /blog/say-hello-to-mcaptcha/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/introduction/installing-captcha/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/introduction/configuring-difficulty-factor/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/terminology/access-token/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/terminology/cooldown-period/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/terminology/difficulty-factor/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/terminology/sitekey/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/terminology/visitor-threshold/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/self-hosted/getting-started/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/self-hosted/bare-metal/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/self-hosted/docker/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/self-hosted/dependencies/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/help/troubleshooting/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/api/browser/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/api/mcaptcha-system/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/api/pow-sha256/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/help/faq/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/terminology/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /about/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /donate/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /contributors/aravinth-manivannan/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /contributors/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /privacy-policy/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /community/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /security/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /thanks/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 / - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/help/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/introduction/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/api/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /contact/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /blog/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /docs/self-hosted/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /support/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 /tos/ - 2023-03-08T17:28:52+05:30 + 2023-02-13T18:00:02+05:30 weekly 0.5 diff --git a/support/index.html b/support/index.html index af82da1..5a97e9e 100644 --- a/support/index.html +++ b/support/index.html @@ -28,7 +28,7 @@ - + diff --git a/thanks/index.html b/thanks/index.html index 80133e2..6bf9889 100644 --- a/thanks/index.html +++ b/thanks/index.html @@ -29,7 +29,7 @@ - + diff --git a/tos/index.html b/tos/index.html index 902f7d5..688b21c 100644 --- a/tos/index.html +++ b/tos/index.html @@ -28,7 +28,7 @@ - +