ebuild for beta version of psybnc
This commit is contained in:
56
net-irc/psybnc/files/psybnc-2.4_beta1-config.h
Normal file
56
net-irc/psybnc/files/psybnc-2.4_beta1-config.h
Normal file
@@ -0,0 +1,56 @@
|
||||
/*
|
||||
* Configuration file for psyBNC, created by menuconf
|
||||
*/
|
||||
|
||||
/* Encryption */
|
||||
|
||||
#define CRYPT
|
||||
|
||||
/* Encryption Type*/
|
||||
|
||||
#define BLOWFISH
|
||||
|
||||
/* Allow Translation */
|
||||
|
||||
#define TRANSLATE
|
||||
|
||||
/* Allow internal network */
|
||||
|
||||
#define INTNET
|
||||
|
||||
/* Allow traffic logging */
|
||||
|
||||
#define TRAFFICLOG
|
||||
|
||||
/* Allow linkage of bouncers */
|
||||
|
||||
#define LINKAGE
|
||||
|
||||
/* Allow the dcc File-Functions */
|
||||
|
||||
#define DCCFILES
|
||||
|
||||
/* Pipe dcc Chats */
|
||||
|
||||
#define DCCCHAT
|
||||
|
||||
/* Allow to add more users */
|
||||
|
||||
#define MULTIUSER
|
||||
|
||||
/* Number of max. Users */
|
||||
|
||||
#define MAXUSER 50
|
||||
|
||||
/* Number of max. Connections per User */
|
||||
|
||||
#define MAXCONN 99
|
||||
|
||||
/* The logging level */
|
||||
|
||||
#define LOGLEVEL 0
|
||||
|
||||
/* SSL-Security */
|
||||
|
||||
#define SSLSEC 2
|
||||
|
Reference in New Issue
Block a user