- Apr 28, 2015
-
-
rswindell authored
was never used. This was intended to be a method for internationalization, letting the sysop change which key is used as the uiniversal "quit" key. This commit replaces most of the uses of the hard-coded 'Q' for quit wtih the 3rd charcter in the text.dat YNQP string. Some hard-coded menus still have the 'Q' key hard-coded and will need to be addressed later. The text.h YN index macro was changed to YNQP and the JS text index variable name will change as well.
-
- Oct 19, 2011
-
-
rswindell authored
all exported functions and data types using a 32-bit time_t (time32_t).
-
- Sep 21, 2011
-
-
rswindell authored
longer (use lprintf(LOG_ERR,...) instead, which does). Added sbbs_t::hacklog() for convenience.
-
- Jul 21, 2011
-
-
rswindell authored
That is, if any of the following text.dat entries are set to a blank/emtpy string (by editing ctrl/text.dat or via run-time script modification), the question will not be asked of the user allowing greater sysop-customization of hard-coded processes (e.g. new user application): ClearUploadQueueQ ClearDownloadQueueQ HangUpAfterXferQ ChatWithGuruInsteadQ ForwardMailQ DownloadBatchQ LogOffQ DeleteErrorLogQ ClearErrCounter DeleteGuruLogQ AutoTerminalQ AnsiTerminalQ ColorTerminalQ ExAsciiTerminalQ CallingFromNorthAmericaQ ReadYourMailNowQ NScanAllGrpsQ SScanAllGrpsQ NewPasswordQ ContinueQ EnterYourPhoneNumber UserInfoCorrectQ UseExternalEditorQ DownloadAttachedFileQ AddSubToNewScanQ (new) RemoveFromNewScanQ DisplaySubjectsOnlyQ Post SearchExtendedQ ViewSysInfoFileQ ViewLogonMsgQ WithLineNumbersQ
-
- Mar 12, 2010
-
-
deuce authored
-
- Mar 06, 2010
-
-
rswindell authored
inserting (long) typedefs to prevent warnings, but in the case of the JS File() class, actually supporting file lengths > 32-bit.
-
- Nov 09, 2009
-
-
rswindell authored
-
- Jun 11, 2009
-
-
rswindell authored
file) case-insensitively.
-
- Mar 20, 2009
-
-
rswindell authored
Added HOST and IP keywords to allow restricted access/privileges to/for specific remote hostnames or IP addresses (wildcards allowed). All string-argument type ARS keywords (e.g. SHELL, PROT, etc.) now support .can style wildcards. The current remote client is now used for protocol, host, and IP ARS checking, when available, so this requires passing the client pointer around (which explains why so many files are touched by this change) and takes care of a long standing to-do item (the user's 'modem' value was used for the PROT value checking, which was not always correct).
-
- Jun 04, 2008
-
-
deuce authored
by properly const-ifying the appropriate functions and variables. Not yet tested on Win32
-
- Jun 18, 2006
-
-
rswindell authored
pointing this out).
-
- Jun 06, 2006
-
-
rswindell authored
equivalent of Baja SEND_FILE_VIA and RECEIVE_FILE_VIA.
-
- Feb 28, 2006
-
-
rswindell authored
and receive_file() - so str_cmds.js may now support ;GET and ;PUT.
-
- Jan 31, 2006
-
-
rswindell authored
credits, and minutes - basically wrappers for adjustuserrec().
-
- Jan 26, 2006
-
-
deuce authored
setting currently has no effect on Win32.
-
- May 14, 2005
-
-
rswindell authored
filenames with spaces in them. <sigh>
-
- Jan 15, 2005
-
-
rswindell authored
-
- Nov 06, 2004
-
-
rswindell authored
-
- Oct 14, 2004
-
-
rswindell authored
tracks state of local *and* remote option modes to prevent redundant requests and responses, etc. Should be very robust now.
-
rswindell authored
requests to allow differentiation between received responses (ACK/NAK) and remote option requests. This solves the problem with Kermit-95 waiting forever for a response (ACK or NAK) to its initial option requests (i.e. "Negotiate About Window Size" and "New Environment Option").
-
- Aug 22, 2003
- Jul 26, 2003
-
-
rswindell authored
-
- Jul 11, 2003
-
-
rswindell authored
to be included in the system's upload and download statistics.
-
- Jun 12, 2003
-
-
rswindell authored
can make a download free for a particular user from a particular file area, with support for per-directory exemption ARS (finally).
-
- Jun 06, 2003
-
-
rswindell authored
-
- May 09, 2003
-
-
rswindell authored
-
- May 07, 2003
-
-
rswindell authored
-
- Feb 19, 2003
-
-
rswindell authored
(for Corey).
-
- Feb 09, 2003
-
-
rswindell authored
Hopefully fixes Linux telnet client upload/download problem.
-
- Dec 12, 2002
-
-
rswindell authored
-
- Jan 21, 2002
-
-
rswindell authored
-
- Jan 11, 2002
-
-
rswindell authored
-
- Nov 09, 2001
-
-
rswindell authored
-
- Nov 04, 2001
-
-
rswindell authored
Changed bi-dir xfer commands to chdir to the temp_dir.
-
- Nov 03, 2001
-
-
rswindell authored
-
- Nov 02, 2001
-
-
rswindell authored
-
- Mar 02, 2001
-
-
rswindell authored
-
- Dec 11, 2000
-
-
rswindell authored
Each function that requires a temp string variable, now has its own "tmp" local variable.
-