Skip to content
Snippets Groups Projects
  1. Jan 22, 2022
  2. Jan 14, 2022
  3. Jan 02, 2022
  4. Oct 06, 2021
  5. Oct 05, 2021
  6. Oct 01, 2021
  7. Jun 08, 2021
  8. Jun 06, 2021
  9. May 22, 2021
  10. May 02, 2021
  11. Apr 25, 2021
  12. Apr 17, 2021
  13. 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
  14. Mar 19, 2021
  15. Mar 18, 2021
  16. 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
  17. 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
  18. 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
  19. Dec 20, 2020
  20. Nov 21, 2020
  21. 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
  22. Sep 16, 2020
  23. Sep 12, 2020
  24. Sep 08, 2020
  25. Sep 07, 2020
  26. Aug 16, 2020
  27. Aug 01, 2020
  28. May 26, 2020
Loading