• msgbase.save_msg

    From Jason@1:229/2 to All on Friday, May 10, 2019 19:25:34
    From: jason@HDCBBS.remove-127q-this

    So I am trying to debug the issue I am having with the newslink.js where it starts using 100% of the cpu after trying to download a message. I believe the issue might be in the msgbase.saave_msg(hdr,body) line... So I am trying to find out where that function actually lives..

    Does anyone know where i can find the function msgbase.save_msg ??

    Jason

    ---
    þ Synchronet þ Hard Drive Cafe - hdcbbs.com
    --- Synchronet 3.17c-Win32 NewsLink 1.110
    * Vertrauen - Riverside County, California - telnet://vert.synchro.net

    --- SoupGate-Win32 v1.05
    * Origin: www.darkrealms.ca (1:229/2)
  • From Digital Man@1:229/2 to All on Friday, May 10, 2019 18:54:12
    From: digital.man@vert.synchro.net.remove-hlv-this

    To: Jason
    Re: msgbase.save_msg
    By: Jason to All on Fri May 10 2019 07:25 pm

    So I am trying to debug the issue I am having with the newslink.js where it starts using 100% of the cpu after trying to download a message. I believe the issue might be in the msgbase.saave_msg(hdr,body) line... So I am trying to find out where that function actually lives..

    Does anyone know where i can find the function msgbase.save_msg ??

    js_msgbase.c -> js_save_msg() which calls savemsg() (from postmsg.cpp) to do most of its work.

    digital man

    Synchronet/BBS Terminology Definition #65:
    SSL = Secure Sockets Layer (precursor to TLS)
    Norco, CA WX: 59.9øF, 84.0% humidity, 6 mph ENE wind, 0.05 inches rain/24hrs --- Synchronet 3.17c-Win32 NewsLink 1.110
    * Vertrauen - Riverside County, California - telnet://vert.synchro.net

    --- SoupGate-Win32 v1.05
    * Origin: www.darkrealms.ca (1:229/2)