Skip to content
Snippets Groups Projects
  1. Apr 13, 2022
    • Rob Swindell's avatar
      Fix packet filename in "Gruned message" log entry on Win32 · 30cb0393
      Rob Swindell authored
      e.g. "Grunged message (type 2) from 4:80/1 at offset 58 in packet: (null)"
      
      off_t is 64-bit, but long in 32-bit (on Win32), so needs a typecast here in
      lprintf() call (otherwise, the upper 4 bytes of the offset are interpreted
      as the string address for the corresponding '%s' argument, the filename).
      30cb0393
  2. Apr 11, 2022
    • Rob Swindell's avatar
      Install OperationCallback for all executed JS scripts · d6d40bc4
      Rob Swindell authored
      JS doors with the "Use Shell or New Context" option enabled in SCFG and JS
      modules installed a global hot key handlers would not automatically terminate
      when the user disconnected (and js.auto_terminate was true, the default).
      I'm not sure why the operation callback was only installed when scope==NULL
      but always installing it fixes the issue with some global hot key modules
      and JS doors becoming "zombies" when a user disconnects while running them.
      d6d40bc4
  3. Apr 09, 2022
  4. Apr 05, 2022
  5. Apr 04, 2022
  6. Apr 03, 2022
  7. Apr 01, 2022
  8. Mar 31, 2022
  9. Mar 30, 2022
  10. Mar 29, 2022
  11. Mar 28, 2022
  12. Mar 27, 2022
  13. Mar 25, 2022
Loading