- Nov 11, 2009
-
-
deuce authored
-
rswindell authored
in case Ctrl-S (XOff) is unavailable. Make tab width adjustable from 8, 4, 2 spaces (default to 8) using Ctrl-T.
-
rswindell authored
when_imported_zone_offset which are the UTC offset (minutes east of UTC) for the respective time zone (read only). Change LAZY_* macros to allow property flags to be specified.
-
- Nov 10, 2009
-
-
rswindell authored
updated msgbase JSDOCS text invalid. Bwah ha ha ha!
-
deuce authored
When this code is load()ed, User objects get an extra birthDate property which is a JavaScript Date object representing the birthdate (rather than a string). This adds the property to existing instances as well, so it doesn't need to be loaded early.
-
deuce authored
-
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.
-