added SSL backend for IOMultiplexer
[TransparentIRC.git] / transirc.conf
1
2 "auth" {
3     "session_limit" = 2;
4     
5     "external" {
6         "enabled" = 1;
7         "execute" = "./login.php";
8         // %U = Username
9         // %P = Password
10         // %N = Nick
11         "parameters" = "%U %P %N";
12         "timeout" = 5;
13     };
14 };
15 "server" {
16     "host" = "127.0.0.1";
17     "port" = 6667;
18     "ssl" = 0;
19 };
20 "session" {
21     "timeout" = 300;
22 };