Ticket #130 (closed enhancement: fixed)

Opened 6 months ago

Last modified 5 months ago

Auto-connect

Reported by: shc4 Owned by: ekilfoil
Priority: trivial Milestone: Mangler 1.2
Component: gui Version: 1.0.0
Keywords: auto-connect Cc:

Description

Could a feature or launch modifier be added so that mangler will connect to a server automatically?

example: from terminal

example@example-desktop~$ mangler -autoconnect

It would make launching mangler from scripts much easier.

Change History

Changed 6 months ago by FWishbringer

To add to this, it could also be made to support ventrilo links.

For reference,  http://www.ventrilo.com/setup.php#Web_Links

This is the minimum required (example):
 ventrilo://www.myserver.com:3784/servername=MyServer

The links support servername, serverpassword, channelname, and channelpassword.

Example of with a server password:
 ventrilo://www.myserver.com:3784/servername=Name&serverpassword=Pass

If this were implemented, it would be just a matter of scripting with the link input to connect.

Changed 5 months ago by Haxar

  • priority changed from major to trivial
  • component changed from libventrilo3 to gui

Changed 5 months ago by Haxar

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to Mangler 1.2

implemented in r704

From the command line, you can do:

$ mangler -s server:port -u username -p password

and -h for a list of available switches.

Note: See TracTickets for help on using tickets.