Thread: repeat search
View Single Post
  #14 (permalink)  
Old August 25th, 2004
zab zab is offline
Connoisseur
 
Join Date: May 16th, 2004
Location: Big Apple
Posts: 266
zab is a great assister to others; your light through the dark tunnel
Default

The CLI is in com.limegroup.gnutella.Main (as opposed to com.limegroup.gnutella.gui.Main) in the core module. It is very minimal and I'd love to see it get more functionality.

I wouldn't so much like a direct telnet opening for security reasons; the CLI on the other hand can be tunelled over ssh and I can use 'screen' with it ;-))

Quote:
Originally posted by jum
What CLI do you mean? I do only know LimeWire as a GUI program. BeanShell has an option to start a telnet listener, so adding this code to the LimeWire.bsh file that is read upon startup would make the BeanShell console available via telnet, would that be what you are looking for?