mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
12 lines
350 B
C
12 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>
|
|
|