- Nov 12, 2011
- Nov 11, 2011
- Nov 10, 2011
-
-
rswindell authored
empty *IF* the message was redirected to a sub-board. If not (recipient list empty, but not to a sub), return OK response.
-
- Nov 09, 2011
-
-
rswindell authored
dereference the NULL pointer).
-
deuce authored
-
rswindell authored
-
deuce authored
reason to throw an exception.
-
deuce authored
client can read the associated message. Should make moderation/view own deleted/etc handing way easier for JS developers.
-
deuce authored
-
deuce authored
MsgBase.get_msg_tail() which will optimize the get to avoid re-reading the headers. When this is specified, the message number or id is not required (but specifying it won't hurt anything and will allow backward compatibility). I'm not sure I need to lock the header here, but I think I might (if nothing else, to ensure the message still exists).
-
rswindell authored
was false (which is the initialized value). This is an expected case for the terminal server. Added note to self (or others) not to do that. :-)
-
- Nov 08, 2011
-
-
deuce authored
ensure that icol is never greater than or equal to oldcol.
-
rswindell authored
"Change the last argument of wordwrap() to a flags argument and support making a bare LF not be ignored." If soft line breaks (bare LFs) are stored in the message base, they're expected to wrapped for 80-column terminal only.
-
- Nov 07, 2011
-
-
deuce authored
(throws an "Error: Insufficient Arguments" exception) in js_global.c so all JSNative functions call call it. Also add a function which calls JS_GetContextPrivate and throws an exception if it returns NULL. Previously, when either of these happened, the function silently did nothing.
-
- Nov 06, 2011
-
-
rswindell authored
output_thread is terminated (for some uknown reason, perhaps due to the new checking of the "online" value): outbuf will never drain if the output_thread isn't running, and possibly, even if it is (but there is no connection). Added error logging during node status change in dailly_main().
-
rswindell authored
-
rswindell authored
This allows easy trouble-shooting of word-wrap issues by using Ctrl-Z.
-
rswindell authored
white space from lines (include '\r' if there happens to be one).
-
- Nov 05, 2011
- Nov 04, 2011
-
-
deuce authored
will now (hopefully) throw an exception. This exception is likely to be uniquely unhelpful right now... I'm sure I'll have to add good messages there Real Soon.
-
rswindell authored
wrapped. Pass the column width to wordwrap() instead of columns-1.
-
rswindell authored
-
rswindell authored
space for quote-chars here and we're going to assume the message was originally formatted for 79 cols.
-
rswindell authored
(i.e. \r\n or \n) of original text, rather than converting to \n-terminated.
-
deuce authored
This looks better but I'm not sure if it's a nicer thing to do or not.
-
deuce authored
And add a touch more ugly while I'm at it.
-
deuce authored
over everything. I will likely go to hell for abusing C in this manner.
-