• thread_id in message header

    From Nightfox@VERT/DIGDIST to Digital Man on Sat Oct 11 12:12:18 2014
    Hi DM,ããIf I print the properties of a message header, one of the properties isãthread_id. I'm guessing all messages in a sub-board that belong to aãparticular thread will have the same thread ID, is that correct? Also, in whatãversion of Synchronet was thread_id introduced? I don't see it on theãJavaScript documentation page:ãhttp://www.synchro.net/docs/jsobjs.htmlããNightfoxãã---ã þ Synchronet þ Digital Distortion BBS - digitaldistortionbbs.comã
  • From echicken@VERT/ECBBS to Nightfox on Sat Oct 11 17:01:40 2014
    Re: thread_id in message headerã By: Nightfox to Digital Man on Sat Oct 11 2014 12:12:18ãã Ni> If I print the properties of a message header, one of the properties isã Ni> thread_id. I'm guessing all messages in a sub-board that belong to aã Ni> particular thread will have the same thread ID, is that correct? Also, inããThis is correct as far as I know.ããthread_id is also the number of the original message in the thread. (Theãoriginal message may or may not still exist.) If the message predates theãaddition of this property, then the value will be 0.ãã Ni> what version of Synchronet was thread_id introduced? I don't see it onããIt was introduced after 3.15b, in March 2012 according to the commit log. Soãif you want your code to run on pre-3.16 systems, check that (typeofãheader.thread_id == "number") before attempting to make use of that value.ãã---ãechickenãelectronic chicken bbs - bbs.electronicchicken.com - 416-273-7230ã þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.comã
  • From Digital Man@VERT to Nightfox on Sat Oct 11 22:19:27 2014
    Re: thread_id in message headerã By: Nightfox to Digital Man on Sat Oct 11 2014 12:12 pmãã > Hi DM,ã >ã > If I print the properties of a message header, one of the properties isã > thread_id. I'm guessing all messages in a sub-board that belong to aã > particular thread will have the same thread ID, is that correct? Also, inã > what version of Synchronet was thread_id introduced?ããCorrect. It's not 100% accurate for networked message areas however.ããIt was introduced in v3.16 (work in progress).ãã > I don't see it on theã > JavaScript documentation page:ã > http://www.synchro.net/docs/jsobjs.htmlããYup, that's why. :-)ãã digital manããSynchronet "Real Fact" #3:ãSynchronet version 3 is written mostly in C, with some C++, x86 ASM, and Pascal.ãNorco, CA WX: 68.2øF, 82.0% humidity, 0 mph SSW wind, 0.00 inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Nightfox@VERT/DIGDIST to Digital Man on Sat Oct 11 23:03:33 2014
    Re: thread_id in message headerã By: Digital Man to Nightfox on Sat Oct 11 2014 22:19:27ãã >> is thread_id. I'm guessing all messages in a sub-board that belong toã >> a particular thread will have the same thread ID, is that correct? ã >> Also, in what version of Synchronet was thread_id introduced?ãã DM> Correct. It's not 100% accurate for networked message areas however.ãã DM> It was introduced in v3.16 (work in progress).ãã >> I don't see it on theã >> JavaScript documentation page:ã >> http://www.synchro.net/docs/jsobjs.htmlãã DM> Yup, that's why. :-)ããI see, thanks. :)ããNightfoxãã---ã þ Synchronet þ Digital Distortion BBS - digitaldistortionbbs.comã