- Aug 22, 2015
-
-
deuce authored
-
deuce authored
warnings when a string or character literal contains invalid UTF-8.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
addresses specified in the Interface line of sbbs.ini for the server.
-
deuce authored
before re-reading them.
-
deuce authored
xpms_add_chararray_list instead. Prevents having to free string lists in the sbbs.ini parsing code.
-
deuce authored
passed string on commas, tabs, spaces, newlines, and carriage returns and eliminating empty entries.
-
- Aug 21, 2015
-
-
echicken authored
and then. Frame.dump returns a 2D array of [row[[column]]] data representing what is visible in the terminal at the moment. If a given y,x location has no data, [y][x] is left undefined. If more than one frame has data at a given location, the topmost frame's data is returned. Data from frames beneath non-transparent frames will not be returned.
-
deuce authored
was no extension. If the specified function returns NULL, js_internal_charfunc will now return undefined (in all cases). This also fixes file_getcase().
-
deuce authored
-
deuce authored
-
deuce authored
the objects private data, and badly breaks the methods. Instead, implement a wrapper macro and use it.
-
- Aug 20, 2015
-
-
echicken authored
- Browse file libraries & directories - View extended info & stats for a given file - Single or batch downloads - Upload a file (with sufficient access)
-
echicken authored
-
rswindell authored
recent changes.
-
deuce authored
-
deuce authored
the same as startup->port anymore.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Was broken on IPv6 literals such as http://[dead::beef]/ as well as any other URI containing a colon.
-
deuce authored
-
deuce authored
string.
-
deuce authored
-
deuce authored
leaving the |<port>| in the string causes inet_addr() to fail, breaking active FTP transfers.
-
rswindell authored
-
rswindell authored
-
deuce authored
(only impacts active FTP transfers via IPv6).
-
rswindell authored
(return value) since v3.15.
-
rswindell authored
If a filename had no extension, it could not be added via batch download list since this code was truncating all white-space off each line read. Now it will just truncate end-of-line characters.
-
rswindell authored
-
deuce authored
New Features: - Multiple bindings for each service Use comma-separated interfaces on Interface= lines in the ini file. Default is now "0.0.0.0,::" - IPv6 support - TLS support for the webserver and (non-static) services New TLS option in services.ini (ie: Options=TLS) - Decrease LEN_SCAN_CMD to 35 chars, increase the CID field to 45 chars, and rename the MAIL_CMD string to IPADDR. I think this frees up the note field for SysOp use.
-
- Aug 18, 2015