Warning: Can't synchronize with the repository (Unsupported version control system "svn": "/usr/lib64/libsvn_ra_neon-1.so.0: undefined symbol: svn_compat_wrap_file_rev_handler" ). Look in the Trac log for more information.

Ticket #130 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years 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 2 years 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 2 years ago by Haxar

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

Changed 2 years 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.