1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

let tls use dns

This commit is contained in:
psyc://psyced.org/~lynX 2014-03-04 09:45:05 +01:00
commit 25d6a5d4cb
3 changed files with 15 additions and 4 deletions

View file

@ -1,4 +1,3 @@
// 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
@ -6,7 +5,17 @@
//
// -lynX 2004
#include <net.h>
#define NAME "CryptoChat"
#define SECURE
// 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>