Specify IP and port on command line.
For more information:
http://code.google.com/p/umurmur/wiki/Whishlist
is there anyway we could disabled the chat/whisper function?
i know its not coming soon,
but i wished there were some kind of acls at least ban..
thanks a lot for the great server, runs on my fritzbox(ger router)!
Specify port in config file (or command line). I'll try to submit a patch
for this soon.
@pierre: Specifying port in config file has been around since the first
release. On the command-line since 0.2.4.
Is it possible to get the log elsewhere than syslog when we daemonize. On
some system (Eg: QNAP) there is no syslog available. We could eventualy use
the "Do not deamonize" option and then redirect the stdout to a file but if
we do that we lost the PID file support. Any advice?
@pierre: No syslog in the system? Kind of strange. The 'no daemon' mode is
intended mostly for debugging purposes. If you do not daemonize, there
should be a 'controlling terminal' from which you can send signals:
http://en.wikipedia.org/wiki/Job_control_(Unix)
If there is no syslog, how do you suggest logging would be done? To a file?
There is quite a lot to consider if one goes down that path, e.g. file
rotation, out of diskspace etc.
Busybox, which I think is used on most embedded Linux devices, has a syslog
implementation which is used for example in OpenWRT. Is there any way to
enable that in QNAP?
@pierre: I'm looking into logging to file. Expect a patch to try some time
this weekend.
@pierre: r165 in trunk contains logging to file. I need some feedback if
it's working properly. Basic testing is ok. Enable by setting 'logfile
= "<path>";' in config file.
I would like to see a command-line option which checks the configuration
file, but doesn't start uMurmur. Currently I do something like 'umurmurd -b
100000 -d -c umurmur.conf', but it's clumsy.
I would like to set up simple password for every room like "Red team"
and "Blue team" to prevent spy on each other.
i know i am not the first to mention it but i would like to add my name to
the list of people wishing/hoping ACLs will be added at some point (if at
all possible). either way i LOVE it. run it on a dir-601 behind my router
as a small server. runs forever without issue.
ACL's might be a bit too much to ask for, but I could really use some sort
of "super user" that had the ability to mute & deafen people. The typical
problem is that someone rips off his headset to answer the phone. Then
while he's on the phone everyone has to listen to everything going on
because he forgot to mute.
I'm not looking for some huge enterprise ACL solution. I'm thinking
something simple as a user/password in the config file. And that user
becomes the super user.
@dean & timo: I found some time and inspiration to implement admin user
functionality. Works by password and can mute, deafen, kick and ban users.
Mostly done but needs som testing and polish before release.
Yeah, thanks alot! I was waiting for that. Now umumur is perfect for me :)
Thanks!I was waiting for that! you add ban time (BAN_LENGTH) in the config
file? Maybe add a list of banned users? Because when I restart the server -
ban list is cleared. How can I remove the ban for the user without restart
server? Sorry for my bad english :(
Thanks! I was waiting for that! Can you add ban time (BAN_LENGTH) in the
Yeah I was thinking of implementing ban half way without saving and without
unban. Then it would be ready now. I realize that it's of little use so I'm
in the process of implementing all of ban/save/unban but it's a lot of
tedious work (and I have no use for it myself) so I have no idea when it's
done.
Thanks alot for new commits! I'll try to compile and test the new changes.
@voidshah: There was one crucial commit missing. Now there should be enough
to start testing I think.