Skip to content
Snippets Groups Projects
  1. Mar 01, 2017
  2. Feb 27, 2017
  3. Feb 24, 2017
    • rswindell's avatar
      2 Area-fix changes with regards to "pass-through areas": · 62f7e8ed
      rswindell authored
      - %RESCAN returns a different failure result if the requested echo is a
      pass-through area (cannot be rescanned)
      - %UNLINKED will return only the unlinked echoes even when an "additional
      echolist" is utliized and the linked areas are all pass-through (for Bill).
      62f7e8ed
  4. Feb 21, 2017
    • rswindell's avatar
      Fix potential crash (stack corruption) in qwk_route() reported by Hemo: · 2ff51deb
      rswindell authored
      If what appears to be a QWKnet addressed was passed, but the QWK-ID portion was
      exactly 9 characters, a 1-byte stack corruption would occur as the 10-char
      local variable (node) could be written with 11 chars (9-char QWK-ID, colon,
      null). The reported issue happend when attempting to send netmail to
      "hemo@ujointbbs" which is neither a valid Internet email address or a valid
      QWKnet address.
      2ff51deb
    • nightfox's avatar
      Version 0.16 beta: Added a main menu option to display poll stats - Lists the... · f9a83a63
      nightfox authored
      Version 0.16 beta: Added a main menu option to display poll stats - Lists the polls by highest number of votes (highest first), and for each one, lists the answer(s) with the highest number of votes (highest first).
      f9a83a63
  5. Feb 20, 2017
  6. Feb 12, 2017
  7. Feb 10, 2017
    • rswindell's avatar
      Added IPv4 CIDR notation support to all filter (*.can) files via the functions: · 26524908
      rswindell authored
      findstr() and findstr_in_list().
      This means that rather than listing an IP address range using the traditional
      wildcard characters (e.g. "192.168.1.*"), you could specify a subnet range
      using CIDR notation (e.g. "192.168.1.0/24").
      The '!' prefix is supported for CIDR match lines (for negated match results),
      but no other wildcard/match characters are (e.g. '^', '~', or '*').
      You can mix and match traditional match lines and CIDR match lines in the same
      filter file.
      IPv6 CIDR notation is not yet supported.
      26524908
  8. Feb 09, 2017
  9. Feb 08, 2017
  10. Feb 06, 2017
  11. Feb 05, 2017
  12. Jan 29, 2017
  13. Jan 25, 2017
  14. Jan 22, 2017
  15. Jan 21, 2017
  16. Jan 20, 2017
  17. Jan 19, 2017
  18. Jan 17, 2017
  19. Jan 16, 2017
  20. Jan 15, 2017
  21. Jan 14, 2017
  22. Jan 13, 2017
Loading