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: | Chris Crash |
---|---|
Location: | Huntington Beach, CA. |
Users: | 577 |
Nodes: | 8 (0 / 8) |
Uptime: | 61:28:16 |
Calls: | 10,734 |
Calls today: | 1 |
Files: | 5 |
Messages: | 442,632 |