Config
Log for #openttd on 23rd December 2006:
Times are UTC Toggle Colours
00:00:17  <FlashFF> hello sexy developers
00:00:27  <orudge> Why hello.
00:00:31  *** Digitalfox [~digitalfo@bl8-40-179.dsl.telepac.pt] has joined #openttd
00:00:34  <FlashFF> who wants to answer a quick Q just to satisfy my curiosity?
00:01:14  <Digitalfox> Don't know what the question is or about, but go ahead!! :)
00:01:51  <FlashFF> The Q is this:  Many games implement features to ensure executables and libraries on each client are the same, such as hashing.  What type of system is in place in OpenTTD
00:02:33  <FlashFF> as in, What type of system stops someone alering the source then playing on a server with their dodgy copy?
00:02:51  <glx> usually the client desync
00:02:59  <FlashFF> and i hate my typing at this time of night
00:03:30  <FlashFF> usually?  so its not that theres a system stopping it, but some changes would case the client to function incorrectly yeah?
00:03:46  <FlashFF> *cause
00:04:00  *** YogSothoth [~john@lns-bzn-23-82-248-96-40.adsl.proxad.net] has quit [Remote host closed the connection]
00:04:01  * FlashFF slaps hands for bad typing
00:04:12  <glx> a "hacked" client can work if the changes don't touch the game engine
00:04:28  <FlashFF> dodgy lol
00:05:02  <Rubidium> even more so, as it is an open source application, how can you trust any generated hash?
00:05:13  <Digitalfox> But doesn't the server game, see if the client is using a changed version? Like build version?
00:05:39  <FlashFF> good point rubidium
00:05:45  <FlashFF> lol
00:06:03  <Rubidium> the server doesn't know the version of the client
00:06:16  <glx> he just trust him
00:06:30  <glx> s/he/it
00:06:49  <Sacro> infinate number of library versions = infinate number of compiled versions
00:07:00  *** _42_ [truelight@openttd.org] has joined #openttd
00:07:06  <Digitalfox> Let me see is i got it.. I change the code of openttd to allow me to cheat and do whatever i want in a server game, and has long the build string is the one the server accepts, nothing stops me from doing this and cheating or crash a gserver game?
00:07:39  <ThePizzaKing> Digitalfox: You'll get desynced
00:07:48  <Rubidium> the server doesn't trust any incoming command and checks the command itself. If the check fails, the client is kicked (I think) (as the client should have tested it before sending).
00:07:51  <FlashFF> well i suppose to some extent cheating would be difficult, as you'd have to stay in sync with the server data, judging by what glx said
00:08:16  <Eddi|zuHause2> you cannot crash a server game, the server and all clients do the same calculations, and if they don't do exactly the same, the client is thrown out
00:08:41  <Rubidium> Eddi|zuHause2: the client kicks itself :)
00:08:47  *** Rens2Sea [~Rens2Sea@213.211.185.168] has quit []
00:08:49  <DJGummikuh> Eddi|zuHause2: what does that mean? that the Scenario of Digitalfox doesn't work?
00:08:53  <glx> Eddi|zuHause2: you can crash the server if there's a bug in the server's code :)
00:09:17  <Eddi|zuHause2> i was assuming there are no bugs ;)
00:09:22  <DJGummikuh> Eddi|zuHause2: lol :)
00:09:26  <glx> as it was with autoreplace and refit with wagons of the same type already in depot
00:09:32  <Rubidium> and crashing the server by sending illegal commands/whatever means there is a bug :)
00:10:14  <Digitalfox> ok.. I don't play a lot of openttd multiplayer games, so i don't know 100% the way of working.. But i actually thought there was some kind of hash checking.. :| To match the same code of oficial build's code
00:10:32  <Digitalfox> But i undersand now :)
00:10:39  <Digitalfox> *understand
00:10:43  <Rubidium> what happens is:
00:10:44  <Eddi|zuHause2> no, there is only a check of version strings
00:10:58  <Eddi|zuHause2> and nobody prevents you from changing that in your source code
00:11:07  <Rubidium> - the server sends his version and (since a few days) it's GRF IDs
00:11:30  <Rubidium> - the server sends his seed once every X frames
00:11:57  <DJGummikuh> Digitalfox: what good is that hash checking.. if you can alter your client so far that you can enable cheats and stuff you can alter the routine that generates the hash and send the hahs the server expects instead..
00:12:09  <Rubidium> the client _has_ to check whether the version matches his version, the GRFs match and whether the (random) seed is still the same
00:12:27  <DJGummikuh> grf?
00:12:39  <Rubidium> as in newgrf
00:13:43  *** Vikthor [~Vikthor@snat2.arachne.cz] has quit [Quit: Leaving.]
00:15:19  <DJGummikuh> Rubidium: ah
00:15:21  <Rubidium> though the client is 'allowed' to ignore any of those, it will just means that the game state of the client diverges from the game state of the server in case of mismatches; it does not affect the server nor the other players
00:15:57  <DJGummikuh> when did 0.5.0-RC1 come out?
00:16:04  <DJGummikuh> because gentoo's portage doesn't have it yet
00:16:06  <glx> yesterday
00:16:26  <DJGummikuh> glx: ah that might be a reason ^^ :)
00:16:31  <Prof_Frink> all my troubles seemed so far away
00:16:39  <DJGummikuh> latest version in gentoo is 0.8.4
00:16:42  <glx> Prof_Frink: lol
00:16:45  <DJGummikuh> err 0.4.8
00:16:50  <DJGummikuh> Prof_Frink: hehe
00:18:43  <Eddi|zuHause2> why is it that there is never anything interesting on TV over christmas?
00:18:56  <glx> same here :)
00:19:07  <Eddi|zuHause2> [well, technically, s/over christmas//]
00:19:47  <glx> the more channel, the less interesting things
00:20:27  <Rubidium> Eddi|zuHause2: because you are not interested in the garbage the 'plebs' is interested in...
00:21:19  <Digitalfox> Here in Portugal thers nothing to see in TV, only crishtmas shows with music "popular"
00:22:08  <Eddi|zuHause2> yeah, i have about 300 channels, and everything is garbage...
00:22:14  <Digitalfox> The only cool channels are AXN, Discovery and a little of MTV
00:23:00  <Eddi|zuHause2> you can't watch MTV here, cause for every minute of music, you get 5 minutes of ringtone commercials
00:23:06  * Rubidium has the feeling he only sees already seen programs on Discovery
00:23:52  <Digitalfox> I don't know if AXN is what other countrys call it.. But in Portugal AXN is a Sony channel, with CSI, A lot of cool movies, and a lot of cool made sony shows
00:23:53  <Eddi|zuHause2> what i usually like are series that have some kind of "red thread"
00:24:44  <Eddi|zuHause2> but they usually screw up the translation, and they are 1 year late here
00:25:52  <Rubidium> which means he has already seen them, due to the lack of interesting programs on the TV (see the vicious circle)
00:26:34  <Eddi|zuHause2> exactly ;)
00:28:21  <Digitalfox> My biggest problem is that most of the shows when arrive in portugal, i have already see them like 6 months or 1 year earlier.. So why do i need to see TV?? :|
00:42:07  <DJGummikuh> hehe I saw a funny bug in 0.4.8 with the AI
00:42:25  <blathijs> Darkvater: I've checked the .debs from sf, md5 is ok
00:42:26  <glx> you know 0.4.8 is old now
00:42:27  <DJGummikuh> it tried to somehow steal my route I payed quite much for by building the same route next to it
00:42:33  <Prof_Frink> DJGummikuh: The AI *is* a bug
00:42:56  <blathijs> Darkvater: We should probably add a news item for 0.5.0-rc1 at sf?
00:43:04  <DJGummikuh> then I simply blocked all exits of his target station and looked him spending money to build and destroy the same bridge over and over again :D
00:43:21  <DJGummikuh> glx: yeah but 0.5 is not in portage yet :(
00:43:49  <blathijs> Hmm, who does the gentoo port anyway?
00:43:59  <DJGummikuh> blathijs: not me for sure ^^
00:44:24  <Sacro> blathijs: isnt it just a matter of updating the ebuild?
00:45:29  <DJGummikuh> hmm a question if i fusion with another company... does the ai stop doing stupid things then?
00:45:37  *** Tobin [~Tobin@c58-107-61-130.eburwd7.vic.optusnet.com.au] has quit [Quit: Tobin]
00:45:40  <DJGummikuh> because I have the hard feeling it still creates stuff allthough I bought it
00:45:50  <DJGummikuh> the railways I'm just looking at weren't there half an hour ago
00:50:21  <Rubidium> maybe it is another AI?
00:51:25  *** Digitalfox [~digitalfo@bl8-40-179.dsl.telepac.pt] has quit []
00:52:36  <blathijs> Sacro: I've never seen gentoo from the inside, so I wouldn't know
00:52:43  <DJGummikuh> Rubidium: nah it's my color and I can control these trains
00:52:59  <blathijs> Darkvater: Will there be a windows64 build? The download page says there is, but it's not listed at SF
00:53:00  <Sacro> blathijs: im pretty sure it uses ebuilds to make packages using emerge
00:53:19  <Sacro> similar to Arch using PKGBUILDs to generate pkg.tar.gz, or RPM using spec files
00:53:34  <glx> blathijs: win64 builds will be available if michi_cc does them
00:54:42  <Sacro> glx: what do you need for doing win64 builds?
00:54:57  <glx> a win64 windows I guess
00:55:00  <Rubidium> my MSVC 2005 (32 bits edition) can compile x64 binaries, so I woudln't know why Darkvater cannot make them (unless he is using the free version of MSVC 2005)
00:55:16  <Sacro> yeah, i can create 64 bit binaries too
00:55:29  <blathijs> Sacro: I dunno, I've just spent the day setting up proper chroots for compiling both amd64 and i386 debian packages, which was quite some work (finding documentation, the setting up was easy)
00:55:32  <Rubidium> Sacro: you just need to install MSVC 2005 with support for x64 binaries
00:55:43  <Sacro> Rubidium: yeah... im pretty sure i have
00:56:16  <blathijs> I'll try crosscompiling for ppc and other debian archs in the future I guess
00:56:27  <blathijs> Just to see if I can get it to work :-)
00:56:27  <Sacro> ooh nice
00:56:37  <glx> my MSVC2005 skip openttd compilation when I select x64
00:56:45  <Sacro> i started doing an rpm
00:57:05  <Rubidium> you probably haven't installed the x64 stuff
00:57:22  <blathijs> Currently, I have a clean debian install in a tgz which gets extracted, all build dependencies automatically installed, then it compiles the package.
00:57:36  <Sacro>  whats the svn for 0.5.0-RC1?
00:57:40  <blathijs> kinda nice
00:57:49  <Rubidium> svn://svn.openttd.org/tags/0.5.0-RC1
00:57:51  <blathijs> /tags/0.5.0-RC1 I think
00:58:14  <Sacro> checking out now
00:58:51  *** Ben_123 [~Ben@82.152.170.197] has joined #openttd
00:59:09  <Ben_123> some spam: >> http://www.tt-forums.net/viewtopic.php?t=29153 <<
00:59:46  <Ben_123> Seems to be in 5 places
01:01:04  <Sacro> orudge: ping
01:01:15  <orudge> pong?
01:01:17  <Sacro> even though i told him in #tycoon
01:01:17  <orudge> yes
01:01:18  <orudge> Ah.
01:02:17  <Ben_123> I like the way the google ad along the top also says "Delete porn history files" also.  This site has really changed!
01:02:41  <Sacro> hmm... compile of x64 failed
01:05:58  <blathijs> Darkvater: I've fixed the download page for the debs, you got _ instead of - in the filename. I've also added amd64, did you leave it out on purpose?
01:06:02  * blathijs is off to bed
01:06:04  <blathijs> gn!
01:07:23  <DJGummikuh> hey question in general is the chance for big planes to crash on small airports higher than on bigger airports?
01:07:53  <DJGummikuh> I had 5 jets the beginning of ther unning year and now it's may and 2 jets crashed at the same small airport
01:08:11  <Rubidium> yes, due to the shorter runway
01:08:19  <DJGummikuh> Rubidium: hmm.... ok...
01:08:23  <DJGummikuh> let them crash.. ^^
01:09:24  <Born_Acorn> Small airports = plane crashes
01:09:36  <Born_Acorn> however, Bae 146s can land on small airports
01:10:03  <DJGummikuh> Bae 146s?
01:10:52  <Born_Acorn> Yes
01:10:57  <DJGummikuh> what is that? :)
01:11:04  <Born_Acorn> A plane?
01:11:05  <DJGummikuh> I just started playing again after 1 1/2 years
01:11:20  <DJGummikuh> don't remember much :)
01:11:23  <Born_Acorn> The TTD name is a bit different
01:11:25  <DJGummikuh> played mostly with trins
01:11:29  <Born_Acorn> http://wiki.openttd.org/index.php/Yate_Aerospace_YAe46
01:12:11  <DJGummikuh> ah ok
01:12:29  <DJGummikuh> well I am trying something bigger atm or so...
01:13:21  <DJGummikuh> anyways, I'm off to bed now :) cya guys thanx for the help
01:13:35  <Born_Acorn> http://wiki.openttd.org/index.php/Airtaxi_A34-1000 <-- Small airports too
01:18:08  *** Peakki [antti@cs181000195.pp.htv.fi] has quit [Quit: Lähdössä]
01:19:28  *** Ben_123 [~Ben@82.152.170.197] has left #openttd [Leaving]
01:22:18  <Rubidium> hmm, x64 builds in MSVC are broken (since r7299)
01:24:25  <CIA-1> rubidium * r7550 /trunk/openttd_vs80.vcproj: -Fix (r7299): compilation of x64 binaries with MSVC 2005, due to not telling that helpers.cpp should be compiled as C++ for x64.
01:27:14  *** BJH2_ [~chatzilla@e176111133.adsl.alicedsl.de] has joined #openttd
01:30:02  *** BJH2 [~chatzilla@e176096178.adsl.alicedsl.de] has quit [Ping timeout: 480 seconds]
01:33:42  *** Loke15 [~Loke@ti221110a080-5700.bb.online.no] has quit [Ping timeout: 480 seconds]
01:34:15  <Sacro> Rubidium: that needs to be flagged for 0.5.0
01:35:36  *** _minime_ [~dan.masek@auh-as23321.alshamil.net.ae] has joined #openttd
01:36:37  *** XeryusTC [~irc@cc480157-b.sneek1.fr.home.nl] has quit []
01:44:26  *** BJH2_ [~chatzilla@e176111133.adsl.alicedsl.de] has quit [Quit: ChatZilla 0.9.61 [Mozilla rv:1.7.12/20050915]]
01:57:41  *** KritiK [~Maxim@ppp85-140-204-138.pppoe.mtu-net.ru] has quit [Ping timeout: 480 seconds]
02:02:06  *** Osai [~Osai@pD9EB6E16.dip.t-dialin.net] has quit [Quit: Osai]
02:07:07  *** Nigel_ [~Nigel@202-154-144-120.ubs-dynamic.connections.net.nz] has joined #openttd
02:13:42  *** Nigel [~Nigel@202-154-144-120.ubs-dynamic.connections.net.nz] has quit [Ping timeout: 480 seconds]
02:15:01  *** Nigel [~Nigel@202-154-144-120.ubs-dynamic.connections.net.nz] has joined #openttd
02:16:42  *** Nigel_ [~Nigel@202-154-144-120.ubs-dynamic.connections.net.nz] has quit [Ping timeout: 480 seconds]
02:31:13  *** Eddi|zuHause3 [~johekr@p54B75398.dip.t-dialin.net] has joined #openttd
02:37:41  *** Eddi|zuHause2 [~johekr@p54B7666B.dip.t-dialin.net] has quit [Ping timeout: 480 seconds]
03:03:40  *** orudge [~orudge@8afbfebe.resnet.st-andrews.ac.uk] has quit [Ping timeout: 480 seconds]
03:05:57  *** Belugas_Gone [~jfranc@ip-236.44.99.216.dsl-cust.ca.inter.net] has quit [Quit: How about sleeping? Yeaaa..]
03:06:16  *** orudge [~orudge@8afbfebe.resnet.st-andrews.ac.uk] has joined #openttd
03:06:19  *** mode/#openttd [+o orudge] by ChanServ
03:08:19  *** Belugas_Gone [~jfranc@ip-236.44.99.216.dsl-cust.ca.inter.net] has joined #openttd
03:21:38  <FlashFF> hello
03:22:29  <FlashFF> just playing a game of ottd online, and when i buy aircraft the cost comes out of aircraft running costs.  Is that an already known bug?
03:25:25  <Sacro> FlashFF: which version?
03:25:39  <FlashFF> 0.4.8
03:25:45  <Sacro> hmm...
03:25:53  <Sacro> should be fixed in 0.5.0-RC1
03:26:02  <FlashFF> k cool
03:30:43  *** Sacro [~Ben@adsl-83-100-209-205.karoo.KCOM.COM] has quit [Read error: Connection reset by peer]
04:01:50  *** egladil [~egladil@h91n3fls301o1035.telia.com] has quit [Ping timeout: 480 seconds]
04:03:14  *** egladil [~egladil@h91n3fls301o1035.telia.com] has joined #openttd
04:17:13  *** tormentum [~adam@dsl-202-72-187-122.wa.westnet.com.au] has joined #openttd
04:19:59  *** glx [glx@bny93-6-82-245-156-124.fbx.proxad.net] has quit [Quit: bye]
06:32:45  *** tormentum [~adam@dsl-202-72-187-122.wa.westnet.com.au] has quit [Quit: Ex-Chat]
06:42:06  *** roboboy [~Leo@c211-30-116-5.carlnfd2.nsw.optusnet.com.au] has joined #openttd
06:42:06  *** roboman [~Leo@c211-30-116-5.carlnfd2.nsw.optusnet.com.au] has joined #openttd
06:42:12  *** roboman [~Leo@c211-30-116-5.carlnfd2.nsw.optusnet.com.au] has quit []
07:10:56  *** Gonozal_VIII [~Gono@N740P025.adsl.highway.telekom.at] has quit [Ping timeout: 480 seconds]
07:11:32  *** Gonozal_VIII [~Gono@N811P028.adsl.highway.telekom.at] has joined #openttd
07:31:19  *** HMage [~HMage@85.21.179.41] has quit [Read error: Connection reset by peer]
07:36:01  *** Aloysha [~Aloysha@ppp0-126.lns1.syd7.internode.on.net] has joined #openttd
07:39:18  *** pecisk [~pecisk@purvc-44-54.maksinets.lv] has joined #openttd
07:59:12  *** DJGummikuh [~joey@p50854EFB.dip.t-dialin.net] has quit [Quit: leaving]
08:06:31  *** PandaMojo [~panda@c-67-183-223-161.hsd1.wa.comcast.net] has quit [Quit: PandaMojo]
08:07:46  *** HMage [~HMage@85.21.179.41] has joined #openttd
08:15:00  *** roboboy [~Leo@c211-30-116-5.carlnfd2.nsw.optusnet.com.au] has quit [Read error: Connection reset by peer]
08:25:29  <Ailure> lovely
08:25:32  <Ailure> I join a random network game
08:25:40  <Ailure> first thing I see is a futuristic plane crsahing on a small airport
08:40:45  *** Aloysha [~Aloysha@ppp0-126.lns1.syd7.internode.on.net] has quit [Quit: Aloysha]
08:54:48  *** DJ_Mirage [~sexybigge@biggetje.xs4all.nl] has joined #openttd
09:05:29  *** Osai [~Osai@pD9EB4E57.dip.t-dialin.net] has joined #openttd
09:06:51  <CIA-1> rubidium * r7551 /trunk/newgrf_config.c: -Fix (r7523): segmentation fault on showing NewGRF settings of a network game.
09:10:37  *** mikk36|lap [~mikk36@pc54.host1.starman.ee] has quit [Ping timeout: 480 seconds]
09:15:48  *** MeusH [~MeusH@host-ip18-138.crowley.pl] has joined #openttd
09:15:55  <MeusH> hello
09:16:01  <MeusH> Born_Acorn!
09:38:13  <MeusH> Darkvater, awake!
09:42:07  *** Rens2Sea [~Rens2Sea@213.211.185.168] has joined #openttd
10:01:19  *** Smoovious [~smoovious@c-71-205-140-67.hsd1.mi.comcast.net] has joined #openttd
10:17:25  *** Alltaken [~chatzilla@203-97-223-241.cable.telstraclear.net] has joined #openttd
10:27:49  *** roboboy [~Leo@c211-30-116-5.carlnfd2.nsw.optusnet.com.au] has joined #openttd
10:28:37  *** Purno [~Purno@5351CE08.cable.casema.nl] has joined #openttd
10:36:29  *** Progman [~progman@p57A1FD26.dip.t-dialin.net] has joined #openttd
10:42:17  *** Nigel_ [~Nigel@202-154-144-120.ubs-dynamic.connections.net.nz] has joined #openttd
10:42:56  <CIA-1> miham * r7552 /trunk/lang/ (10 files): (log message trimmed)
10:42:56  <CIA-1> WebTranslator2 update to 2006-12-23 11:41:58
10:42:56  <CIA-1> american - 1 fixed by WhiteRabbit (1)
10:42:56  <CIA-1> bulgarian - 1 changed by kokobongo (1)
10:42:56  <CIA-1> catalan - 2 fixed, 3 changed by arnaullv (5)
10:42:57  <CIA-1> dutch - 3 fixed by habell (3)
10:42:57  <CIA-1> french - 2 fixed by glx (2)
10:48:34  *** Sacro [~Ben@adsl-83-100-209-205.karoo.KCOM.COM] has joined #openttd
10:48:57  *** Nigel [~Nigel@202-154-144-120.ubs-dynamic.connections.net.nz] has quit [Ping timeout: 480 seconds]
10:57:29  <Alltaken> ok guys, files 200+ Mb
10:57:35  <Alltaken> http://ottd.mudpuddle.co.nz/sub-projects.7z
10:57:56  <Alltaken> feel free to download, this is all my work, which i am passing on
11:00:54  <Sacro> hey Alltaken, good luck
11:01:04  <Alltaken> thanks
11:01:31  <Sacro> ive always been in awe of the graphics devs
11:06:05  <Alltaken> why?
11:06:45  <roboboy> good luck aswell with your new job
11:06:52  <Sacro> such nice models...
11:09:34  <Alltaken> thanks roboboy
11:09:47  <Alltaken> Sacro:  its not as hard as one would think, just like anything people want to do
11:10:02  <Alltaken> it just takes learning time and effort, which makes it unattainable by the masses
11:10:04  <Sacro> Alltaken: ive tried, just never got anyway
11:10:08  <Sacro> *anywhere
11:10:14  <Alltaken> like coding, or sewing, or knitting or anything
11:10:38  <Sacro> hmm
11:11:01  <Alltaken> Sacro:  you code?
11:11:18  <Sacro> Alltaken: yep, sometimes
11:11:54  <Alltaken> well that is hard as hell :P
11:12:51  <Sacro> nah, its logical
11:12:56  <Sacro> graphics arent
11:13:35  *** Tobin [~Tobin@c58-107-61-130.eburwd7.vic.optusnet.com.au] has joined #openttd
11:13:55  <Alltaken> sure they are
11:14:06  <Alltaken> different type of logic
11:14:08  <Alltaken> :P
11:14:31  <Alltaken> fuzy logic
11:14:37  <Sacro> heh
11:15:12  <Gonozal_VIII> creativity is needed for both but it is a different kind
11:15:53  <blathijs> Alltaken: Passing on, as in, leaving?
11:16:27  <Alltaken> yep
11:17:24  <blathijs> Tired of openttd, or running out of time, or emigrating to a place without internet?
11:17:29  *** mikk36|lap [~mikk36@pc54.host1.starman.ee] has joined #openttd
11:21:04  <Alltaken> just got a job straight out of uni
11:21:13  <Sacro> nice
11:21:19  <Alltaken> so will have less than zero time
11:36:13  <blathijs> ah, nice and not-so-nice :-)
11:36:15  * blathijs is off
11:40:07  * Sacro can smell
11:43:55  *** BJH2 [~chatzilla@e176111133.adsl.alicedsl.de] has joined #openttd
12:01:49  *** ThePizzaKing [~jeff@c211-28-163-13.eburwd2.vic.optusnet.com.au] has quit [Quit: Ex-Chat]
12:24:25  *** Aloysha [~Aloysha@ppp0-126.lns1.syd7.internode.on.net] has joined #openttd
12:35:49  *** Smoovious [~smoovious@c-71-205-140-67.hsd1.mi.comcast.net] has quit [Read error: Connection reset by peer]
12:36:38  *** Smoovious [~smoovious@c-71-205-140-67.hsd1.mi.comcast.net] has joined #openttd
12:46:47  *** Bjarni [~Bjarni@0x50a46ac4.virnxx14.adsl-dhcp.tele.dk] has joined #openttd
12:46:49  *** mode/#openttd [+o Bjarni] by ChanServ
12:51:40  *** Ben_123 [~Ben@82.152.170.197] has joined #openttd
12:52:05  <Ben_123> more spam: >> http://www.tt-forums.net/viewtopic.php?t=29180 << its getting kinda common..
12:54:30  *** Aloysha [~Aloysha@ppp0-126.lns1.syd7.internode.on.net] has quit [Quit: Aloysha]
12:54:31  *** Wolf01 [~wolf01@87.2.235.90] has joined #openttd
12:54:31  <hylje> request: filter user's first 10 or so posts from urls
12:54:45  <Wolf01> ello
12:54:51  <Bjarni> tell that to orudge
12:55:43  <Ben_123> It appears in the Openttd Problems area also, wich is why I stuck it in here
12:56:27  <MeusH> did something happen to openttd.org?
12:56:28  <MeusH> The requested URL /latest/OTTD-win32-nightly-r7515.zip was not found on this server.
12:56:44  <Bjarni> it appears to be a forum problem, which is orudge's area
12:57:40  <MeusH> Ben_123, I saw that dude/bot posting the same link in other sections, too
12:57:50  <Sacro> Ben_123: you'd be better reporting it in #tycoon on irc.quakenet.org
12:57:50  <Ben_123> alright, well is he not in here?
12:57:57  <hylje> stupid ati
12:58:00  <hylje> still crashing wine
12:58:05  <Sacro> its not even a good site
12:58:34  <Bjarni> Sacro: did you expect something with incest in it's name to be good???
12:58:43  <Bjarni> pervert
12:58:49  <Sacro> Bjarni: well...
12:59:07  <Ben_123> Am I the only one who is fasinated to know what it links to?
12:59:19  <Bjarni> no
12:59:25  <Bjarni> but there is little I can do about it
12:59:35  <Sacro> Ben_123: an exe with a worm in it
12:59:53  <Bjarni> you see, the forum you linked to... I got no more permissions in there than you do


Powered by YARRSTE version: svn-trunk