- Jul 29, 2017
-
-
Andrew Price authored
The client now just caches a simple list of gag names that the server sends it via a new IPC_GAGLIST message.
-
Andrew Price authored
-
Andrew Price authored
-
- Jul 28, 2017
-
-
Andrew Price authored
-
Andrew Price authored
🔥 🔥 🤷 🔥 🔥
-
- Jul 26, 2017
-
-
Andrew Price authored
-
Andrew Price authored
-
Andrew Price authored
-
Andrew Price authored
Requires build flag tweaks to make container_of() work. (-pedantic doesn't make much sense with -std=gnu99 anyway).
-
- Jul 25, 2017
-
-
Andrew Price authored
-
- Jul 24, 2017
-
-
Andrew Price authored
-
Andrew Price authored
Mainly for readability but also removes a duplicate strlen() call on the input text.
-
- Jul 20, 2017
-
-
Andrew Price authored
-
Andrew Price authored
Use duk_pcompile_string_filename() and duk_pcall() instead of duk_peval() so we get the filename in js backtraces: mwjs error: RangeError: execution timeout at [anon] (duktape.c:72259) internal at fooCmd (.mw-script/mw.js:20) preventsyield
-
- Jul 19, 2017
-
-
Andrew Price authored
duktape has no equivalent of JS_IsRunning() so use the state of the timeout tracking bits to approximate it.
-
Andrew Price authored
-
Andrew Price authored
And clean the duktape directory with 'make clean' as it builds fast enough.
-
Andrew Price authored
-
- Jul 18, 2017
-
-
Isabel Jenkins authored
-
Isabel Jenkins authored
-
- Jul 14, 2017
-
-
Andrew Price authored
-
Andrew Price authored
-
- Jul 12, 2017
-
-
Isabel Jenkins authored
-
Isabel Jenkins authored
-
Isabel Jenkins authored
-
- Jul 11, 2017
-
-
Andrew Price authored
Since duktape provides a nice way to concatenate strings, use that instead of the urldata() function.
-
Andrew Price authored
We don't want user scripts to depend on the Duktape object
-
Andrew Price authored
-
Andrew Price authored
-
Andrew Price authored
-
- Jul 10, 2017
-
-
Andrew Price authored
-
Andrew Price authored
-
Andrew Price authored
-
Andrew Price authored
-
Andrew Price authored
-
Andrew Price authored
-
Andrew Price authored
-
Andrew Price authored
-
Andrew Price authored
-
Andrew Price authored
-