2009-01-26 19:21:29 +00:00
|
|
|
// protocol or are coming from the localhost (probably SSH users).
|
|
|
|
//
|
|
|
|
// both cases are no absolute guarantee for safety.. it is still
|
|
|
|
// in the hands of each user in the room to safeguard true secrecy
|
|
|
|
//
|
|
|
|
// -lynX 2004
|
|
|
|
|
2014-03-04 08:45:05 +00:00
|
|
|
#include <net.h>
|
|
|
|
|
2009-01-26 19:21:29 +00:00
|
|
|
#define NAME "CryptoChat"
|
|
|
|
#define SECURE
|
2014-03-04 08:45:05 +00:00
|
|
|
|
|
|
|
// should work like this, but there's a bug to fix here...
|
|
|
|
// when trying to call https://psyced.org:33333/@cryptochat
|
|
|
|
//
|
|
|
|
//efine PLACE_HISTORY
|
|
|
|
#define PLACE_SCRATCHPAD
|
|
|
|
//efine PLACE_OWNED "ioerror"
|
|
|
|
|
2009-01-26 19:21:29 +00:00
|
|
|
#include <place.gen>
|
|
|
|
|