Update and add some comments to the default and example configuration files.
authorMartin Johansson <martin@fatbob.nu>
Sun, 17 Apr 2011 20:18:31 +0000 (22:18 +0200)
committerMartin Johansson <martin@fatbob.nu>
Sun, 17 Apr 2011 20:18:31 +0000 (22:18 +0200)
openwrt/files/umurmur.conf
umurmur.conf.example

index fad2b8091c3c0522354cc1e48ffde81f7eee00cb..0caf16c90be8a429551dfd7bbc304d92c73c6429 100644 (file)
@@ -5,21 +5,27 @@ private_key = "/etc/umurmur/key.key";
 password = "";
 max_users = 10;
 
+# bindport = 64738;
+# bindaddr = "192.168.1.1";
+
 # username and groupname for privilege dropping.
 # Will attempt to switch user if set. 
 # username = "";
 # If groupname not set the user's default login group will be used
 # groupname = "";
 
-# bindport = 64738;
-# bindaddr = "192.168.1.1";
+# Log to file option. Default is logging to syslog.
+# umurmurd will close and reopen the logfile if SIGHUP is received.
+# logfile = "/var/log/umurmurd.log";
 
+# Channel tree definition:
 # Root channel must always be defined first.
 # If a channel has a parent, the parent must be defined before the child channel(s).
 channels = ( {
         name = "Root";
         parent = "";
-        description = "The Root of all channels";
+        description = "Root channel. No entry.";
+        noenter = true;
         },
         {
         name = "Lobby";
@@ -48,4 +54,5 @@ channel_links = ( {
         }
 );
 
+# The channel in which users will appear in when connecting.
 default_channel = "Lobby";
index fad2b8091c3c0522354cc1e48ffde81f7eee00cb..0caf16c90be8a429551dfd7bbc304d92c73c6429 100644 (file)
@@ -5,21 +5,27 @@ private_key = "/etc/umurmur/key.key";
 password = "";
 max_users = 10;
 
+# bindport = 64738;
+# bindaddr = "192.168.1.1";
+
 # username and groupname for privilege dropping.
 # Will attempt to switch user if set. 
 # username = "";
 # If groupname not set the user's default login group will be used
 # groupname = "";
 
-# bindport = 64738;
-# bindaddr = "192.168.1.1";
+# Log to file option. Default is logging to syslog.
+# umurmurd will close and reopen the logfile if SIGHUP is received.
+# logfile = "/var/log/umurmurd.log";
 
+# Channel tree definition:
 # Root channel must always be defined first.
 # If a channel has a parent, the parent must be defined before the child channel(s).
 channels = ( {
         name = "Root";
         parent = "";
-        description = "The Root of all channels";
+        description = "Root channel. No entry.";
+        noenter = true;
         },
         {
         name = "Lobby";
@@ -48,4 +54,5 @@ channel_links = ( {
         }
 );
 
+# The channel in which users will appear in when connecting.
 default_channel = "Lobby";