1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00
psyced/place/cryptochat.c
2016-01-30 00:01:19 +01:00

23 lines
519 B
C

// 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
#include <net.h>
#define NAME "CryptoChat"
#define SECURE
#define PRIVATE
// 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"
#include <place.gen>