- Jul 02, 2003
-
-
rswindell authored
Fixed beep() method when called with no args.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Created beep() method to send beep characters to remote console. ansi_gotoxy() method now accepts a single object argument with x and y properties (like that returned from ansi_gotoxy), or separate number arguments for x and y values (as before). All ansi_* methods now have aliases without the ansi_ prefix, in preperation of supporting other (non-ANSI) terminal emulations in the future.
-
rswindell authored
for full-screen editor functionality. Added support for CON_DOWNARROW, CON_LEFTARROW, and CON_BACKSPACE console status bits, used in combination with getstr(K_LEFTEXIT) for full-screen editor functionality. Insert mode (^V) still needs work.
-
rswindell authored
for full-screen editor functionality.
-
rswindell authored
CON_DOWNARROW, CON_LEFTARROW, and CON_BACKSPACE, used to determine when getstr() is terminated with arrow key/backspace movement. And K_LEFTEXIT and K_USEOFFSET mode bits for console.getstr(). Used for full-screen editor functionality.
-
rswindell authored
CON_DOWNARROW, CON_LEFTARROW, and CON_BACKSPACE, used to determine when getstr() is terminated with arrow key/backspace movement. Used for full-screen editor functionality.
-
rswindell authored
RLogin connections establishment.
-
rswindell authored
Sets the terminal variable to "ansi", "rip", "wip", "html", or "dumb" if it's not otherwise initialized via Telnet or RLogin.
-
- Jul 01, 2003
-
-
rswindell authored
Added "env" global object (associative array) that contains all of the current environment variables (for CGI execution).
-
rswindell authored
a certain age in days (defaults to 30).
-
rswindell authored
-
rswindell authored
for executing Synchronet JavaScript modules as background timed events (e.g. newslink.js) or in places where JS modules are not currently supported (e.g. mailproc.cfg). This will likely be enhanced to support CGI execution in the near future allowing dynamically-generated HTML using Synchronet data on any web server (e.g. Apache).
-
rswindell authored
-
rswindell authored
the length is 0. smb_addcrc() now verifies the file is evenly divisible by 4 bytes (the size of a 32-bit CRC record).
-
rswindell authored
SPAM article detection on import.
-
rswindell authored
Added note about curses/ncurses requirement.
-
- Jun 26, 2003
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Added sbbs_t::terminal for terminal type description (e.g. "ANSI").
-
rswindell authored
Added multiple-inclusion protection.
-
- Jun 25, 2003
-
-
rswindell authored
existence check on Unix (fexistcase).
-
- Jun 22, 2003
- Jun 20, 2003
-
-
deuce authored
-
- Jun 19, 2003
-
-
rswindell authored
Updated brace style. printfile_fp() no longer reads/displays in 8K chunks, fixes problem with pauseon/off @-codes in large files.
-