Few Questions

These are old archives. They are kept for historic purposes only.
Locked
footballkid4
Posts: 6
Joined: Sat Dec 31, 2005 1:01 am

Few Questions

Post by footballkid4 »

This is my first attempt at creating an IRC server, so don't get too angry with me for being a nub :).

First, when I do a /whois, it shows the following:
Footballkid4 is connecting from *@*myip*.hsd1.ca.comcast.net *myip*
Footballkid4 is a registered nick
Footballkid4 on *channels*
Footballkid4 is using GOL-IRC.com Guild of Legends IRC
Footballkid4 is a Network Administrator
Footballkid4 is available for help.
Footballkid4 has been idle 3mins 34secs, signed on Sat 31 Dec 00:58:38
Footballkid4 End of /WHOIS list.

Basically what I want to do is change that "Footballkid4 is connecting from...instead of showing my IP, I want it to show a sequence of numbers or something as an identifier, so IP's are never shown to anyone...

Second, when someone uses an /oper command, how can I have it so they are auto-oped in every channel they join? Do I have to add a uline for that?

Third, what is the syntax for the restart and die commands? =\

Sorry, these are stupid questions and they are probably in the manuals/docs but I can't find it...
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

  1. Real IP's are only shown to opers and users when they whois themselves. If you want to hide it, use umode +x. If you don't like what +x does, learn to make your own cloaking module.
  2. That can be done with services, but is never suggested (oper abuse)... Opers can have op access to every channel with the can_override flag, but again, that creates the possibility of abuse, and is not recommended.
  3. Code: Select all

    restart <passwd>

    Code: Select all

    die <passwd>
footballkid4
Posts: 6
Joined: Sat Dec 31, 2005 1:01 am

Post by footballkid4 »

Thanks for the quick reply. As for the die/restart, when I tried the /restart pass, Unreal gave an error, that's why I came to ask...

Thx a lot =). Really helps me get this up and running.
Matridom
Posts: 296
Joined: Fri Jan 07, 2005 3:28 am

Post by Matridom »

footballkid4 wrote:Thanks for the quick reply. As for the die/restart, when I tried the /restart pass, Unreal gave an error, that's why I came to ask...

Thx a lot =). Really helps me get this up and running.
What would the error be?
Never argue with an idiot. They will bring you down to their level, then beat you with experience.
footballkid4
Posts: 6
Joined: Sat Dec 31, 2005 1:01 am

Post by footballkid4 »

Quoted from the error message:
Usage: wircd [-h servername] [-p portnumber] [-x loglevel]
Then, I click ok and it says:
UnrealIRCD has failed to initialize in InitwIRCD()
Then UIRCD closes...
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

uhm, what command did you enter?

die and restart are commands you use in your irc client (as an oper), not on the command line...
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
footballkid4
Posts: 6
Joined: Sat Dec 31, 2005 1:01 am

Post by footballkid4 »

I know that, and I did enter them in my IRC client, and UIRCD came up with that error...
[UnDeRTaKeR]
Posts: 84
Joined: Mon Nov 21, 2005 6:15 am
Location: Cuba

Post by [UnDeRTaKeR] »

hi
yes, Ive seen that too,
when you use /restart <passwd>
the wircd gives that message...and fail to restart,
on WinXP SP2
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

http://bugs.unrealircd.org

Go there, make a report, be sure to be descriptive
JIVXor
Posts: 134
Joined: Fri Sep 09, 2005 10:53 pm
Location: Cuba

Post by JIVXor »

Code: Select all

*** everhash pone modo +oghaANWt  (+iwxvGsoghaANWt)
-
Server notice mask (+kcfFjveGnNqSso)
-
You are now an IRC Operator
-
*** everhash pone modo +qHp  (+iwxvGsoghaANWtqHp)
-
[16:32]  server ! Server is Restarting by request of everhash
-
[16:32]  server ! Aieeeee!!! Restarting server... No reason
-
[16:32] * Disconnected
this is on Win2kSP4. Works fine.
[UnDeRTaKeR]
Posts: 84
Joined: Mon Nov 21, 2005 6:15 am
Location: Cuba

Post by [UnDeRTaKeR] »

winxp
winxpsp2
wircd dont initialize, as the quoted message says...
but since this hasnt been reported before, Im assuming that could be
another problem, Ill try in other PCs and different win versions..
am not good at reporting bugs though...
saludos
JIVXor
Posts: 134
Joined: Fri Sep 09, 2005 10:53 pm
Location: Cuba

Post by JIVXor »

Uhhh, my bad, in WIn2kSP4, didn't initialize too, same message.

Errors's screenshots are here (WinXPSP2) ->

http://img313.imageshack.us/my.php?im ... 26vk.jpg

To be more descriptive I must have MSVC for debugging and I dont have it. So, could anyone please make a detailed debug of this? And make a http://bugs.unrealircd.org report of course.
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

It doesn't matter if you have MSVC or not, please make the bug report, and someone will look into it.

Be as descriptive as you can, be sure to watch the bug report if someone has questions. Include the screenshots


I am now locking this for 2 reasons: 1) it has gone way off subject; 2) MAKE THE BUG REPORT ALREADY.
Locked