• logonlist/logonlist_lib

    From Mortifis@VERT/ALLEYCAT to All on Thu Mar 26 12:11:32 2020
    Is there a way to have logonlist_lib.add(user) include HTTP connections?ãã---ã þ Synchronet þ AlleyCat! BBS - http://alleycat.synchro.net:81ã
  • From echicken@VERT/ECBBS to Mortifis on Thu Mar 26 11:35:29 2020
    Re: logonlist/logonlist_libã By: Mortifis to All on Thu Mar 26 2020 12:11:32ãã Mo> Is there a way to have logonlist_lib.add(user) include HTTP connections?ããIf you dig through exec/load/presence_lib.js a bit you'll see some web-related stuff that you could make use of.ããMy web UI maintains a session store for each logged-in user, in INI format, at data/####.web, where ####ãis the user number front-padded with zeros. I *think* all you would really need to do is make your web interface create and manage such files, and ensure that each one has an 'action' key/value pair describing what the user is doing.ãã---ãechickenãelectronic chicken bbs - bbs.electronicchicken.comã þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.comã
  • From Digital Man@VERT to Mortifis on Thu Mar 26 13:34:10 2020
    Re: logonlist/logonlist_libã By: Mortifis to All on Thu Mar 26 2020 12:11 pmãã > Is there a way to have logonlist_lib.add(user) include HTTP connections?ããIt already supports web logons, see https://github.com/echicken/synchronet-web-v4/blob/master/web/lib/auth.jsfor an example.ãã digital manããSynchronet "Real Fact" #94:ãSynchronet v3.16c was released in August of 2015 (5 years after v3.15b).ãNorco, CA WX: 57.1øF, 40.0% humidity, 8 mph E wind, 0.00 inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Digital Man@VERT to echicken on Thu Mar 26 13:35:02 2020
    Re: logonlist/logonlist_libã By: echicken to Mortifis on Thu Mar 26 2020 11:35 amãã > Re: logonlist/logonlist_libã > By: Mortifis to All on Thu Mar 26 2020 12:11:32ã >ã > Mo> Is there a way to have logonlist_lib.add(user) include HTTPã > Mo> connections?ã >ã > If you dig through exec/load/presence_lib.js a bit you'll see someã > web-related stuff that you could make use of.ã >ã > My web UI maintains a session store for each logged-in user, in INI format,ã > at data/####.web, where #### is the user number front-padded with zeros. Iã > *think* all you would really need to do is make your web interface createã > and manage such files, and ensure that each one has an 'action' key/valueã > pair describing what the user is doing.ããlogonlist and presence are 2 different (though related) things however. :-)ãã digital manããThis Is Spinal Tap quote #16:ãDavid St. Hubbins: I believe virtually everything I read...ãNorco, CA WX: 57.1øF, 40.0% humidity, 8 mph E wind, 0.00 inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Mortifis@VERT/ALLEYCAT to echicken on Sat Mar 28 17:23:12 2020
    Re: logonlist/logonlist_libã > By: Mortifis to All on Thu Mar 26 2020 12:11:32ãã > Mo> Is there a way to have logonlist_lib.add(user) include HTTPã > Mo> connections?ãã > If you dig through exec/load/presence_lib.js a bit you'll see someã > web-related stuff that you could make use of.ãã > My web UI maintains a session store for each logged-in user, in INI format,ã > at data/####.web, where ####ã > is the user number front-padded with zeros. I *think* all you would reallyã > need to do is make your web interface create and manage such files, andã > ensure that each one has an 'action' key/value pair describing what the userã > is doing.ããI have a script that does something similar .. writea a zero paddedã/sbbs/data/user/user.number.web (ie 0001.web action:etrucker web replying toãmessage) but since a recent update it is not being picked up ... not sure whatãhappened with itãã---ã þ Synchronet þ AlleyCat! BBS Lake Echo, NS Canadaã