- Nov 02, 2011
-
-
rswindell authored
-
rswindell authored
messages.
-
rswindell authored
regardless of security level setting. When run out of lines when creating/editing a file or msg, print a more meaningful message, in text.dat update (with the max lines allowed).
-
deuce authored
is to periodically call JS_YieldRequest from an operation callback."
-
rswindell authored
sequences to SMB-style (CRLF). This resolves the issue of .sig files created or edited with a Unix-style text editor and the resulting signature losing line endings when being exported to FTN (for example).
-
deuce authored
(disabled)
-
deuce authored
the libmozjs from firefox et. al.
-
deuce authored
-
deuce authored
Maybe should log the fact that it's waiting...
-
deuce authored
are handled according to FTS-0001 and line feeds are ignored, the space will still separate words. This should fix the recent spate of replied messages losing spaces between re-wrapped lines.
-
- Nov 01, 2011
-
-
deuce authored
generated config files rather than patching the sources. (As a side note, there is an Mk/bsd.gecko.mk!)
-
deuce authored
pthread headers. Fixes problem linking JS on FreeBSD 9.0-RC1.
-
deuce authored
-
deuce authored
Don't pass -o and -u to unzip... just -o (-u contradicts -o)
-
deuce authored
of lines. Also add ESC [ ? XXX s and ESC [ ? XXX u to save/restore modes controlled by h and l.
-
- Oct 31, 2011
-
-
deuce authored
via __STDC_FORMAT_MACROS
-
- Oct 30, 2011
- Oct 29, 2011
-
-
deuce authored
This is *likely* to break the Win32 build and even when the macros are specified in xpdev, I doubt Microsoft has added support for the 'z' size specifier used in smblib/smbadd.c we'll likely need a SIZE_T_SIZE macro that is "z" on C99 systems and "ll" or "64" or whatever it is on Win32. Or maybe a whole slew of complete SIZE_T macros since the 32/64 but thing and the max file size thing may actually need the full format specification to be in the macro... "zu" on C99 platforms and whatever magic Microsoft needs there.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
resolve callbacks.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
thread tell the echo thread to exit.
-
deuce authored
-
deuce authored
-
deuce authored
load()ed file, not argc
-
deuce authored
Restore background log dance... logging from background thread should work now as long as the parent is still around... not sure what will happen when the parent goes away though.
-
- Oct 28, 2011
-
-
deuce authored
Since this requires a context in the same runtime and we're not sharing one big runtime (yet), we'll copy it out of magic JS land and into more sane normal heap land and JS_free() immediately. This should fix teh Windows crash on queues that digitalman was seeing (and the leak he added to fix it).
-
rswindell authored
a heap assertion (with jsexec/ircd.js). I'm not sure if this is now a memory leak or what, but Deuce needs to take a look-see tomorrow.
-
rswindell authored
- Fixed mention of $HOSTNAME.ini being supported - Added reference to wiki page (where most comments should be moved) Fixed default value of SemFileCheckFrequency. Added LoginAttempt* key values to [global] section.
-
rswindell authored
*nix for it's temp directory as it routinely deletes all files in this directory - no longer default to '/tmp' on *nix.
-
deuce authored
It fails.
-