Nick Boel wrote to GitLab issue in main/sbbs <=-
open https://gitlab.synchro.net/main/sbbs/-/issues/761
Looks like "?logonlist -l" reports 'same day' calls in ascending
order, while the next day (or previous days) are in a descending
order. Would like for it all to be in one order, or even
configurable with an option "?logonlist -l -a" for ascending, or "?logonlist -l -d" for descending? See below for screenshot.
https://pharcyde.org/logonlist.png
https://pharcyde.org/logonlist.png
This looks correct/normal to me. The first sort is by date, and then
it's sorted by the time of connection on that date, top to bottom.
Would just like to see it possibly
configurable for ascending, decendin
Hello Gamgee,
On Sun, Jun 09 2024 13:17:00 -0500, you wrote:
https://pharcyde.org/logonlist.png
This looks correct/normal to me. The first sort is by date, and then it's sorted by the time of connection on that date, top to bottom.
As we discussed on IRC, If the date were to go in the same order as the time of connections on the same day, the newest calls would be at the bottom of the list. Currently, they are not sorted in order, *by call*. The "total connections" column on the left side of the screenshot will show you that they are not in order.
Would just like to see it possibly configurable for ascending, decending, or leave it how it is, is all.
Re: "logonlist.js -l" reports last callers out of order
By: Nicholas Boel to Gamgee on Sun Jun 09 2024 09:15 am
Would just like to see it possibly configurable for ascending, decendin
Plus one on this. The last login list is a little weird with date going newest to oldest but logins on that date going oldest to newest. Or is it vice versa? Whichever, I would definitely prefer to see the list of callers in simple order so you can just quickly glance at it rather than trying to match up numbers and such.
Would just like to see it possibly configurable for ascending, decending, or
leave it how it is, is all.
As it is now, logonlist.js and the underlying libraries (json_lines.js, logonlist_lib.js) don't "sort" the entries at all - they are always displayed "how it is", in the order the entries are in the file, which
is the same order in which they are added to the file during logon (by default, in logon.js).
I'm not sure what you're describing. The data/logon*.json file contains logon information in the order of the recorded logons (newest at the
end) and this is the same order in which the entries are displayed by logonlist.js.
logon information in the order of th
recorded logons (newest at the end)
Re: "logonlist.js -l" reports last
By: Digital Man to phigan on Sun Jun 09 2024 03:58 pm
logon information in the order of th recorded logons (newest at the end)
Newest at the end per day, right? But then the next day goes above those?
Or am I just seeing it wrong?
That was bug with the '-l' option only, as it pulled from more than one day fulfill the request - that's now fixed.
Sysop: | Gate Keeper |
---|---|
Location: | Shelby, NC |
Users: | 764 |
Nodes: | 20 (0 / 20) |
Uptime: | 38:32:56 |
Calls: | 11,274 |
Files: | 5,288 |
D/L today: |
79 files (9,953K bytes) |
Messages: | 521,279 |