Skip to content
Snippets Groups Projects
  1. May 27, 2023
  2. Mar 06, 2023
    • Rob Swindell's avatar
      New module: msgscancfg.js to replace copy/pasta msg config menu in *.src · bb5b9d86
      Rob Swindell authored
      Also added 2 new menu options:
      R - re-load msg scan config & pointers
      W - save msg scan config & pointers
      
      Leaving the menu file named "maincfg.msg" even though that's a pretty
      badly named file - should rename that file at some point, but keep 8.3
      format for DOS (e.g. TheDraw, AcidDraw) compatibility.
      mscancfg.msg maybe? Ah, the fun of abbreviating things to 8 chars again.
      bb5b9d86
  3. Dec 27, 2022
  4. Dec 17, 2022
  5. Mar 10, 2022
  6. Jan 22, 2022
  7. Jan 14, 2022
  8. Oct 06, 2021
  9. Oct 05, 2021
  10. Oct 01, 2021
  11. Jun 08, 2021
  12. May 02, 2021
  13. Apr 25, 2021
  14. Apr 17, 2021
  15. Apr 04, 2021
    • Rob Swindell's avatar
      A poll() failure with EINTR does not mean a socket is closed. · fcf58640
      Rob Swindell authored
      This won't impact Synchronet as it has a separate signal handling
      thread, but we still need to behave properly for processes that
      don't.  I'm also saying that ENOMEM does not indicate a disconnection,
      though it may be better to pretend it was disconnected...
      fcf58640
  16. Mar 19, 2021
  17. Mar 18, 2021
  18. Mar 04, 2021
    • Rob Swindell's avatar
      Make main and transfer menus easier to edit with PabloDraw · b1908193
      Rob Swindell authored
      Renamed from *.asc to *.msg
      Replaced mouse hot-spot @-codes with the color-coded hotspots
      Removed trailling newline in head.* to avoid line-wrap in PabloDraw
      on @ include line
      The Sysop Menu line still wraps (in PD) - no easy solution for that
      just yet.
      
      For nickshanks1 in IRC.
      b1908193
  19. Dec 23, 2020
    • Rob Swindell's avatar
      Use STATS.LTODAY instead of SERVED @-code for the "Calls" stat shown · fff839dd
      Rob Swindell authored
      As was observed by David Westphalen on Facebook:
      
      The call numbers are messed up on the main menu. Says "Calls 8702 of 1615".
      Is there a way to fix this? Shouldn't it say "Calls 1615 of 8702"?
      
      The numbers were just from different statistics. They should have more
      correlation to each other now.
      fff839dd
  20. Dec 20, 2020
  21. Nov 21, 2020
  22. Sep 17, 2020
    • Rob Swindell's avatar
      Better sysop availability (for chat) visibility/toggleability · e59866e3
      Rob Swindell authored
      - JS system.operator_available property (read/writeable)
      - SYSAVAIL @-code which expands to LiSysopAvailable or LiSysopNotAvailable
        (use the new SYSAVAIL @-code in the chat menu to show availabilty to chat)
      - ;avail sysop command (in str_cmds.js) to toggle sysop availability
      - Changed LiSysopIs text.dat string to be a format string (include %s) and
        the trailing \r\n, so that it can be used in str_cmds.js or anywhere else
        to report sysop availability to chat, or can be set to blank string to
        display nothing (this would not work previously).
      e59866e3
  23. Sep 08, 2020
  24. Aug 01, 2020
  25. May 14, 2020
  26. May 13, 2020
  27. May 09, 2020
Loading