Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mybbgroup/iPatrol
Browse files Browse the repository at this point in the history
  • Loading branch information
effone committed May 11, 2019
2 parents 20184a8 + a5e7169 commit 47b7d69
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# iPatrol
Automate the control over the visitors of your MyBB site
### Automate the control over the visitors of your MyBB site
---

## Implemented Features
Expand All @@ -9,15 +9,14 @@ Automate the control over the visitors of your MyBB site
- Automatically add detected spiders to database so that they can show up in Who's online list as spiders with their name.
- Get notified about the detected spiders with a different User Agent string for further manual actions.
- Get notified about the automatic actions taken by iPatrol over email, PM, System log.
-

## Planned features so far
- Add an extra layer of security by using a honeypot for each form submission to attempt catching automation. The trapped bots can be further IP banned as well.
- Restrict / IP ban duplicate registration attempts.
- Restrict access for the visitors based on various geolocation conditions.

## Major todo / fixes:
- Bot detection log table in ACP
- Front end (js) API cache
- Ability to see all actions performed by iPatrol right inside Moderator Control Panel.
- Automatically put the user account under moderation if new user (decided by making x legit posts) is posting a link. The moderation gets removed automatically after posting mentioned number of visible clean posts.

## External Dependency:
- [IP-API](http://ip-api.com/) for geo-location detection
- [CrawlerDetect](https://github.com/JayBizzle/Crawler-Detect) by @JayBizzle
- [CrawlerDetect](https://github.com/JayBizzle/Crawler-Detect) by @JayBizzle

0 comments on commit 47b7d69

Please sign in to comment.