-
The readme contains broken links as the name of the Github organization has changed. The documentation is also at a new place at https://evosc.io
-
SonarCloud requires third-party tools to create test reports that can be used to create test-coverage reports.
-
Also needs shortcuts for defining chat commands. For example in PHP EvoSC, this is done extremely easily: https://github.com/EvoTM/EvoSC/blob/master/core/Modules/Votes/Votes.php
-
-
## The bug
When services are registered in the `Setup` method of a plugin, and you require it through DI in a commands class. The commands class fails to activate as the service is not found.
Th…
-
Connecting to the remote XMLRPC server is blocking if no connection header is recieved.
https://github.com/EvoTM/GbxRemote.Net/blob/48450185f6cd6cde10f62eaf0ef9f12c57519b32/GbxRemote.Net/XmlRpc/Pac…
-
The signature for BanAndBlackList is `BanAndBlackList(string, string, boolean)` and the last parameter is set to null by default. It should be a boolean. If you attempt to call this function, an XMLRP…
-
**Describe the bug**
I followed this tutoral (https://wiki.evotm.com/books/evosc-users-guide/page/download-installation) without do nothing wrong and i go an error (see picture)
I use this php versi…
-
Hey,
I'm having this weird issue where I can't connect to my server, the host is good and same for the port but when I start my script it just doesn't do anything, I tried adding a .then after and …
Mawco updated
2 years ago
-
## Steps
- Call GbxRemoteClient.GetPlayerListAsync
## Problem
The result of the call is a valid array with a valid length, but each element has default value.
Calling and printing the xml result…