mumble/src
Mew bc5852d3dc Implement "mumble rpc" subcommand
This allows users to more easily issue SocketRPC
requests to a running Mumble client.

Currently, only commands for muting/deafning are
supported.

Example:

  $ mumble rpc mute    # Mute a running Mumble client
  $ mumble rpc unmute  # Unmute a running Mumble client
  [...]

Supported commands are currently:

  'mute' - Unmute self
  'unmute' - Unmute self
  'deaf' - Deafen self
  'undeaf' - Undeafen self

(You can also see them via 'mumble rpc --help')
2015-02-08 16:41:53 +01:00
..
bonjour mumble: Qt 5 support for OS X. 2013-06-29 16:56:41 +02:00
mumble Implement "mumble rpc" subcommand 2015-02-08 16:41:53 +01:00
mumble_exe mumble, mumble_exe: fix overlay self-detection for the mumble_app.dll build. 2013-11-10 22:28:03 +01:00
murmur murmur: fix CONFIG(static) block in the unix section of murmur.pro to not be applied for OS X. 2015-01-03 21:53:14 +01:00
tests Move speex, celt-0.7.0, celt-0.11.0, opus and sbcelt to the 3rdparty directory. 2015-01-05 23:11:59 +01:00
ACL.cpp Allow using ChanACL::hasPermission without a cache 2012-01-08 12:59:47 +01:00
ACL.h Prepend Projectname to header guard defines 2013-06-04 21:59:52 +02:00
Channel.cpp Fix incorrect handling of mumble:// links 2014-04-10 20:37:13 +02:00
Channel.h Fix incorrect handling of mumble:// links 2014-04-10 20:37:13 +02:00
Connection.cpp Unify comment style. 2013-07-13 18:45:09 +02:00
Connection.h Replace all uses of QT_VERSION_CHECK with explicit version. 2014-08-22 01:55:34 +02:00
CryptState.cpp Fix include guards and PCH includes 2011-11-09 00:12:10 +01:00
CryptState.h Prepend Projectname to header guard defines 2013-06-04 21:59:52 +02:00
Group.cpp Fix murmur handling all groups starting with "sub" as special. 2014-09-21 15:56:26 +02:00
Group.h Prepend Projectname to header guard defines 2013-06-04 21:59:52 +02:00
Message.h Prepend Projectname to header guard defines 2013-06-04 21:59:52 +02:00
mumble.pri Define Qt 4 no-ops for Q_DECL_OVERRIDE and Q_DECL_FINAL on the command line. 2014-12-25 14:34:56 +01:00
Mumble.proto Reorder Mumble.proto to match ordering in Message.h. 2014-04-10 21:30:38 +02:00
Net.cpp Banlist: PR commit adjustments 2013-06-30 15:14:52 +02:00
Net.h Banlist: PR commit adjustments 2013-06-30 15:14:52 +02:00
OSInfo.cpp Added Windows 10 in OS detection and manifest file. 2014-10-30 22:15:41 +01:00
OSInfo.h OSInfo: use full Windows version when version string is user-facing. 2014-01-11 03:11:19 +01:00
PacketDataStream.h Prepend Projectname to header guard defines 2013-06-04 21:59:52 +02:00
Qt4Compat.h mumble, murmur: add a 'Qt::escape' for Qt 5 to avoid ifdef hell. 2014-07-25 16:54:07 +02:00
SignalCurry.h Prepend Projectname to header guard defines 2013-06-04 21:59:52 +02:00
SSL.cpp Replace all uses of QT_VERSION_CHECK with explicit version. 2014-08-22 01:55:34 +02:00
SSL.h Fix include guards and PCH includes 2011-11-09 00:12:10 +01:00
Timer.cpp Fix include guards and PCH includes 2011-11-09 00:12:10 +01:00
Timer.h Unify comment style. 2013-07-13 18:45:09 +02:00
User.cpp Fix include guards and PCH includes 2011-11-09 00:12:10 +01:00
User.h build: add support for building against Qt 5 from the win32-static build env. 2013-09-15 22:47:54 +02:00
Version.cpp Fix include guards and PCH includes 2011-11-09 00:12:10 +01:00
Version.h Prepend Projectname to header guard defines 2013-06-04 21:59:52 +02:00