- 29 Jan, 2021 11 commits
-
-
Deucе authored
-
Deucе authored
-
Deucе authored
So here's what we're doing now... we set bar so that the first item shown in the menu is the lowest index possible that still shows cur. bar is therefore calculated as the displayed item count minus the distance from cur to the end of the list. Yeah, that's the easiest way to explain it.
-
Deucе authored
-
Deucе authored
-
Deucе authored
scrn, showbuf, timedisplay, bottomline, getstrxy
-
-
-
echicken authored
-
Rob Swindell authored
-
Michael Long authored
-
- 28 Jan, 2021 11 commits
-
-
Michael Long authored
-
echicken authored
-
echicken authored
-
echicken authored
Require authentication for unread-counts; guests don't need this.
-
echicken authored
-
echicken authored
-
echicken authored
for every sub in a group or every group (that the user has access to). Avoids sending a long list of sub/group codes in the query string for no good reason, which is a problem if you like to carry an insane number of dead echoes or whatever.
-
echicken authored
-
echicken authored
-
echicken authored
-
Rob Swindell authored
iniGetNamedStringList() was returning NULL when attempting to get the list of keys in the "root" (unnamed) section and the file is actually empty/blank. If there were *any* characters in the file, it would return an empty list (not NULL). Now, always return the empty list, even when the file is blank.
-
- 27 Jan, 2021 18 commits
-
-
Michael Long authored
-
Rob Swindell authored
As reported by Gamgee (PALANT), the MAILW:0 and MAIL:1 lines didn't display correctly (weren't justified) because of the combination of colons and dash. Using MAILW#0-L and MAILW#1-L (replacing colons with hash, ugh) would have also fixed the issue, but the pipe is the newly preferred method of @-code format arguments, so just do that through-out the file, leaving the colons. Help save the colons!
-
Rob Swindell authored
Update doorscan.js - fix "TypeError: argv[i].toLowerCase is not a function"... See merge request !88
-
echicken authored
-
echicken authored
-
echicken authored
-
echicken authored
If file type is known to ctrl/mime_types.ini, and if files_inline is true in modopts.ini->[web], and if it's not application/octet-stream, set content-disposition to inline.
-
echicken authored
-
echicken authored
-
echicken authored
Would be overridden if a Region or Host line is encountered. This dumbness brought to you by FTS-5000.005. nelgin to test against his extensive nodelist collection.
-
Michael Long authored
Update doorscan.js - fix "TypeError: argv[i].toLowerCase is not a function" when being called from webv4
-
Rob Swindell authored
-
Michael Long authored
-
Michael Long authored
-
Rob Swindell authored
-
Deucе authored
var x = null; if (typeof x == 'object') print(Object.keys(x).join(', '));
-
Deucе authored
typeof (new Array()) === 'object' but an Array not not be an Object(?)
-
Rob Swindell authored
-