Author Topic: One position in CommandlineConfiguration.jar missing  (Read 3946 times)

0 Members and 1 Guest are viewing this topic.

Offline Ajan

  • Newbie
  • *
  • Posts: 17
  • I have visited my profile
    • View Profile
    • War Masters clan
One position in CommandlineConfiguration.jar missing
« 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 .
We are but packets in this Internet of life.

Offline Joe

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: One position in CommandlineConfiguration.jar missing
« Reply #1 on: April 08, 2007, 08:36:24 pm »
Sounds like the classic off-by-one-bug. But I'm too lazy to look!
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Ajan

  • Newbie
  • *
  • Posts: 17
  • I have visited my profile
    • View Profile
    • War Masters clan
Re: One position in CommandlineConfiguration.jar missing
« Reply #2 on: April 09, 2007, 06:16:18 am »
Just small FYI, to do when you guys release Beta 43 ;) .
We are but packets in this Internet of life.

Offline Joe

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: One position in CommandlineConfiguration.jar missing
« Reply #3 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.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Warrior

  • supreme mac daddy of trolls
  • Hero Member
  • *****
  • Posts: 7503
  • One for a Dime two for a Quarter!
    • View Profile
Re: One position in CommandlineConfiguration.jar missing
« Reply #4 on: April 13, 2007, 02:39:28 am »
Lol, some maintainer you are.
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Offline Joe

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: One position in CommandlineConfiguration.jar missing
« Reply #5 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. :)
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Newby

  • x86
  • Hero Member
  • *****
  • Posts: 10877
  • Thrash!
    • View Profile
Re: One position in CommandlineConfiguration.jar missing
« Reply #6 on: April 22, 2007, 05:06:44 pm »
Sounds like the classic off-by-one-bug. But I'm too lazy to look!

I associate off-by-one flaws with 0day exploits.
- Newby
http://www.x86labs.org

Quote
[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

I'd bet that you're currently bloated like a water ballon on a hot summer's day.

That analogy doesn't even make sense.  Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT. 

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: One position in CommandlineConfiguration.jar missing
« Reply #7 on: April 22, 2007, 06:01:06 pm »
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.

Offline chuck

  • Full Member
  • ***
  • Posts: 335
  • Canadian Biathlete
    • View Profile
    • Chucks Blog
Re: One position in CommandlineConfiguration.jar missing
« Reply #8 on: April 22, 2007, 06:39:00 pm »
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
Chucks Blog
JavaOp2 Plugins

Quote
Error, keyboard not connected. Press F1 to continue.

Offline Newby

  • x86
  • Hero Member
  • *****
  • Posts: 10877
  • Thrash!
    • View Profile
Re: One position in CommandlineConfiguration.jar missing
« Reply #9 on: April 22, 2007, 11:49:42 pm »
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."
- Newby
http://www.x86labs.org

Quote
[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

I'd bet that you're currently bloated like a water ballon on a hot summer's day.

That analogy doesn't even make sense.  Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT. 

Offline Joe

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: One position in CommandlineConfiguration.jar missing
« Reply #10 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).
I'd personally do as Joe suggests

You might be right about that, Joe.