Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add SCP: Secret Laboratory protocol support #64

Merged
merged 1 commit into from
Jan 21, 2024

Conversation

Fluffy41
Copy link
Contributor

Contribution Details:

  • Implemented a new protocol for SCP: Secret Laboratory in protocols/scpsl.py.
  • Updated games.csv to include SCP: Secret Laboratory entry.
  • Modified main.py to handle additional query parameters for SCP: Secret Laboratory servers.
  • Added the line 'from .scpsl import SCP_SL' to protocols/init.py.

Changes:

  • discordgsm/games.csv: 1 addition
  • discordgsm/main.py: 1 addition
  • discordgsm/protocols/init.py: 1 addition
  • discordgsm/protocols/scpsl.py: 42 additions

Note:
I am not a professional developer, and this contribution might have limitations. I've noticed a demand for SCP: Secret Laboratory support in Discord GSM and attempted to implement it based on community interest. Feedback and assistance from experienced developers are highly appreciated.

- Added new protocol implementation for SCP: Secret Laboratory in protocols/scpsl.py.
- Updated games.csv to include SCP: Secret Laboratory entry.
- Modified main.py to handle additional query parameters for SCP: Secret Laboratory servers.
- Added the line 'from .scpsl import SCP_SL' to protocols/__init__.py.

Changes:
- discordgsm/games.csv: 1 addition
- discordgsm/main.py: 1 addition
- discordgsm/protocols/__init__.py: 1 addition
- discordgsm/protocols/scpsl.py: 42 additions
@BattlefieldDuck
Copy link
Member

Thank you for the implementation! Your coding skills are great!

