-
-
Notifications
You must be signed in to change notification settings - Fork 1
Add CHTTP hook #68
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
base: main
Are you sure you want to change the base?
Add CHTTP hook #68
Conversation
|
On another (slightly selfish) note, is there a chance that we could get While the update/statistics checkin is currently not hooked up to |
We could add it as an optional config thats just loaded if they have the module, like we do with starfall here |
Ah, I didn't notice that there already is a conditional system as well. Only problem now is figuring out the condition, we can't rely on anything that CHTTP itself sets (e.g. |
|
I think we can just use https://wiki.facepunch.com/gmod/util.IsBinaryModuleInstalled |

Thanks to our friend @timschumi implementing our request, we're able to use the new
OnCHTTPRequesthook 👍(didn't test this yet)