1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-03 02:12:34 +00:00
psyced/place/cryptochat.c

13 lines
350 B
C

// this room lets people in who are either connected via a SSL/TLS
// 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
#define NAME "CryptoChat"
#define SECURE
#include <place.gen>