You are an unregistered user, you can register here
Navigation

Information

Site

Donations
If you wish to make a donation you can by clicking the image below.


 
Go Back   The Unreal Admins Page > Forums > Front Page > News > UnrealAdmin.org > UT2004

Reply
Thread Tools Display Modes
  #1  
Unread 2nd June, 2004, 12:32 AM
QuikShot QuikShot is offline
Killing Spree
 
Join Date: Jan 2004
Posts: 18
Default UT2004 IRC Reporter v1.10 Released

Will has released the next version of his UT2004 Reporter with some handy updates. Notable changes have been made to the connecting code, meaning bots stuck in limbo should be a thing of the past. If you're still having trouble you can enable the Debug mode to work out where the problem is. Once everything's running smoothly you'll be able to modify the colours of the reports, reporting frequencies and other similar features.

Download it here.

Last edited by QuikShot : 2nd June, 2004 at 12:49 AM.
Reply With Quote
  #2  
Unread 2nd June, 2004, 08:03 AM
digz digz is offline
Dominating
 
Join Date: Nov 2002
Location: USA
Posts: 171
Default

very nice i would like to see if he had a way to not show the color codes though ... kinda annoying

for example «+whore2k4» [13:50]: @ÀÿOutlawÿ was PULVERIZED by ÿ@@Brutalisÿ! (Blue Outside)
Reply With Quote
  #3  
Unread 2nd June, 2004, 11:09 AM
CBA's Avatar
CBA CBA is offline
Rampage
 
Join Date: Jan 2003
Location: Belgium
Posts: 76
Default

Didn't had much troubles with the last version, but always nice to have a new & better version
__________________
..:: ::VeC:: Clan Homepage - Visit me plz ::.. - ..::My son::..

Last edited by CBA : 2nd June, 2004 at 11:11 AM.
Reply With Quote
  #4  
Unread 2nd June, 2004, 01:29 PM
QuikShot QuikShot is offline
Killing Spree
 
Join Date: Jan 2004
Posts: 18
Default

Quote:
Originally Posted by digz
very nice i would like to see if he had a way to not show the color codes though ... kinda annoying

for example «+whore2k4» [13:50]: @ÀÿOutlawÿ was PULVERIZED by ÿ@@Brutalisÿ! (Blue Outside)
They'll be removed in the next UT2004 patch anyway, so it's not worth the hassle of fixing them now.
Reply With Quote
  #5  
Unread 2nd June, 2004, 02:22 PM
Scumgrief's Avatar
Scumgrief Scumgrief is offline
Killing Spree
 
Join Date: Jun 2004
Location: ETG #clanci
Posts: 30
Default

Where can I find more information about this bot? Is there a homepage?
__________________
Reply With Quote
  #6  
Unread 14th June, 2004, 10:51 AM
eNoSIS eNoSIS is offline
Killing Spree
 
Join Date: Jul 2003
Posts: 18
Default

There seems to be an issue unfortunately, with quite a few IRC servers out there. Specifically, your IRCReporter sends a username line of:
Code:
USER IRCBOT WTF PENS :IRCBOT
It seems that with this USER line, IRCReporter is detected as drone_PB, which is an evil bot (AFAIK). The respective lines in the IRC server software that perform this detection are the following:
Code:
int check_drone_PB(char *username, char *gcos)
{
unsigned char *x;
if(*username == '~')
	username++;
if(strlen(username) <= 2)
	return 0;
/* verify that it's all uppercase leters */
for(x = (unsigned char *) username; *x; x++)
{
	if(*x < 'A' || *x > 'Z')
	return 0;
}
if(strcmp(username, gcos))
	return 0;
return 1;
}
IOW, IRCReporter can't be used on our IRC servers for that reason (check src/s_user.c of bahamut ircd, version 1.4.*). Would it be possible to provide a version that "passes" this check successfully?
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:46 AM.


 

All pages are copyright The Unreal Admins Page.
You may not copy any pages without our express permission.