Skip to content
Snippets Groups Projects
  1. Apr 04, 2021
    • Rob Swindell's avatar
      A poll() failure with EINTR does not mean a socket is closed. · 925e3b0a
      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...
      925e3b0a
  2. Mar 19, 2021
  3. Mar 18, 2021
  4. Mar 04, 2021
    • Rob Swindell's avatar
      Make main and transfer menus easier to edit with PabloDraw · 48400739
      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.
      48400739
  5. Jan 27, 2021
    • Rob Swindell's avatar
      Use pipe separator for @-code formatting arguments instead of dash · 265cc53c
      Rob Swindell authored
      As reported by Gamgee (PALANT), the MAILW:0 and MAIL:1 lines didn't display
      correctly (weren't justified) because of the combination of colons and dash.
      Using MAILW#0-L and MAILW#1-L (replacing colons with hash, ugh) would have
      also fixed the issue, but the pipe is the newly preferred method of @-code
      format arguments, so just do that through-out the file, leaving the colons.
      Help save the colons!
      265cc53c
  6. Dec 23, 2020
    • Rob Swindell's avatar
      Use STATS.LTODAY instead of SERVED @-code for the "Calls" stat shown · 07829eeb
      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.
      07829eeb
  7. Dec 20, 2020
  8. Nov 21, 2020
  9. Sep 17, 2020
    • Rob Swindell's avatar
      Better sysop availability (for chat) visibility/toggleability · 6b993a0b
      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).
      6b993a0b
  10. Sep 16, 2020
  11. Sep 12, 2020
  12. Sep 08, 2020
  13. Sep 07, 2020
  14. Aug 16, 2020
  15. Aug 01, 2020
  16. May 26, 2020
  17. May 14, 2020
  18. May 13, 2020
  19. May 09, 2020
  20. May 08, 2020
  21. Apr 27, 2020
  22. Apr 04, 2020
  23. Apr 01, 2020
  24. Mar 25, 2020
    • rswindell's avatar
      Added missing commands: NEXEC and EXEC ?<mod> · 88b2806a
      rswindell authored
      I put these in the "Viewing" group rather than reformat the entire menu.
      Probably more are missing, but running out of room to fit on an 80x24 screen
      anyway.
      Edited with PabloDraw, so using the new CLEAR @-code and includes a ^AZ
      terminator.
      88b2806a
  25. Mar 08, 2020
  26. Mar 02, 2020
  27. Aug 31, 2019
  28. Aug 27, 2019
  29. Aug 02, 2019
Loading