Giter Club home page Giter Club logo

Comments (3)

tuday2 avatar tuday2 commented on June 2, 2024

{"UniqueIdentifier":"SFAYTZ","File":"SFAYTZ.DLL","Imports":{"DOSCALLS":[89],"PHAPI":[16],"MAJORBBS":[629,522,442,87,349,401,350,402,403,628,534,543,68,437,351,444,566,455,494,492,589,331,544,335,122,476,477,463,191,121,520,117,119,113,420,475,578,474,167,565,131,624,419,11,604,665,621,317,574,560,625,571,659,562,355,94,417,661,658,409,660,550,601,615,208,205,648,462,225,657,435,312,654,77,582,456,655,587,326,643,65,369,334,487],"GALGSBL":[7,21,36,72]}}

from mbbsemu.

tuday2 avatar tuday2 commented on June 2, 2024

YAHError

from mbbsemu.

enusbaum avatar enusbaum commented on June 2, 2024

Looked into this and MBBSEmu isn't handling CNCCHR(), MORCNC() and ENDCNC() properly.

For example, when SFAYTZ calls endcnc(), if there's more data in the buffer it's re-parsed and processed.

image

image

Based on the MBBS Developers guide, for endcnc() the remaining INPUT needs to be placed back into INPUT as if it was the text entered, and re-parsed using parsin().

image

I believe there are a couple things that need doing here:

  1. cncchr() needs to be fixed
  2. endcnc() needs to property place the remaining command string into INPUT
  3. parsin() should be moved from the Session Base and fully implemented in MAJORBBS
  4. parsin() needs to be called after endcnc() is invoked

... and then write unit tests to make sure it all works right ;)

from mbbsemu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.