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

Switching to upnpclient from upnpy #244

Draft
wants to merge 27 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
4c7f772
Support search when using caps
brostosjoined Feb 20, 2024
bb6411a
Update natpmp_upnp.py
brostosjoined Mar 18, 2024
9ae07b7
Update utilities.json
brostosjoined Mar 18, 2024
d0e64e1
Merge branch 'bombsquad-community:main' into main
brostosjoined Mar 18, 2024
0458376
[ci] auto-format
brostosjoined Mar 18, 2024
7fe006c
[ci] apply-version-metadata
brostosjoined Mar 18, 2024
afbfad1
Update natpmp_upnp.py
brostosjoined Mar 19, 2024
b55a66d
Update natpmp_upnp.py
brostosjoined Mar 19, 2024
7271e75
[ci] auto-format
brostosjoined Mar 19, 2024
6391bab
Update natpmp_upnp.py
brostosjoined Apr 30, 2024
8296f5c
Update natpmp_upnp.py
brostosjoined Apr 30, 2024
c97961e
[ci] auto-format
brostosjoined Apr 30, 2024
fad6466
Update natpmp_upnp.py
brostosjoined Apr 30, 2024
5876839
fix an error
brostosjoined Apr 30, 2024
d2773f4
Rikkos playsound thread workaround fix
brostosjoined Apr 30, 2024
dd38dbb
[ci] auto-format
brostosjoined Apr 30, 2024
10a98ba
finishing up
brostosjoined May 12, 2024
c7e918e
Merge branch 'main' of https://github.com/brostosjoined/plugin-manager
brostosjoined May 12, 2024
ca1d00b
Aah shit here we go again
brostosjoined Jun 10, 2024
87eb80b
[ci] auto-format
brostosjoined Jun 10, 2024
fa72797
Merge branch 'main' into main
brostosjoined Aug 12, 2024
238ebad
Update discord_richpresence.py
brostosjoined Aug 12, 2024
ca05928
depracation of shutli.unpack
brostosjoined Aug 15, 2024
0a4e81e
https://docs.python.org/3.14/library/shutil.html#shutil.unpack_archive
brostosjoined Aug 15, 2024
ab04be3
Error on getting port while connecting on same device
brostosjoined Aug 18, 2024
b511f91
[ci] auto-format
brostosjoined Aug 18, 2024
12120f3
gummyboit thinks its a bug and other so i remove it
brostosjoined Aug 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions plugins/utilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -1398,6 +1398,12 @@
}
],
"versions": {
"1.1.0": {
"api_version": 8,
"commit_sha": "0458376",
"released_on": "18-03-2024",
"md5sum": "53f1459a3d22def5fee228c09835e1b1"
},
"1.0.0": {
"api_version": 8,
"commit_sha": "48bd0da",
Expand Down
Loading
Loading