Home | Networks | Community | Need Help? 

 
 Quick search

 
 
 RegisterRegister   Log inLog in 

SearchIRC Bot
Goto page 1, 2  Next
 
Post new topic   Reply to topic    SearchIRC Forum Index -> IRC networks
Author Message
EcKstasy
Lurker
Lurker


Joined: 23 May 2008
Posts: 136
Location: Scotland

PostPosted: Jul 01, 2008 5:39pm    Post subject: SearchIRC Bot Reply with quote

Is it possible for the SearchIRC bot to stay on Networks 24/7?
I just wondered because it saves bandwidth from global connect notices xD
Nah,im only playing..but It would be good if there was an opt in thing to have for scrawl to stay on the network 24/7,I know it has other networks to go to aswell and maybe crash,tho,it was just a suggestion Cool
Back to top
Jason
SearchIRC Developer
SearchIRC Developer


Joined: 03 May 2003
Posts: 1199
Location: Tampa, FL

PostPosted: Jul 01, 2008 7:54pm    Post subject: Reply with quote

it stays on the major networks, but only because for networks like ircnet, if it disconnected, it might not be able to get back for hours....

I don't think we could keep bots on all the networks all the time though. There are a lot of over zealous opers that scan users connected, and would kline our host if they thought anything looked suspicious. Of course, we get that all the time just by connecting, so who knows :)


Last edited by Jason on Jul 05, 2008 5:07pm; edited 1 time in total
Back to top
Wepa
none
none


Joined: 17 Jun 2008
Posts: 23

PostPosted: Jul 01, 2008 8:41pm    Post subject: Reply with quote

wow that would be cool though. How many scrawl bots are there in total?
Back to top
Jason
SearchIRC Developer
SearchIRC Developer


Joined: 03 May 2003
Posts: 1199
Location: Tampa, FL

PostPosted: Jul 01, 2008 8:51pm    Post subject: Reply with quote

one bot, many different networks, and the bot runs about 30-40 concurrent processes at a time.
Back to top
Wepa
none
none


Joined: 17 Jun 2008
Posts: 23

PostPosted: Jul 01, 2008 9:01pm    Post subject: Reply with quote

Wow thats a lot of bots! Impressive! Good job Jason on the website, I recently read you started searchirc from scratch congrats because this is like the only IRC website that is alive!!! Well planned! Keep up the good work!
Back to top
Lyhne1
Newbie
Newbie


Joined: 05 Jul 2008
Posts: 61
Location: USA

PostPosted: Jul 05, 2008 3:39pm    Post subject: Reply with quote

Just wondering, Lets say I was to make a bot for my Network could I have send ifno back to SearchIrc to free your guys bots? Kinda like kill to birds with one stone. If this something that you would allow,I be willing to talk in more detail about it.
Back to top
PingBad
Guru
Guru


Joined: 05 Feb 2005
Posts: 2075
Location: New Zealand

PostPosted: Jul 05, 2008 5:01pm    Post subject: Reply with quote

Lyhne1 wrote:
Just wondering, Lets say I was to make a bot for my Network could I have send ifno back to SearchIrc to free your guys bots? Kinda like kill to birds with one stone. If this something that you would allow,I be willing to talk in more detail about it.
A noble offer, however it could open up a can of worms (namely: the accuracy of the data - its not unheard of for an admin to "tweak" their servers to bloat their numbers just so they get a higher ranking on SIRC)
Back to top
Leet
Newbie
Newbie


Joined: 26 Jun 2008
Posts: 78
Location: New York

PostPosted: Jul 05, 2008 7:16pm    Post subject: Reply with quote

Good idea though.
Back to top
mouselike
Idler
Idler


Joined: 09 Dec 2003
Posts: 261

PostPosted: Jul 06, 2008 4:07am    Post subject: Reply with quote

...or just offer a subscription perhaps so networks/admins can chose to keep the bot on their network but at the going rate, if they kline it then it's their money they have thrown away; along with the free subscription already lol

It will also benefit the networks that are genuine but arnt big enough to be listed but chose to be included in the 24/7 system and help fund sirc too i think.
Back to top
PingBad
Guru
Guru


Joined: 05 Feb 2005
Posts: 2075
Location: New Zealand

PostPosted: Jul 06, 2008 6:37am    Post subject: Reply with quote

having money to burn is not always synonymous with being an honest admin. So there has to be a practical limit where most of the kids are weeded out (something beyond the average allowance, me thinks) - but in saying that, you also deny those who are honest respectful, etc but lack the financial resources.

Then we also have to cover things like the old mantra "no such thing as a free lunch", in other words: "I contribute to your site, so what do I get as a favor in return" (gotta love human nature Wink) which would also need deep consideration.

My 2c + tax (yep, it's tax season again - UGH!)
Back to top
katsklaw
Guru
Guru


Joined: 28 Jun 2004
Posts: 1122

PostPosted: Jul 06, 2008 8:12am    Post subject: Reply with quote

actually this can be achieved. Just in a compromise. What can happen is a statically built binary can be run from a shell the network owns that acts like scrawl and reports it's findings back to the db. Something like services or an eggdrop already does.

Being a binary executable would prevent statistics tampering on behalf of the administration of said network since they can't alter the source code. This binary would also be using said networks resources thus lowering SIRC's resource consumption and achieving the desired effect as well as being on said network 24/7. wow, cake and eat it too! ;P

The configuration file for the bot could only contain connection info and the bots nick on the network. The bot could work as a StatServ for the network as well as reporting stats back to SIRC just as scrawl currently does.

The network can then choose if/when it no longer wishes to send data back to SIRC by simply shutting the bot down instead of banning the bot as present.
Back to top
Jason
SearchIRC Developer
SearchIRC Developer


Joined: 03 May 2003
Posts: 1199
Location: Tampa, FL

PostPosted: Jul 06, 2008 10:03am    Post subject: Reply with quote

What's the difference between a bot from searchirc system polling vs an eggdrop the network runs that is polling the system?

the proper way to do it is a service that connects as a server, so there would not need to be polling. Have it run locally on a box that has a client server, so there is no bandwidth overhead. But of course you know why this isn't going to happen.

I like KISS. One indexer, one method, and no requirements besides a functional IRC server. We have a hard enough time telling people SearchIRC doesn't spam or do anything wacky with scrawl, nevermind asking them to run a program we come up with on their local box :)
Back to top
katsklaw
Guru
Guru


Joined: 28 Jun 2004
Posts: 1122

PostPosted: Jul 06, 2008 10:56am    Post subject: Reply with quote

It's not a matter of asking anyone to do anything. Networks can either use the current scrawl or as an option, voluntarily run the binary.

The difference between scrawl polling and a remote bot polling is YOU save CPU cycles. Just like the difference between distributed computing and undistributed computing.
Back to top
Jason
SearchIRC Developer
SearchIRC Developer


Joined: 03 May 2003
Posts: 1199
Location: Tampa, FL

PostPosted: Jul 06, 2008 12:41pm    Post subject: Reply with quote

not worth the hassle. The system in place hasn't needed any real changes in several years. :)
Back to top
mouselike
Idler
Idler


Joined: 09 Dec 2003
Posts: 261

PostPosted: Jul 06, 2008 1:33pm    Post subject: Reply with quote

God I hate saying this but I agree with katsklaw again, he comes up with a feasible solution that could actually work.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    SearchIRC Forum Index -> IRC networks All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
 
Forum powered by phpBB
 
 © 2000 - 2008 EverythingIRC, Inc. All rights reserved. Please read our disclaimer