- Jan 12, 2009
-
-
deuce authored
does not support a zero size either.
-
deuce authored
-
deuce authored
open() actually does.
-
deuce authored
-
deuce authored
parameter.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Note: When shareable is false, uses nopen() which will lock the file exclusively and perform automatic retries. When shareable is true uses fopen(), and will only attempt to open the file once and will perform no locking. The behaviour when one script has a file opened with shareable set to a different value than is used with a new call is OS specific. On Windows, the second open will always fail and on *nix, the second open will always succeed.
-
- Jan 11, 2009
-
-
deuce authored
by it when using iniSetAllObjects(). Previously would result in something like this: [Section] name=Section
-
- Jan 10, 2009
- Jan 09, 2009
- Jan 08, 2009
-
-
deuce authored
the socket is now closed. Make Socket.is_writable a writable property... setting to false calls shutdown() on the write side of the socket.
-
rswindell authored
-
rswindell authored
-
rswindell authored
message text" file. This allows mailproc command-lines such as: 'spamc < %M > %N'
-
deuce authored
since it was first added 3 years, 1 month ago.
-
rswindell authored
proc command (or script) fails (or returns non-zero result code), ignore the message.
-
rswindell authored
(over-riding the default log level of "info").
-
- Jan 06, 2009
-
-
rswindell authored
to be treated as INCLUDE: - just happened to notice this one.
-
- Jan 05, 2009
-
-
deuce authored
lines, fix cterm_init call.
-
- Dec 20, 2008
-
-
deuce authored
len==UINT_MAX/8
-
deuce authored
-
deuce authored
-
rswindell authored
some requests for clarification from Deuce.
-
rswindell authored
-
rswindell authored
-
rswindell authored
and context. This allows the event thread to perform its own JS cleanup without deleting its sbbs_t instance (causing the exception on sbbs/sbbsctrl shutdown). This replaces the change committed in rev 501.
-
rswindell authored
date is not the current date (thus resetting all daily stats like logons today, posts today, etc.) - but resetdailyuserdat() failed to save the reset stats to the user.dat file because user->number was 0 at this point in getuserdat(). This bug (reported by Finnigann) only effected non-BBS servers (like FTP, HTTP, etc.) since the BBS has its own checking of a new day and resetting of the daily stats for the user during logon (in logon.cpp).
-
rswindell authored
-
rswindell authored
-
- Dec 15, 2008
- Dec 11, 2008
-
-
deuce authored
-
- Dec 10, 2008
-
-
deuce authored
<threadwrap.h> must be included AFTER <jsapi.h> <threadwrap.h> redefines DLLCALL via <wrapdll.h> The other alternative would be including <threadwrap.h> from js_rtpool.h which should not be required.
-
- Dec 09, 2008
-
-
deuce authored
-