summaryrefslogtreecommitdiff
path: root/chat/psybnc/files/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'chat/psybnc/files/config.h')
-rw-r--r--chat/psybnc/files/config.h98
1 files changed, 98 insertions, 0 deletions
diff --git a/chat/psybnc/files/config.h b/chat/psybnc/files/config.h
new file mode 100644
index 00000000000..bcb987b1ed7
--- /dev/null
+++ b/chat/psybnc/files/config.h
@@ -0,0 +1,98 @@
+/*
+ * 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
+
+/* Number of max. Users */
+
+#define MAXUSER 10
+
+/* Number of max. Connections per User */
+
+#define MAXCONN 0
+
+/* Allow the usage of scripts */
+
+#define SCRIPTING
+
+/* Support oIdentd */
+
+/* #define OIDENTD */
+
+/* Allow multiple irc connections per user */
+
+#define NETWORK
+
+/* Allow Proxy Support */
+
+/* #define PROXYS */
+
+/* Set psyBNC anonymous */
+
+/* #define ANONYMOUS */
+
+/* Connections arent permanent */
+
+/* #define DYNAMIC */
+
+/* The logging level */
+
+#define LOGLEVEL 0
+
+/* We still use the 2.1.1 stylish partychannel */
+
+/* #define PARTYCHANNEL */
+
+/* MySQL-based IP-check on incoming client connections */
+
+/* #define MYSQL_IPCHECK
+ #define MYSQL_SERVER "localhost"
+ #define MYSQL_USER "psybnc"
+ #define MYSQL_PASS "AxKps4ATS4uNyv3r"
+ #define MYSQL_DB "psybnc"
+ #define MYSQL_TABLE "iplock"
+ #define MYSQL_TIMEOUT 2 */
+
+/* The Path to SSL */
+
+#define SSLPATH "/usr/"
+
+/* SSL-Security */
+
+#define SSLSEC 0
+
+/* Insure */
+
+#define INSURE
+