Geoffrey McRae
Geoffrey McRae
Fixes #1000 I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project.
Currently if there is a communications error or a miner submits an invalid PoW the p2pool service bans the host for 5 minutes. It would be useful to be able...
When using Jack2 in a headless configuration with `JACK_PROMISCUOUS_SERVER` the Berkely database is created with the default permissions and ownership of the process, in my instance `drwxr-x---` `root:root`. This breaks...
Using the block script it's possible to maintain an ipset, however auto-unblocked IPs will not be removed from the ipset. This commit makes it possible to define an unblock script...
The torden branch has support for `purge_all` with the following directive added to the nginx configuration: ``` location = /purgeall { fastcgi_pass unix:/dev/null; fastcgi_cache WORDPRESS; fastcgi_cache_purge PURGE purge_all from 127.0.0.1;...
As a hosting provider that provides tailored WordPress hosting for numerous clients we are often tasked with working around poorly written plugins and/or code that does not cache fetched results...
Not tested on other operating systems however the following changes are needed to be made to make this work in a reliable way on Linux. ```patch diff --git a/CMakeLists.txt b/CMakeLists.txt...
When connecting a _Supplier Logistics Pipe_ to the _Fertalizer Mixer_ to automate manure delivery the _Supplier Logistics Pipe_ is unable to determine if the input is full and continues to...
Hi, I do not use your scripts but we are seeing users in the Looking Glass discord that are who are having latency related issues due to how your script...
Have you considered memory mapping the file instead? On my Linux system, this saves 2.636ms during the file read. ```diff diff --git a/parkerwords.cpp b/parkerwords.cpp index 9d2a6f7..1a279ef 100644 --- a/parkerwords.cpp +++...