Barnaby Keene
Barnaby Keene
[10:26 PM] spacemud: hey @Southclaws when including a custom plugin in the runtimes.plugins field i've noticed it puts them at the start of the plugins string in the generated server.cfg
If a project uses semantic versions prefixed with `v` such as `v1.2.3`, sampctl will not honour this convention when `sampctl package release` is used.
If a plugin fails to load, the server should just exit with a non zero code.
When a package is no longer maintained, outdated and/or replaced by a new package, there should be a way to indicate this to dependent packages and users of those packages....
[3:36 PM] Y_Less: I'd actually like more in-depth information under contributors, since it would be nice to credit people with more information more obviously.
This ties in to #20 but deserves its own issue. Configurable web hooks for server events would make it easier to integrate apps and services with SA:MP. Proposed events to...
`sampctl package build --all` or something similar would trigger all builds to run at once. Potentially in separate threads to allow for speedy builds of multi-binary packages (such as gamemodes...
There are limitations of what data sampctl can get out of the SA:MP server. Some information can be got via the UDP interface but this requires repetitive polling which isn't...
Trust Windows to complicate things... but at the end of the day, it's all in the name of security and protecting the user so I can't complain. Apparently I need...
It seems this is unmaintained but figured I'd raise this anyway. A reason I usually `go build -o app.exe ; ./app.exe` is to keep security software from treating each compilation...