Is there a way to have logonlist_lib.add(user) include HTTP connections?
Is there a way to have logonlist_lib.add(user) include HTTP connections?
Re: logonlist/logonlist_lib
By: Mortifis to All on Thu Mar 26 2020 12:11:32
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.
Re: logonlist/logonlist_lib
By: Mortifis to All on Thu Mar 26 2020 12:11:32
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.
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,038 |
Nodes: | 15 (1 / 14) |
Uptime: | 19:09:49 |
Calls: | 775 |
Calls today: | 15 |
Files: | 95,171 |
D/L today: |
7,606 files (2,883M bytes) |
Messages: | 299,379 |
Posted today: | 3 |