2009-01-26 20:21:29 +01: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 09:45:05 +01:00
|
|
|
#include <net.h>
|
|
|
|
|
2009-01-26 20:21:29 +01:00
|
|
|
#define NAME "CryptoChat"
|
|
|
|
#define SECURE
|
2016-01-30 00:01:19 +01:00
|
|
|
#define PRIVATE
|
2014-03-04 09:45:05 +01: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 20:21:29 +01:00
|
|
|
#include <place.gen>
|
|
|
|
|