- May 08, 2006
-
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
NOTE: js_sendfile() should be using the xpdev socksendfile() function... The way it's currently working is just plain insanity.
-
deuce authored
Probobly not possible in a large number of circumstances simply due to the possible very large size of the data involved... email attachments go through b64decode for example, so it's probobly "Too Big" (unless I misunderstand alloca()). This fixes linebuf leaks in both js_wordwrap() and js_quotemsg()
-
deuce authored
-
deuce authored
NOTE: js_readln() seems broken here... DigitalMan?
-
deuce authored
-
deuce authored
Fixes at least one memory leak in the spy function and at least two (three?) leaks in unomitor.c
-
deuce authored
-
deuce authored
memory leak in the block copy function.
-
deuce authored
-
deuce authored
-
deuce authored
Fixes at least one memory leak (str was never free()d in ugetstr)
-
deuce authored
-
deuce authored
-
deuce authored
happening here with long uptimes.
-
- May 07, 2006
-
-
deuce authored
means the LD_RUN_PATH is ignored, so we need to use -Wl,--rpath too. This may not work on all platforms... it'd be ld(1) specific.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Creating new users. Integrating into build system.
-
deuce authored
-
- May 06, 2006
- May 05, 2006
-
-
deuce authored
don't beep, and keep count of the number of pending mouse events. These will be added as the buffer is drained.
-
deuce authored
no longer extend the line. Mouse drawing still not functional.
-
deuce authored
Properly save 80-column drawings... possibly warn first? Best method (using movement codes) is as follows: At Start of 80-column line: 1) Move down one line (Using LF - force scroll if it will happen) 2) Move up one line (back to original position) 3) Save position At End of 80-column line: 1) Restore position 2) Move down one line using CR/LF to ensure a proper end of line On last line, do not do special start/end unless the last line is 80 columns. Second best method (for types without movement): At end of 80-column line, instead of \r\n, use <space><backspace> - This method will not work correctly for non 80-column terminals - Can result in overly long lines... breaking things which use a fixed-length line buffer while reading input files (ex: ddplus doors) Support loading, editing, and ANSI-selecting console fonts
-
deuce authored
-
deuce authored
-