Skip to content

Commit

Permalink
Document RebornSecurityFixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohab Hassan committed Jan 15, 2024
1 parent bf7944c commit edfe227
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -258,3 +258,5 @@ ModelManifest.xml
/dgamexwrapper/generate_version_info.js
/dgamexwrapper/package.json
/dgamexwrapper/version_info.json
/tests/logbt240.txt
/tests/logaa111.txt
70 changes: 70 additions & 0 deletions docs/cvars.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@
- [g\_teamswitchdelay](#g_teamswitchdelay)
- [sv\_maxconnperip](#sv_maxconnperip)
- [sv\_kickping](#sv_kickping)
- [sv\_kickbadcmd](#sv_kickbadcmd)
- [sv\_packetantiflood](#sv_packetantiflood)
- [sv\_packetflooddelay](#sv_packetflooddelay)
- [| Supported Games | MOHAA Only |](#-supported-games--mohaa-only-)
- [sv\_remotetoolip](#sv_remotetoolip)
- [| Supported Games | MOHAA Only |](#-supported-games--mohaa-only--1)
- [sv\_antistwh](#sv_antistwh)
- [| Supported Games | MOHAA Only |](#-supported-games--mohaa-only--2)
- [sv\_rebornloader](#sv_rebornloader)
- [| Remarks | Inside the script, self will be Director (ScriptMaster) |](#-remarks--inside-the-script-self-will-be-director-scriptmaster-)

### sv_crashrpt_poll_delay
| Name | sv_crashrpt_poll_delay |
Expand Down Expand Up @@ -144,3 +154,63 @@
| Remarks | user is warned 1 time before getting kicked |

---

---
### sv_kickbadcmd
| Name | sv_kickbadcmd |
|--|--|
| Description | Specifies whether players who enter bad commands should be kicked. |
| Allowed values | 0 or 1 |
| Remarks | when someone types a bad command that is used for crashing the server, they will be kicked if the cvar is non-zero |
| Supported Games | MOHAA Only |

---

---
### sv_packetantiflood
| Name | sv_packetantiflood |
|--|--|
| Description | Enable/disable packet anti-flood system |
| Allowed values | 0 or 1 |
| Supported Games | MOHAA Only |

---

---
### sv_packetflooddelay
| Name | sv_packetflooddelay |
|--|--|
| Description | Specify packet flood delay in milliseconds. |
| Allowed values | any non-negative number |
| Remarks | Specifies the minimum delay in milliseconds between two consecutive packets originating from the same IP to be processed. This is only for connectionless packets (players that already joined the game won't be affected). |
| Supported Games | MOHAA Only |
---

---
### sv_remotetoolip
| Name | sv_remotetoolip |
|--|--|
| Description | Specify IP for whitelisted remote tool IP. |
| Allowed values | any valid IP address |
| Remarks | This IP will not be affected by anti-flood system. |
| Supported Games | MOHAA Only |
---

---
### sv_antistwh
| Name | sv_antistwh |
|--|--|
| Description | Enable/Disable anti-STWH. |
| Allowed values | 0 or 1 |
| Remarks | Enables/Disables anti-Shoot Through Walls Hack(STWH) system. |
| Supported Games | MOHAA Only |
---

---
### sv_rebornloader
| Name | sv_rebornloader |
|--|--|
| Description | Specifies script that will be loaded at the start of the map. |
| Allowed values | script path |
| Remarks | Inside the script, self will be Director (ScriptMaster) |
---
9 changes: 9 additions & 0 deletions docs/rconcmds.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,12 @@
| Description | Print current patch version. |
| Example | `patchver` |
---
### registertool
| Name | registertool |
|--|--|
| Arguments | none |
| Description | Used to register remote tool IP address as whitelisted from anti-STWH system. Only use this via RCON.|
| Example | `registertool` |
| Supported Games | MOHAA Only |
---

0 comments on commit edfe227

Please sign in to comment.