mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
-various little things
This commit is contained in:
parent
484b6440dc
commit
624709914b
5 changed files with 23 additions and 5 deletions
16
place/notify.c
Normal file
16
place/notify.c
Normal file
|
@ -0,0 +1,16 @@
|
|||
// typical quiet pubsub place for receiving git2psyc notifications
|
||||
|
||||
#include <net.h>
|
||||
|
||||
#define NAME "notify"
|
||||
#define SILENT
|
||||
#define PLACE_HISTORY_EXPORT
|
||||
#define HISTORY_METHOD "_notice_update"
|
||||
#define HISTORY_GLIMPSE 4
|
||||
|
||||
// allow notifications from anywhere.. you may want to restrict this.
|
||||
// see wikinotify.c and http://about.psyc.eu/create_place about that.
|
||||
#define ALLOW_EXTERNAL
|
||||
|
||||
#include <place.gen>
|
||||
|
|
@ -10,13 +10,14 @@
|
|||
#endif
|
||||
|
||||
#define NAME "remoTor"
|
||||
#define PRIVATE
|
||||
//#define PRIVATE
|
||||
#define SECURE
|
||||
#define SILENT
|
||||
//#define RESTRICTED
|
||||
|
||||
#define PLACE_HISTORY_EXPORT
|
||||
#define HISTORY_GLIMPSE 7
|
||||
#define HISTORY_METHOD "_warning_remotor"
|
||||
#define HISTORY_METHOD "_notice"
|
||||
|
||||
#ifdef BRAIN
|
||||
# define ALLOW_EXTERNAL_FROM "psyc://psyced.org"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue