psyced/place/remotor.c

29 lines
572 B
C
Raw Normal View History

// this place is configured in a suitable way for receiving
2020-10-23 11:22:39 +00:00
// tor router events from the remotor tool in perlpsyc
//
#include <net.h>
#ifdef ADMINISTRATORS
# define PLACE_OWNED ADMINISTRATORS
#else
2016-06-29 16:18:32 +00:00
# echo place/remotor has no owners!
#endif
#define NAME "remoTor"
2016-08-20 12:47:40 +00:00
//#define PRIVATE
#define SECURE
2016-08-20 12:47:40 +00:00
#define SILENT
2016-06-29 16:18:32 +00:00
//#define RESTRICTED
#define PLACE_HISTORY_EXPORT
#define HISTORY_GLIMPSE 7
2016-08-20 12:47:40 +00:00
#define HISTORY_METHOD "_notice"
#ifdef BRAIN
# define ALLOW_EXTERNAL_FROM "psyc://psyced.org"
#else
# define ALLOW_EXTERNAL_FROM "psyc://localhost"
#endif
#include <place.gen>