Skip to content
Snippets Groups Projects
  1. Feb 15, 2021
    • Rob Swindell's avatar
      Fix memory leaks in error paths of js_show_msg_header() · 829b425a
      Rob Swindell authored
      Identified by Coverity.
      829b425a
    • Rob Swindell's avatar
      Re-work the string constant usage of utimestr() · 5aafe28c
      Rob Swindell authored
      To make Coverity and my adult-self happy.
      5aafe28c
    • Rob Swindell's avatar
    • Rob Swindell's avatar
      When replying to PING netmails, use the destination addr as the origaddr · 53d31031
      Rob Swindell authored
      As tested and reported in FIDONEWS by Michiel van der Vlist, 2:280/5555, SBBSecho would use the "best match" FidoNet AKA for the originating address when replying to PING netmail messages and not necessarily the original destination address of the ping request. For systems that have multiple addresses (AKAs) that could be considered appropriate originating addresses for the requesting node address (e.g. multiple addresses in the same zone or zone/net), this could cause a confusion for the PING requester.
      
      The create_netmail() function now accepts an optional source (orig) address parameter and the PING response logic passes the netmail's destination address for the reply message's originating (source) address.
      
      I noticed that AreaMgr responses also follow the same logic as PING responses (just use the best-fit AKA, not necessarily the same address as the original request's destination address) - but I did not choose to address that "issue" at this time.
      53d31031
  2. Feb 14, 2021
  3. Feb 13, 2021
  4. Feb 12, 2021
    • Deucе's avatar
      Fix initial bar calculation. · 076d6f05
      Deucе authored
      After calculating i (offset in list to top of window), if it's less
      than zero, apply it to bar and set i = 0.
      
      Fixes #218
      076d6f05
  5. Feb 11, 2021
  6. Feb 10, 2021
  7. Feb 08, 2021
  8. Feb 07, 2021
  9. Feb 06, 2021
  10. Feb 05, 2021
Loading