• 1.1.2 e5cb65a302

    john released this 2024-03-19 01:09:00 +00:00 | 2 commits to main since this release

    • Fix all functions that return strings so that strings work properly in AMOS. While you could kind of use the immediate return value of the string, any future manipulation of that string would fail. This fixes the following functions:
      • Socket Inet Ntoa$
      • Dns Get Address By Name$
      • Socket Recv$
    Downloads
  • 1.1.1 bfe0f8a09b

    john released this 2024-03-17 17:45:15 +00:00 | 3 commits to main since this release

    • Fix bug in Socket Inet Ntoa$ where the null terminator on the result of calling Inet_NtoA was being included in the AMOS string.
    • Fix crash bug in Socket Inet Ntoa$ if called with the BSD Socket library was not open.
    Downloads
  • 1.1.0 a6500640fa

    john released this 2024-02-24 16:52:17 +00:00 | 4 commits to main since this release

    • Fix bug in Dns Get Host Address By Name$ where it assumed AMOS strings are null-terminated. They are not.
    • Add Socket Herrno to aid in debugging resolver errors.
    Downloads
  • 1.0.1 adb994efe6
  • 1.0.0 4790d8f9c0

    john released this 2023-04-01 20:50:34 +00:00 | 17 commits to main since this release

    Downloads