mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
let the past begone in cvs land. welcome to igit igit!
This commit is contained in:
commit
4e601cf1c7
509 changed files with 77963 additions and 0 deletions
12
place/cryptochat.c
Normal file
12
place/cryptochat.c
Normal file
|
@ -0,0 +1,12 @@
|
|||
// 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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue