- Jan 09, 2009
- Jan 08, 2009
-
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
deuce authored
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Usage: load("spamc.js"); msg=new SPAMC_Message(mesage_body); /* * Simple checking... */ result=msg.check; if(result !== false) { if(result.isSpam) // Handle SPAM here } /* * Process (update the message body) */ result=msg.check; if(result !== false) { write result.message to file }
-
deuce authored
the socket is now closed. Make Socket.is_writable a writable property... setting to false calls shutdown() on the write side of the socket.
-
deuce authored
-
deuce authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
message text" file. This allows mailproc command-lines such as: 'spamc < %M > %N'
-
deuce authored
Feedback is appreciated.
-
deuce authored
since it was first added 3 years, 1 month ago.
-
rswindell authored
proc command (or script) fails (or returns non-zero result code), ignore the message.
-
rswindell authored
(over-riding the default log level of "info").
-
- Jan 07, 2009
-
-
rswindell authored
-
- Jan 06, 2009
-
-
rswindell authored
to be treated as INCLUDE: - just happened to notice this one.
-
- Jan 05, 2009
-
-
deuce authored
lines, fix cterm_init call.
-
- Jan 01, 2009
-
-
deuce authored
couple outstanding issues however: bstrlen() - behaviour is different for control keys (xsdk doesn't count them) DCD - Conflicts with riodefs.h (different values) SYSOP - Conflicts with sbbsdefs.h (different variable names) SAVELINE - Conflicts with sbbsdefs.h (utterly different - xsdkdefs.h wrong?) RESTORELINE - Conflicts with sbbsdefs.h (utterly different - xsdkdefs.h wrong?)
-
deuce authored
defined in userdat.c
-
- Dec 30, 2008
- Dec 29, 2008
- Dec 23, 2008
- Dec 22, 2008
-
-
deuce authored
game is an object, assignment to a new variable is not a new copy of the object, so fileName and singlePlayer values were lost. fixes bug where a new game was not available until after you quite and re-entered the game.
-
- Dec 20, 2008
-
-
deuce authored
len==UINT_MAX/8
-