- Aug 30, 2019
-
-
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
-
-
rswindell authored
-
deuce authored
-
-
rswindell authored
the [dyndns] section of modopts.ini.
-
rswindell authored
contains one or more UTF-16 encoded characters. utf8_encode() can now accept a UTF-16 encoded string (e.g. "\u0f00") and will return the UTF-8 encoded version.
-
deuce authored
-
rswindell authored
New global functions: - str_is_utf8() - str_is_ascii() - str_has_ctrl() Return a more sensible value when 'null' is passed to the utf8_* functions. Updated some JSDOCS strings in regards to "extended-ASCII" and what that means (in some cases, specifically CP437, in others, any non-ASCII chars).
-
rswindell authored
any control (ASCII 0x01 - 0x1F) characters.
-
rswindell authored
-
rswindell authored
-
deuce authored
-
- Aug 27, 2019
-
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
the "js" object.
-
deuce authored
These almost certainly improve performance a bunch, but may result in new behaviours.
-
deuce authored
child scope.
-
deuce authored
object.
-
deuce authored
not the global scope. This appears to be a systemic issue, and could even be the root cause of the background log problem...
-
deuce authored
-
deuce authored
-
rswindell authored
allow a TXT record to be set for yourname.synchro.net DNS look-ups.
-
rswindell authored
The procedure entry point inet_ntop could not be located in dynamic link library ws2_32.dll
-
rswindell authored
-
rswindell authored
run with the '-p' or '-!' options. This resolve the issue of (on Win32) having to enter *twice* to close the program in this mode.
-