- Nov 10, 2009
-
-
deuce authored
-
deuce authored
a NULL private data.
-
deuce authored
Remove debug output.
-
deuce authored
Tag TODO items with comments Fix off-by-one error in FETCH when INBOX is selected
-
deuce authored
-
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 06, 2009
- Nov 05, 2009
-
-
rswindell authored
subjects before hashing. Some paranoia stuff (calling clearerr() just incase rewind() doesn't clear the stream's EOF flag).
-
deuce authored
Add stupid hacks for BODY[1] and BODYSTRUCTURE since I don't deal with MIME yet.
-
deuce authored
feature is SEARCH commands.
-
deuce authored
subnum is uint32_t, is 65535.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
- Nov 03, 2009
- Nov 02, 2009
- 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.
-
rswindell authored
sysop command to change into a different user), since the User.compare_ars() function does not know the BBS's current status.
-
- Oct 28, 2009
- Oct 27, 2009
- Oct 26, 2009
-
-
deuce authored
-