|
|
| Author |
Message |
zeke Idler

Joined: 04 Oct 2003 Posts: 324
|
Posted: Oct 14, 2008 5:15pm Post subject: Unexpected VERSION reply? |
|
|
So, I ran across a network today using what I believed to be a fairly standard Unreal (on a Windows box), but was a little surprised to see the initial version as given at login.
I did some research, but all I can find are more servers with similar replies.
Has anyone seen this (or variations) before, that can tell what it is, and what (if any) use it may have?
| Quote: | | irc.servername.com CR1.8.03-Unreal3.2.7 iowghraAsORTVSxNCWqBzvdHtGp lvhopsmntikrRcaqOALQbSeIKVfMCuzNTGj |
I've also found variations with different Unreal versions, as well as other IRCd's (I recall a bahamut?)
Is it possibly related to ConferenceRoom?
A further /version will return the standard Unreal reply. |
|
| Back to top |
|
 |
EcKstasy Lurker

Joined: 23 May 2008 Posts: 138 Location: Scotland
|
Posted: Oct 14, 2008 8:57pm Post subject: |
|
|
No idea, it looks like UnrealIRCd but confrence room compatible
well, thats my guess.
http://searchirc.com/ircd-versions
it's there aswell, strange I've never heard about it. |
|
| Back to top |
|
 |
Anarchy Idler

Joined: 26 Oct 2007 Posts: 250 Location: Cabot Arkansas
|
Posted: Oct 14, 2008 9:05pm Post subject: |
|
|
| it could be edited to do that |
|
| Back to top |
|
 |
Willaim Lurker

Joined: 27 Jun 2003 Posts: 242 Location: IRC
|
Posted: Oct 15, 2008 1:58am Post subject: |
|
|
| Is this caused by using the flag java; in the port block? |
|
| Back to top |
|
 |
Jobe Idler

Joined: 30 Jul 2006 Posts: 376 Location: Lurking in the shadows of some random channel!
|
Posted: Oct 15, 2008 2:04am Post subject: |
|
|
"CR1.8.03" does appear in vanila UnrealIRCd source:
| Code: | | src/modules/m_nick.c: sendto_one(sptr, ":%s 004 %s %s CR1.8.03-%s %s %s", |
And said line appears in the else for:
| Code: | | if (!(sptr->listener->umodes & LISTENER_JAVACLIENT)) |
|
|
| Back to top |
|
 |
zeke Idler

Joined: 04 Oct 2003 Posts: 324
|
Posted: Oct 15, 2008 2:08am Post subject: |
|
|
Aha, so it is caused by the java flag?
Life suddenly makes so much more sense
Thanks guys |
|
| Back to top |
|
 |
|