Subj : exec/load/dns.jssrc/sbbs3/exec.cpp js_console.cpp js_internal.c js_soc To : Git commit to main/sbbs/master From : Deucе Date : Fri Apr 02 2021 02:31 pm https://gitlab.synchro.net/main/sbbs/-/commit/ad635a6445d7c3e245fd2bb1 Added Files: exec/load/dns.js Modified Files: src/sbbs3/exec.cpp js_console.cpp js_internal.c js_socket.c js_socket.h js_system.c jsdoor.c jsexec.c main.cpp sbbs.h sbbsdefs.h services.c websrvr.c src/xpdev/sockwrap.c sockwrap.h Log Message: Initial work on setTimeout() This appears to work and the event handler *should* work on other event types already. Note, this is *nix-only due to the use of poll(). select() will need to be used for Windows to keep XP compatability. .