- Nov 14, 2009
- Nov 12, 2009
-
-
rswindell authored
header field into separate name and address fields. On the name portion is used for the recipient of posts. When posting to a sub via authenticated SMTP, the sender/extension fields are set appropriately and the sender net type is set to none (i.e. locally posted). More debug log-level output for SPAM hash creation/checking. Bug-fix: attempting to use uninitialized 2nd MX address when relaying to local SMTP server address.
-
rswindell authored
subnums stored in the msgs.cnf file are 16-bit!
-
- Nov 11, 2009
- Nov 10, 2009
-
-
rswindell authored
updated msgbase JSDOCS text invalid. Bwah ha ha ha!
-
deuce authored
-
deuce authored
-
deuce authored
a NULL private data.
-
deuce authored
class prototype... Solution from https://developer.mozilla.org/en/SpiderMonkey/JSAPI_Reference/JS_InitClass Note: By default JS_InitClass creates a prototype object but does not invoke the constructor (JSClass.construct) on it. However, the prototype object will eventually be finalized (JSClass.finalize). This inconsistency can cause problems; for example, if the finalizer calls JS_GetPrivate(), expecting that the constructor called JS_SetPrivate(), it may find that the private data is NULL. The JSCLASS_CONSTRUCT_PROTOTYPE flag is one way to avoid this inconsistency.
-
- Nov 09, 2009
- Nov 08, 2009
-
-
rswindell authored
-
- Nov 05, 2009
- Nov 02, 2009
-
-
rswindell authored
via sbbs_t::js_execfile() (e.g. executed via "?modname").
-
- Oct 31, 2009
- Oct 30, 2009
-
-
rswindell authored
crash when including @pause@ in text/badhost.msg file). Don't set sbbs->client_socket to INVALID_SOCKET as that stops the output_thread() and prevents SSH and other stuff from working.
-
- Oct 29, 2009
-
-
rswindell authored
User.compare_ars() method, e.g. it knows the BBS node's current system status (e.g. temp sysop), but can only be used for the current user online.
-
- Oct 28, 2009
- Oct 27, 2009
- Oct 26, 2009
-
-
deuce authored
-
- Oct 25, 2009
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Change answer/hangup to connect/disconnect.
-
rswindell authored
-
rswindell authored
Added FTN PID header field to all messages created by sbbs.
-
rswindell authored
-
rswindell authored
error counting/logging/messages to be handled by front-end (e.g. control panel) regardless of log_level setting.
-