- Aug 16, 2019
-
-
echicken authored
Use last_few_callers setting of above to determine how many records to display. Reverse the order of the list; for whatever reason, that looks better to me right now.
-
echicken authored
sidebar module.
-
echicken authored
-
echicken authored
Since you don't "call" a website, we'll just call this a "recent visitors" list. Visitation may occur via H.T.T.P. or T.E.L.N.E.T. etc.
-
echicken authored
If user is logging in (sent credentials and successfully authed), destroy their existing session store (if any) to treat this as a new login.
-
- Aug 15, 2019
-
-
echicken authored
This is updated on new logins, or after settings.timeout expires. (This will also be the place to update the recent-logins list.)
-
- Aug 14, 2019
- Aug 01, 2019
-
-
echicken authored
-
- Jul 31, 2019
- Jul 30, 2019
-
-
echicken authored
-
echicken authored
Require
-
echicken authored
-
echicken authored
(libs to be updated (again) for require()ability). Where require() not possible/applicable, use var instead of const at the top level.
-
echicken authored
-
echicken authored
they solve the unexpected redeclaration errors, other unexpected scope problems persist.
-
- Jul 29, 2019
- Jul 26, 2019
-
-
echicken authored
-
- Jul 25, 2019
-
-
echicken authored
-
echicken authored
-
echicken authored
-
echicken authored
-
echicken authored
I think there's a send_file thing that could be used here now.
-
echicken authored
-
echicken authored
-
echicken authored
Load SSJS and XJS pages/sidebar modules in an IIFE closure.
-
echicken authored
Much of this script is garbage, but I'll clean it up after the new forum is closer to done.
-
- Jul 24, 2019
-
-
Rob Swindell authored
As a side-note: when forum_extended_ascii is fale, we should probably be converting the text to ASCII, not just sending it as-is to the browser which won't be displaying the potentially CP437 chars correctly.
-
echicken authored
-
echicken authored
-
echicken authored
Some new methods for use in the revised forum.
-
- Jul 21, 2019