Nick Debergue
Nick Debergue
Yep, take a look at `core/messaging.go`. I'll update the chat callbacks so it's possible to prevent the message from being sent if you `return false`. That way, you can inspect...
Hello @azinudinachzab, Thank you for your contribution! Have you tested the features that use the dependencies with module enabled? That would be mainly the SQL features, that can be easily...
Of course you can! Do you have any experience with WebSockets and writing C++ libraries/APIs? That's pretty much all you need to know to get started other than some server...
@unkemptArc99 Thanks for your interest in contributing! I think a good place to start would be to find a good C++ websocket client library, and make sure you can connect...
@unkemptArc99 sounds like a good plan! The JS client is linked in the readme under the Client APIs section (its the only client so far). Let me know when you...
@unkemptArc99 Sorry it's taken so long for me to get back to you! That's weird that the CPP lib won't connect, but Python does. Are you using SSL on one...
Oh, this is an interesting problem. Thanks for bringing it to my attention! It seems there was an oversight on the flow of starting the server. For now, you could...
This project hasn't been set up with go modules. At least not yet. I've been able to use GGS along with other Go APIs without modules. Are you sure your...
> This project is always open for contributions. Have you looked over the docs and wiki? Do you know javascript? If you do, it would be good to look over...