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: | Xerxes |
---|---|
Location: | Azle, Texas |
Users: | 131 |
Nodes: | 10 (0 / 10) |
Uptime: | 94:18:12 |
Calls: | 3,190 |
Calls today: | 1 |
Files: | 195 |
U/L today: |
0 files (0K bytes) |
D/L today: |
0 files (0K bytes) |
Messages: | 366,142 |
Posted today: | 0 |