Subj : exec/load/logonlist_lib.js To : Git commit to main/sbbs/master From : Rob Swindell Date : Wed Mar 09 2022 02:24 pm https://gitlab.synchro.net/main/sbbs/-/commit/608b6f10df03e30f6be5ab55 Modified Files: exec/load/logonlist_lib.js Log Message: get() method supports reading entries from multiple days If days_ago argument is undefined (as is the case when performing a "last few callers" query/list), then pull upto the maximum last number of callers from previous days as necessary. Part of fix for issue #371 .