Difference between revisions of "Infrastructure Overview"

From Mudlet
Jump to navigation Jump to search
(added in Apache mods to rate limit AI bots)
Line 12: Line 12:
 
*[https://forums.mudlet.org/ forums.mudlet.org] phpbb forums
 
*[https://forums.mudlet.org/ forums.mudlet.org] phpbb forums
 
**this site runs under Apache and I've added the [https://github.com/jvdmr/mod_evasive/ mod_evasive] module due to it getting absolutely slammed by AI bots and crashing our server (06/2025), see /etc/apache/sites-enabled/forums.mudlet.org-ssl.conf.  This reduced an extremely high CPU usage down to more reasonable levels as well.  No more than 20 requests per 40 seconds allowed per IP. -- [[User:Zooka|Zooka]] ([[User talk:Zooka|talk]]) 16:21, 21 June 2025 (UTC)
 
**this site runs under Apache and I've added the [https://github.com/jvdmr/mod_evasive/ mod_evasive] module due to it getting absolutely slammed by AI bots and crashing our server (06/2025), see /etc/apache/sites-enabled/forums.mudlet.org-ssl.conf.  This reduced an extremely high CPU usage down to more reasonable levels as well.  No more than 20 requests per 40 seconds allowed per IP. -- [[User:Zooka|Zooka]] ([[User talk:Zooka|talk]]) 16:21, 21 June 2025 (UTC)
*[[Rainforest Testing|Rainforest QA]] for testing Mudlet visually
 
 
* C++ ([https://doc.qt.io/qt-5/qtest-overview.html Qt Test]) automated tests ([https://github.com/Mudlet/Mudlet/tree/development/test github])
 
* C++ ([https://doc.qt.io/qt-5/qtest-overview.html Qt Test]) automated tests ([https://github.com/Mudlet/Mudlet/tree/development/test github])
 
* Lua ([http://olivinelabs.com/busted/ Busted]) automated tests ([https://github.com/Mudlet/Mudlet/tree/development/src/mudlet-lua github])
 
* Lua ([http://olivinelabs.com/busted/ Busted]) automated tests ([https://github.com/Mudlet/Mudlet/tree/development/src/mudlet-lua github])

Revision as of 08:38, 1 September 2025