@BattlefieldDuck BattlefieldDuck merged commit 17dd69b into DiscordGSM:main Jan 21, 2024
5 checks passed
truecharts-admin referenced this pull request in truecharts/public Feb 12, 2024
…nitor to v2.16.2@f80bd8e by renovate (#18176)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[discordgsm/discord-game-server-monitor](https://togithub.com/DiscordGSM/GameServerMonitor)
| minor | `2.15.1` -> `2.16.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>DiscordGSM/GameServerMonitor
(discordgsm/discord-game-server-monitor)</summary>

###
[`v2.16.2`](https://togithub.com/DiscordGSM/GameServerMonitor/releases/tag/2.16.2)

[Compare
Source](https://togithub.com/DiscordGSM/GameServerMonitor/compare/2.16.1...2.16.2)

#### Overview

-   Resolve some Palworld servers cannot be queried issue
-   Update translations

#### What's Changed

- Update ko.json by
[@&#8203;angrystar170](https://togithub.com/angrystar170) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/75](https://togithub.com/DiscordGSM/GameServerMonitor/pull/75)

#### New Contributors

- [@&#8203;angrystar170](https://togithub.com/angrystar170) made their
first contribution in
[https://github.com/DiscordGSM/GameServerMonitor/pull/75](https://togithub.com/DiscordGSM/GameServerMonitor/pull/75)

**Full Changelog**:
DiscordGSM/GameServerMonitor@2.16.1...2.16.2

###
[`v2.16.1`](https://togithub.com/DiscordGSM/GameServerMonitor/releases/tag/2.16.1)

[Compare
Source](https://togithub.com/DiscordGSM/GameServerMonitor/compare/2.16.0...2.16.1)

#### Overview

-   Resolve the status not update properly issue
-   Resolve minecraft fail to query issue

**Full Changelog**:
DiscordGSM/GameServerMonitor@2.16.0...2.16.1

###
[`v2.16.0`](https://togithub.com/DiscordGSM/GameServerMonitor/releases/tag/2.16.0)

[Compare
Source](https://togithub.com/DiscordGSM/GameServerMonitor/compare/2.15.1...2.16.0)

#### Overview

-   Support IOSoccer
-   Support SCP: Secret Laboratory
-   Support Enshrouded
-   Support Palworld
-   Support The Isle - EVRIMA
-   Update translations
-   Resolve the issue that the Front server cannot query
-   Fix mirror bugs

#### What's Changed

- Update lt.json by [@&#8203;MrSipping](https://togithub.com/MrSipping)
in
[https://github.com/DiscordGSM/GameServerMonitor/pull/56](https://togithub.com/DiscordGSM/GameServerMonitor/pull/56)
- Translate to Hungarian by
[@&#8203;w4sb0y](https://togithub.com/w4sb0y) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/57](https://togithub.com/DiscordGSM/GameServerMonitor/pull/57)
- Added Translation Japanese by
[@&#8203;Shiioriii](https://togithub.com/Shiioriii) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/58](https://togithub.com/DiscordGSM/GameServerMonitor/pull/58)
- Support IOSoccer by [@&#8203;xLeviNx](https://togithub.com/xLeviNx) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/61](https://togithub.com/DiscordGSM/GameServerMonitor/pull/61)
- Added a Korean Translation by
[@&#8203;Shiioriii](https://togithub.com/Shiioriii) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/62](https://togithub.com/DiscordGSM/GameServerMonitor/pull/62)
- feat: Add SCP: Secret Laboratory protocol support by
[@&#8203;Fluffy41](https://togithub.com/Fluffy41) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/64](https://togithub.com/DiscordGSM/GameServerMonitor/pull/64)
- Update games.csv by [@&#8203;xLeviNx](https://togithub.com/xLeviNx) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/65](https://togithub.com/DiscordGSM/GameServerMonitor/pull/65)
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/67](https://togithub.com/DiscordGSM/GameServerMonitor/pull/67)
- Bump actions/setup-python from 4 to 5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/68](https://togithub.com/DiscordGSM/GameServerMonitor/pull/68)
- Bump flask\[async] from 3.0.0 to 3.0.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/69](https://togithub.com/DiscordGSM/GameServerMonitor/pull/69)
- Bump aiohttp from 3.9.0 to 3.9.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/70](https://togithub.com/DiscordGSM/GameServerMonitor/pull/70)
- Bump pymongo from 4.6.0 to 4.6.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/71](https://togithub.com/DiscordGSM/GameServerMonitor/pull/71)
- Bump tzdata from 2023.3 to 2023.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/72](https://togithub.com/DiscordGSM/GameServerMonitor/pull/72)
- Bump python-dotenv from 1.0.0 to 1.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/DiscordGSM/GameServerMonitor/pull/73](https://togithub.com/DiscordGSM/GameServerMonitor/pull/73)

#### New Contributors

- [@&#8203;MrSipping](https://togithub.com/MrSipping) made their first
contribution in
[https://github.com/DiscordGSM/GameServerMonitor/pull/56](https://togithub.com/DiscordGSM/GameServerMonitor/pull/56)
- [@&#8203;w4sb0y](https://togithub.com/w4sb0y) made their first
contribution in
[https://github.com/DiscordGSM/GameServerMonitor/pull/57](https://togithub.com/DiscordGSM/GameServerMonitor/pull/57)
- [@&#8203;Shiioriii](https://togithub.com/Shiioriii) made their first
contribution in
[https://github.com/DiscordGSM/GameServerMonitor/pull/58](https://togithub.com/DiscordGSM/GameServerMonitor/pull/58)
- [@&#8203;Fluffy41](https://togithub.com/Fluffy41) made their first
contribution in
[https://github.com/DiscordGSM/GameServerMonitor/pull/64](https://togithub.com/DiscordGSM/GameServerMonitor/pull/64)
- [@&#8203;dependabot](https://togithub.com/dependabot) made their first
contribution in
[https://github.com/DiscordGSM/GameServerMonitor/pull/67](https://togithub.com/DiscordGSM/GameServerMonitor/pull/67)

**Full Changelog**:
DiscordGSM/GameServerMonitor@2.15.1...2.16.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants