rumblefrog
rumblefrog
Description Adds a hook and option to allow custom reason input via chat ## Motivation and Context Implements and closes #578 ## How Has This Been Tested? Not yet tested...
## Directive Parsing Support For a long time now, it's almost a norm to perceive that if a declaration has empty web documentation, it is, therefore, deprecated, making this bug...
## Double Variadic Declaration Within docparse generated declarations, functions with a variadic parameter has the double occurrence of `...` Resulting in the following declaration ```cpp void PrintToChat(int client, const char[]...
## Preface Continuing the conversation on IRC, this is a proposal to begin deprecating the legacy pawn way of declaration and encourage the usage of the newer semantics represented in...
As a person that travels a lot, I use a laptop to do a lot of my work on, but I realized that SPEdit doesn't support touch scrolling. Will there...
### Discussed in https://github.com/rumblefrog/source-chat-relay/discussions/44 Originally posted by **rumblefrog** February 2, 2021 Before else, I'd like to mention v3 has no definite deadline, it could be months, or it could be...
Todo list: - [ ] Sourcebans++ (merge into SB Discord Forward as optional) - [ ] Calladmin Excerpt for SB ```cpp g_cSBEvent = CreateConVar("rf_scr_event_sb", "0", "Bitwise flags value of Sourcebans++...
Is your feature request related to a problem? Please describe. ------------------------------------------------------------- As approached by few users, SourceBans++ currently have 4 plugins that each individually create their own database handle, on...
This feature includes a forward that will be called when there's at least one result pulled from the database upon for a specific IP. Possible signature: `forward Action CIDR_OnHasResult(int client,...
This actions fails with this if there were too many builds happening recently. ``` 429 Too Many Requests - Server message: toomanyrequests: You have reached your pull rate limit. You...