- Aug 31, 2019
-
-
rswindell authored
-
rswindell authored
-
deuce authored
in the archive, so the original wasn't maintained.
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
Store/restore the user's choosen tabstop value (if not the same as the default) in/from user's props file (data/user/####.ini).
-
rswindell authored
-
rswindell authored
-
rswindell authored
debug-builds only.
-
rswindell authored
and the forced-password-change interval.
-
rswindell authored
- PWAGE - age (in days) of current user's password - PWDAYS - maximum age (in days) before forced-password-change (or "unlimited") - PWDATE (alias for MEMO) - date of last change of the current user's password - AUTODEL - days of user inactivity before auto-deletion (or "unlimited")
-
rswindell authored
-
rswindell authored
(user) Inactivity" system setting (in days, 0 = disabled).
-
- Aug 30, 2019
-
-
deuce authored
only used in the main body.
-
deuce authored
All that's left now is modifying the server state, and the various converstation things... the flowers are most interesting because of the funky flower setting.
-
deuce authored
-
rswindell authored
Eliminate duplicate case statements added in previous commit (some of these were already mapped using numeric constants).
-
rswindell authored
Added more "black square" -> CP437 0xFE mappings. Added Unicode FULL/HALF block -> CP437 mappings.
-
rswindell authored
definitions.
-
rswindell authored
-
deuce authored
This doesn't currently run in jsdoor since jsdoor doesn't have a system password, or a place to store certs (yet). This is the initial work, and just has player file access. Mail, logs, and update rather than full put/get are still TODO, as is the ability to update players owned by other systems.
-
rswindell authored
translating from Unicode to CP437. Use the UNICODE_HOUSE macro instead of the codepoint hex-value.
-
nightfox authored
Version 1.25: Added the ability to search for message groups and sub-boards when changing to another sub-board. Search can be started with the / key or CTRL-F (Find). Also, in lightbar mode, the N key can be used to highlight the next match in the list.
-
rswindell authored
was not a recoverable message header (e.g. the toUserName field was *not* at offset 0x22): xx 02 00 01 00 01 00 6A - 02 FE 01 00 00 00 00 30 : .......j.......0 34 20 46 65 62 20 31 31 - 39 20 20 32 30 3A 32 36 : 4 Feb 119 20:26 3A 33 32 04 00 4B 75 72 - 74 20 57 65 69 73 6B 65 : :32..Kurt Weiske So restore the DateTime field validation: the 20th byte must be null.
-
deuce authored
-
- Aug 29, 2019
-
-
deuce authored
-
deuce authored
Yes, this is a pure-JS ANSI->LORD code converter. *shudder*
-
rswindell authored
through debug-level log messages exactly why a QWK vote message failed to import.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
created in the global scope when when a scope is passed to load(), require() or js.exec(). While having 'var x = 0;' and 'x = 0;' put x in different scopes is bad, we actually want them all in the passed scope, not the global scope... and that's not an option. It looks like js.exec() will actually need to set scope as the global object and add a second global object to the original scope.
-
rswindell authored
-
rswindell authored
-
- Aug 28, 2019