- Nov 09, 2011
- Nov 08, 2011
-
-
rswindell authored
(presses enter) - patch by echto.
-
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.
-
deuce authored
Fixes part one of the new word wrap bug.
-
- 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().
-
deuce authored
their own lookup now. Seems pretty slow though. :-( Also, add fallback to other callsign handlers, catch HTTP exceptions, and switch from [\x00-\xff] in regexs to the Mozilla reccomended (but non-standard) [\s\S] to include line breaks in a match.
-
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.
-
deuce authored
-
rswindell authored
-
rswindell authored
list file (without actually deleting the file), don't bother saving the message to the message base.
-
rswindell authored
on FILE* (like iniReadSectionList()).
-
rswindell authored
(or from here).
-
rswindell authored
-
sbbs authored
sbbscon.c: In function ‘whoami’: sbbscon.c:430: warning: implicit declaration of function ‘getresuid’ sbbscon.c:432: warning: implicit declaration of function ‘getresgid’ sbbscon.c: In function ‘linux_keepcaps’: sbbscon.c:452: warning: implicit declaration of function ‘prctl’ sbbscon.c:447: warning: unused variable ‘strbuf’
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
80 column wrap, terminal width wrap, long line wrap, or no wrap. These values will be used for wrapping quoted text (input to editor) and message text created by the editor. Edited files are another issue.
-
deuce authored
-