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: | altere |
---|---|
Location: | Houston, TX |
Users: | 66 |
Nodes: | 4 (0 / 4) |
Uptime: | 12:09:13 |
Calls: | 636 |
Calls today: | 3 |
Files: | 7,638 |
Messages: | 292,465 |