- Feb 20, 2018
-
-
rswindell authored
-
rswindell authored
HANDLE_PENDING() contains a return, so it's theoretically possible that the memory allocated by the previous JSVALUE/STRING_TO_... allocation could be leaked. So now we pass an optional pointer to HANDLE_PENDING() which will call free() on it if it's not NULL, and then sets it to NULL for good measure.
-
- Nov 16, 2017
-
-
rswindell authored
-
- Nov 13, 2017
-
-
rswindell authored
Server via the new 'V' command from the Reading Mail prompt allows you to toggle between all mail (including SPAM, the default), SPAM only, or HAM only. Also added a new '/' (search text) command from the reading mail prompts. Mail imported before the mailsrvr added support (recently) for the MSG_SPAM attribute flag will not be counted/filtered as SPAM. SBBSecho will have a commit (next) to support the new loadmail() usage, it will not compile until then.
-
- Oct 23, 2017
-
-
rswindell authored
-
- Dec 02, 2016
-
-
rswindell authored
-
- Nov 10, 2015
-
-
deuce authored
node_dir.
-
- Aug 25, 2015
-
-
deuce authored
-
- Aug 22, 2015
-
-
deuce authored
-
- Aug 20, 2015
-
-
deuce authored
New Features: - Multiple bindings for each service Use comma-separated interfaces on Interface= lines in the ini file. Default is now "0.0.0.0,::" - IPv6 support - TLS support for the webserver and (non-static) services New TLS option in services.ini (ie: Options=TLS) - Decrease LEN_SCAN_CMD to 35 chars, increase the CID field to 45 chars, and rename the MAIL_CMD string to IPADDR. I think this frees up the note field for SysOp use.
-
- Jul 29, 2015
-
-
deuce authored
if one isn't specified. For backward compatability with versions before 3.16c, this argument should still be provided.
-
- Aug 19, 2014
-
-
rswindell authored
bit-flag macros).
-
- Apr 06, 2014
-
-
rswindell authored
-
- Sep 30, 2013
-
-
deuce authored
object from working properly. Fix up jsdocs. view http://nix.synchro.net:7070/jsobjs.html and let us know what else is wrong!
-
- May 10, 2013
- Apr 27, 2013
-
-
deuce authored
char. Thanks for the bug reports.
-
- Feb 08, 2013
-
-
deuce authored
-
- Jun 15, 2012
- Jun 01, 2012
-
-
rswindell authored
I'm pretty sure this wasn't broken before the great spidermonkey upgrade of 2011, but whatever. :-)
-
- Nov 11, 2011
-
-
deuce authored
-
- Nov 09, 2011
-
-
deuce authored
reason to throw an exception.
-
- Oct 29, 2011
-
-
deuce authored
resolve callbacks.
-
- Oct 19, 2011
- Oct 11, 2011
-
-
deuce authored
-
- Oct 10, 2011
-
-
deuce authored
Only js_ValueToStringBytes() still leaks.
-
- Oct 09, 2011
- Oct 08, 2011
-
-
deuce authored
-
- Aug 25, 2011
-
-
rswindell authored
-
- Mar 04, 2011
-
-
mcmlxxix authored
-
- Mar 01, 2011
-
-
rswindell authored
Updated copyright dates.
-
mcmlxxix authored
make system.matchuserdata return only the next match (instead of all matches) from specified starting user if match_next==true. add system.matchallusers(field,data); to return an array containing all matches.
-
rswindell authored
user.dat record offset.
-
mcmlxxix authored
make system.matchuserdata return an array of all matches if match_all==true, starting at usernumber if specified. (userdatdupe now takes an additional paremeter)
-
- Jun 03, 2010
-
-
rswindell authored
and system.terminate_pid() methods - untested.
-