- 13 Sep, 2013 1 commit
-
-
rswindell authored
If an external progarm is configured (in SCFG->External Progarms) is configured to "execute on event" set to "Local/Sysop Chat", then that program will be executed when the remote user is "pulled" into sysop-chat (e.g. via F10 key in sbbsctrl) rather than running the normal built-in chat.
-
- 06 Aug, 2013 1 commit
-
-
rswindell authored
Added new telgate flag: TG_NOLF.
-
- 07 May, 2013 1 commit
-
-
mcmlxxix authored
added bbs.rlogin_gate method: bbs.rlogin(addr,user,pass,mode); disable "raw input" mode for rlogin_gate connections. not sure why this is the fix or why it was the problem, but no side effects are noted at this time.
-
- 19 Dec, 2012 1 commit
-
-
rswindell authored
-
- 18 Oct, 2012 1 commit
-
-
deuce authored
Apparently, it IS defined on Linux and FreeBSD, but is not currently defined on OpenBSD (but I bet it used to be!). This should fix the strange zip behaviour reported by khelair.
-
- 15 Jun, 2012 1 commit
-
-
deuce authored
to allow the caller to skip the question (ie: for new user feedback validation) This replaces the "never prompt for validation user" patch since: DigitalMan: I suppose if someone has an issue, a new mode bit could be burned for that Is clearly permission.
-
- 13 Jun, 2012 1 commit
-
-
rswindell authored
tear lines (---) to non-tear lines (-+-).
-
- 19 Mar, 2012 1 commit
-
-
echicken authored
-
- 15 Mar, 2012 1 commit
-
-
deuce authored
global object exits. This fixes a problem where the terminal server reuses the same global object for all JS scripts, and they uses nested exec()s. When the innermost script would exit, the on_exit evals would occure in IT'S scope rather than in the scope it was defined in, resulting in incorrect behaviour.
-
- 12 Nov, 2011 1 commit
-
-
rswindell authored
- these have been unused for several years now.
-
- 04 Nov, 2011 1 commit
-
-
rswindell authored
80 column wrap, terminal width wrap, long line wrap, or no wrap. These values will be used for wrapping quoted text (input to editor) and message text created by the editor. Edited files are another issue.
-
- 02 Nov, 2011 1 commit
-
-
rswindell authored
long lines in messages for the user's terminal. May be used for viewing other files with long lines (e.g. G-text files) in the future.
-
- 28 Oct, 2011 1 commit
-
-
rswindell authored
has its own functional "too much recursion" detection. Replaced "branch callback" stuff with "operational callback". JavaScriptBranchLimit has been replaced with JavaScriptTimeLimit (default value: 24 hours)
-
- 21 Oct, 2011 1 commit
-
-
rswindell authored
-
- 19 Oct, 2011 1 commit
-
-
rswindell authored
all exported functions and data types using a 32-bit time_t (time32_t). (part 2 of 2)
-
- 09 Oct, 2011 1 commit
-
-
rswindell authored
For now, even if you managed to build v3.15c, you should not use it.
-
- 14 Jul, 2011 1 commit
-
-
rswindell authored
Win32 development builds which I expect to resume tomorrow, from the Win32 development builds that stopped in May of 2010.
-
- 27 Apr, 2011 1 commit
-
-
rswindell authored
commonly modified by multiple threads, potentially simultaneously, resulting in bad values (e.g. active_clients = -1). Updated copyright date to 2011. Fixed Win32 compile bug in main.cpp introduced in last commit. Eliminated some unused variables and updated some times (e.g. ulong in place fo uint32_t).
-
- 12 Mar, 2010 1 commit
-
-
rswindell authored
EX_STDOUT, defining EX_STDIO (to be both STDIN and STDOUT), adding XTRN_CONIO and EX_CONIO (for future cioxtrn/doorway mode on Windows), change IO_INTS to XTRN_STDIO
-
- 10 Mar, 2010 1 commit
-
-
rswindell authored
-
- 08 Dec, 2009 1 commit
-
-
rswindell authored
[]+ are still illegal filename chars in Win95 VFAT, so Win9x sysops may beware. = is a legal filename char in all modern file systems (after commodore 64).
-
- 10 Nov, 2009 1 commit
-
-
rswindell authored
updated msgbase JSDOCS text invalid. Bwah ha ha ha!
-
- 09 Nov, 2009 1 commit
-
-
rswindell authored
-
- 14 Aug, 2009 1 commit
-
-
rswindell authored
Configurable via ctrl/sbbs.ini file JavaScriptLoadPath key value (comma-separate listed of search directories), default value is "load". This list is exposed in the JS object model via the js.load_path_list array (may be modified by scripts). For JSexec, the default load path list may be over-ridden with the '-i' option. For relative load paths (e.g. not beginning with '/' or '\'), the path is assumed to be a sub-directory of the (configurable) mods or exec directories and is searched accordingly. So, by default, load("somefile.js") will search in this order: mods/load/somefile.js exec/load/somefile.js mods/somefile.js exec/somefile.js
-
- 22 Apr, 2009 1 commit
-
-
rswindell authored
This resolves JasHud's issue with question text.dat items over > 128 chars being truncated.
-
- 22 Mar, 2009 2 commits
- 21 Feb, 2009 2 commits
- 19 Feb, 2009 1 commit
-
-
rswindell authored
with ansi_gotoxy(), ansi_save(), and ansi_restore() functions.
-
- 16 Jan, 2009 1 commit
-
-
rswindell authored
expecting an ANSI cursor position report and we will use this value to determine the user's screen dimensions (currently, lines only).
-
- 23 Feb, 2008 2 commits
-
-
rswindell authored
startup option - we will *always* use the local timezone. If the sysop wants to use GMT/UTC, they should configure their operating system accordingly.
-
rswindell authored
A lot of strcpy->SAFECOPY and sprintf->safe_snprintf/SAFEPRINTF conversions and other general code cleanup too.
-
- 06 Jan, 2008 2 commits
- 10 Jul, 2007 2 commits
- 08 Jul, 2007 1 commit
-
-
deuce authored
-
- 03 Jan, 2007 1 commit
-
-
rswindell authored
-
- 25 Sep, 2006 1 commit
-
-
deuce authored
-