• Mystic Requests

    From Mike Fenton@1:229/310 to All on Thursday, August 24, 2017 14:33:52
    g00r00,

    When you slow down with all your stuff. Here's what I'm thinking in terms of requests.

    - Linux Split Screen Chat

    - Linux Session Take over via nodespy

    - Chat to allow display of files via |DF/mystic/text/main.ans (Renegade like)
    * Something like m-chat? Maybe this can be developed outside Mysitc via MPS
    again. Any takers? :)

    - MIS bugs fixes for Linux. (Seems to be crashing for most)

    - When loading MIS as sudo under linux, it allows listing and access to other root folders. (Need to double check).

    - MPS bug when calling a menucmd(DD) in windows it's causing everything to
    jump to the top, ignoring the |[YXX commands under it. (I can explain more.) But the same thing under Linux works as expected. Not sure if this is a bug,
    or something related to the OS.


    That's it for now.. I know I had more, I just can't think of any.

    --- Mystic BBS v1.12 A34 (Linux/32)
    * Origin: Clutch BBS * telnet://clutch.darktech.org (1:229/310)
  • From g00r00@1:129/215 to Mike Fenton on Saturday, August 26, 2017 19:46:21
    - MIS bugs fixes for Linux. (Seems to be crashing for most)

    Are you talking about MIS2? A35?

    - When loading MIS as sudo under linux, it allows listing and access to other root folders. (Need to double check).

    When you load MIS it immediately binds the ports and then drops root by switching to the user and group that owns the mis file.

    - MPS bug when calling a menucmd(DD) in windows it's causing everything
    to jump to the top, ignoring the |[YXX commands under it. (I can explain more.) But the same thing under Linux works as expected. Not sure if
    this is a bug, or something related to the OS.

    I'm not sure I follow this one.

    --- Mystic BBS v1.12 A35 (Windows/32)
    * Origin: Sector 7 [Mystic BBS WHQ] (1:129/215)
  • From Mike Fenton@1:229/310 to g00r00 on Saturday, August 26, 2017 21:26:55
    - MIS bugs fixes for Linux. (Seems to be crashing for most)

    Are you talking about MIS2? A35?

    MIS on a34

    - When loading MIS as sudo under linux, it allows listing and access other root folders. (Need to double check).

    When you load MIS it immediately binds the ports and then drops root by switching to the user and group that owns the mis file.


    If the folder or file contains any root group permissions you can access
    them. See below.

    drwxr-x--- 24 root root 4.0K Aug 21 04:00 root

    0;root@sbbs: /bbs@sbbs:/$ ls /root
    Desktop Downloads mail Pictures Videos Documents Music
    Public Templates
    0;root@sbbs: /bbs@sbbs:/$


    - MPS bug when calling a menucmd(DD) in windows it's causing everythi to jump to the top, ignoring the |[YXX commands under it. (I can expl more.) But the same thing under Linux works as expected. Not sure if this is a bug, or something related to the OS.

    I'm not sure I follow this one.

    example.

    procedure example
    begin

    CLRSCR
    writeln('this is a test')
    menucmd('DD','c:\mystic\test.bat')
    callproc()

    end

    procedure callproc
    begin

    writeln('|[Y22|[X20Test')

    end

    The above will make the Y22 Start at the top of the screen even though I told it to jump to Y22.

    Hope this makes sense.

    --- Mystic BBS v1.12 A34 (Linux/32)
    * Origin: Clutch BBS * telnet://clutch.darktech.org (1:229/310)