Skip to content

Commit

Permalink
DOCS: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
KOOKIIEStudios committed Aug 4, 2022
1 parent 545fa14 commit cc69fc4
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ Lapis accesses character and inventory attributes in [AzureMSv316](https://githu

#### Current Status: **Released!**

## About v1.1.2
[CVE-2021-21330 - GitHub Advisory Database](https://github.com/advisories/GHSA-v6wp-4m6f-gcjg)
## Usage Notes
This project is licensed under the AGPL-3.0 license. This means you're free to modify and distribute it, for both private and commercial use, under the condition that the complete source code for derivative works be made available under the same license.

Note that when a modified version is used to provide a service over a network, this counts as distribution under AGPL-3.0. For instance, if you wish to use Lapis for your public MapleStory Private Server Discord server, and swap out "Lapis" for "CastelaMS" (or whichever server name you desire) in the bot's responses, you ***must*** release the source code for the modified version that you're using.

## About v1.1.3
[CVE-2021-22570 - GitHub Advisory Database](https://github.com/advisories/GHSA-77rm-9x9h-xj3g)
Following the release of the advisory (see above), we have updated dependencies to include the security patch(es).
#### If you cloned/downloaded an earlier version, please update ASAP.

Expand All @@ -28,17 +33,22 @@ Following the release of the advisory (see above), we have updated dependencies
![character](https://cdn.discordapp.com/attachments/631249406775132182/795031817891610644/c76d5804a42f63accb448e8a9e8bf157.png)

![help](https://cdn.discordapp.com/attachments/631249406775132182/795031808512098334/42b4365e6b819a088fc59d01d11ef27c.png)
## Documentation:
## Documentation
Kindly direct any problems or questions to the [Issues](https://github.com/TEAM-SPIRIT-Productions/Lapis/issues) page.
You may refer to the [wiki](https://github.com/TEAM-SPIRIT-Productions/Lapis/wiki) for a quick start guide.

## Technical Details
*Inherited from Lazuli*

| | Target Minimum | Target Maximum |
|---|---|---|
| Python | 3.6.12 | 3.6.12 |
|---|----------------|----------------|
| Python | 3.7 | 3.10 |

NOTE: Please do **not** use Python versions older than 3.6 because:
NOTE: Please do **not** use Python versions older than 3.7 because:
1. f-strings are used - *requires 3.6 or newer*
2. Dictionaries are assumed to be ordered - *requires 3.6 or newer*
3. Discord.py library is used - *requires 3.6 or newer*
4. protobuf 3.20.1 is used - *requires 3.7 or newer*

### Disclaimer:
*Lapis is an open-source Discord Bot for easy management of a particular MapleStory server emulation project ([AzureMSv316](https://github.com/SoulGirlJP/AzureV316)). Lapis is non-monetised, provided as is, and is unaffiliated with NEXON. Every effort has been taken to ensure correctness and reliability of Lapis. We will not be liable for any special, direct, indirect, or consequential damages or any damages whatsoever resulting from loss of use, data or profits, whether in an action if contract, negligence or other tortious action, arising out of or in connection with the use of Lapis (in part or in whole).*

0 comments on commit cc69fc4

Please sign in to comment.