Clan x86

Technical (Development, Security, etc.) => JavaOp Board => JavaOp Support Archive => Topic started by: Ajan on April 08, 2007, 07:28:55 AM

Title: One position in CommandlineConfiguration.jar missing
Post by: Ajan on April 08, 2007, 07:28:55 AM
When I try to change the settings of plugins in bot I get the list of 38 plugins, although there are 39 of them. The one missing in CommandlineConfiguration.jar i Whisper on Leave Plugin. It's working fine in Swing, but it's not listed in commandline. It's there actually because if I type 39, its configuration appears, it's just not on the list. I tested it on two bots so I guess it's not just my fault ;P .
Title: Re: One position in CommandlineConfiguration.jar missing
Post by: Joe on April 08, 2007, 08:36:24 PM
Sounds like the classic off-by-one-bug. But I'm too lazy to look!
Title: Re: One position in CommandlineConfiguration.jar missing
Post by: Ajan on April 09, 2007, 06:16:18 AM
Just small FYI, to do when you guys release Beta 43 ;) .
Title: Re: One position in CommandlineConfiguration.jar missing
Post by: Joe on April 13, 2007, 02:16:52 AM
I want to make beta43 the final release and then not "release" it anymore. Hdx is currently writing a CVS updater, I believe.. I'm not sure what he's doing exactly, but we're planning on trying to keep the CVS as safe as possible and have users just update off of that.
Title: Re: One position in CommandlineConfiguration.jar missing
Post by: Warrior on April 13, 2007, 02:39:28 AM
Lol, some maintainer you are.
Title: Re: One position in CommandlineConfiguration.jar missing
Post by: Joe on April 19, 2007, 04:59:18 PM
I'm a revolutionary! We're trying to get our customers (doesn't that involve money? hm) the fastest updates possible, deliver bugfixes reliably, and still have them be running safe code. :)
Title: Re: One position in CommandlineConfiguration.jar missing
Post by: Newby on April 22, 2007, 05:06:44 PM
Quote from: Joex86/64] link=topic=9023.msg114559#msg114559 date=1176078984]
Sounds like the classic off-by-one-bug. But I'm too lazy to look!

I associate off-by-one flaws with 0day exploits.
Title: Re: One position in CommandlineConfiguration.jar missing
Post by: iago on April 22, 2007, 06:01:06 PM
Quote from: Newby on April 22, 2007, 05:06:44 PM
Quote from: Joex86/64] link=topic=9023.msg114559#msg114559 date=1176078984]
Sounds like the classic off-by-one-bug. But I'm too lazy to look!

I associate off-by-one flaws with 0day exploits.

Then you're weird. Off-by-one flaws are almost always impossible or extremely hard to exploit.
Title: Re: One position in CommandlineConfiguration.jar missing
Post by: chuck on April 22, 2007, 06:39:00 PM
Quote from: iago on April 22, 2007, 06:01:06 PM
Quote from: Newby on April 22, 2007, 05:06:44 PM
Quote from: Joex86/64] link=topic=9023.msg114559#msg114559 date=1176078984]
Sounds like the classic off-by-one-bug. But I'm too lazy to look!

I associate off-by-one flaws with 0day exploits.

Then you're weird. Off-by-one flaws are almost always impossible or extremely hard to exploit.
...Unless your trying to drive a normal user insane
Title: Re: One position in CommandlineConfiguration.jar missing
Post by: Newby on April 22, 2007, 11:49:42 PM
Quote from: iago on April 22, 2007, 06:01:06 PM
Quote from: Newby on April 22, 2007, 05:06:44 PM
Quote from: Joex86/64] link=topic=9023.msg114559#msg114559 date=1176078984]
Sounds like the classic off-by-one-bug. But I'm too lazy to look!

I associate off-by-one flaws with 0day exploits.

Then you're weird. Off-by-one flaws are almost always impossible or extremely hard to exploit.

Shrug. I've never heard of it called an "Off-by-one bug"; just called "off-by-one exploit."
Title: Re: One position in CommandlineConfiguration.jar missing
Post by: Joe on April 25, 2007, 12:56:09 PM
In my programming class, it was called "off by one bug", although when spoke, almost always pronounced OBOB (like Oh Bob).