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: | Ree |
---|---|
Location: | Toronto, ON |
Users: | 2 |
Nodes: | 10 (0 / 10) |
Uptime: | 144:18:35 |
Calls: | 369 |
Files: | 2 |
Messages: | 38,456 |