Skip to content
Snippets Groups Projects
  1. Dec 03, 2023
  2. Oct 27, 2023
  3. May 27, 2023
  4. Mar 06, 2023
    • Rob Swindell's avatar
      New module: msgscancfg.js to replace copy/pasta msg config menu in *.src · 3090cbcf
      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.
      3090cbcf
  5. Feb 18, 2023
  6. Jan 30, 2023
  7. Dec 27, 2022
  8. Dec 17, 2022
  9. Nov 12, 2022
  10. Mar 10, 2022
  11. Jan 22, 2022
  12. Jan 14, 2022
  13. Jan 02, 2022
  14. Oct 06, 2021
  15. Oct 05, 2021
  16. Oct 01, 2021
  17. Jun 08, 2021
  18. Jun 06, 2021
  19. May 22, 2021
  20. May 02, 2021
  21. Apr 25, 2021
  22. Apr 17, 2021
  23. 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
  24. Mar 19, 2021
  25. Mar 18, 2021
  26. 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
  27. 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
  28. 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
  29. Dec 20, 2020
Loading