davechat
v0.6.2
Published
A fractional horsepower chat server.
Downloads
7
Readme
davechat package
This package is part of the json.chat project.
6/14/20 by DW
Allow config.email.sendTo to be a comma-separated list. So you could say this:
"sendTo": "[email protected], [email protected]"
4/19/19 by DW
Breakage alert. In chat.start, I used to form the twitter myDomain value as the config.myDomain + ":" + config.port.
It really should just copy config.myDomain without any changes, so that's what it does now. This is something to watch for in software that uses davechat. At this point I think I'm the only one. ;-)