- Feb 16, 2009
-
-
rswindell authored
Constified the arguments. Created exascii_to_ascii_char(). Created ctrl_a_to_ascii_char(). strip_ctrl() and prep_file_desc() now takes 2 args. strip_ctrl(), strip_exascii() and prep_file_desc() now strdup() the input string and if the dest arg is NULL, returns the allocated and modified copy. sbbs_t::bputs() now handles ^AZ. Change Ctrl-A code message network exporting: 1. ^AL, ^A<, ^A[, and ^A] are always translated to ASCII equivalents. 2. ^AZ will terminate the message body prematurely if found. 3. Ex-ASCII (CP437) chars will be translated to ASCII equivalents (rather than '*') for "ASCII Only" subs. For import, don't allow Ctrl-AP or Ctrl-AL. For SBBSecho: Added support for specifying a link's address on the command-line (e.g. for use with -h). Mail server now strips Ctrl-A codes from message bodies for sending via POP3 or SMTP.
-
- Jun 04, 2008
-
-
deuce authored
by properly const-ifying the appropriate functions and variables. Not yet tested on Win32
-
- Apr 21, 2008
-
-
rswindell authored
pause due to clear-screen code.
-
- Aug 23, 2006
-
-
rswindell authored
- returns true/false if the user's terminal supports all the passed flags - returns the supported flags if no flags are passed for comparison - automatically uses the auto-terminal-type flags if no user is logged-on
-
- Feb 08, 2006
- Oct 25, 2005
- Sep 02, 2005
-
-
deuce authored
CON_R_ECHOX and CON_L_ECHOX, then sends "\b \b" Replace all instances of [br]puts("\b \b") with call to backspace() This fixes once and for all the "spaces entered at password prompt are echoed as spaces" problem. Har. PR:42->closed
-
- Sep 01, 2005
-
-
deuce authored
masked space... feel free to start a debate on this as I'm not sure which is more right. EVENTUALLY something "right" needs to be done here.
-
deuce authored
work in password entry mode. :-( Add comment regarding this. PR:42->open
-
deuce authored
PR:42->closed
-
rswindell authored
non-ANSI users.
-
rswindell authored
-
- May 30, 2004
-
-
deuce authored
-
- Apr 08, 2004
-
-
rswindell authored
-
- Apr 02, 2004
-
-
rswindell authored
resolves the problem of displaying any ASCII 255 characters embedded in messages, menus, text.dat, etc.
-
- Jan 15, 2004
-
-
rswindell authored
count less than 1. This indirectly fixes a bug in getstr() when hitting Ctrl-X when already at the first character in the string.
-
- Oct 24, 2003
-
-
rswindell authored
-
- Aug 28, 2003
- Jul 08, 2003
-
-
rswindell authored
eventually, these may be non-ANSI-specific. Updated brace-style. Moved clearline() method from listfile.cpp. Using rputs/rprintf instead of bputs/bprintf for sending ANSI escape sequences. bugfix: ctrl_a(127) does nothing rather than send <esc>[0C.
-
- Apr 26, 2003
-
-
deuce authored
-
- Jan 05, 2003
-
-
rswindell authored
-
- Nov 13, 2002
-
-
rswindell authored
variants (gmtime_r, localtime_r, and ctime_r) for thread-safe operation on Unix
-
- Aug 05, 2002
-
-
rswindell authored
-
- Jul 08, 2002
-
-
rswindell authored
-
- Apr 23, 2002
- Apr 13, 2002
-
-
rswindell authored
-
- Mar 13, 2002