Difference between revisions of "Planned Features"

From Mumble Wiki
Jump to: navigation, search
Line 1: Line 1:
 
These are things that are planned added 'some time in the future'. Please try Mumble out before you comment on any of the ideas below.  
 
These are things that are planned added 'some time in the future'. Please try Mumble out before you comment on any of the ideas below.  
  
If you want to help out with any of the below, '''great!''' Be aware that during the alpha/beta stage the code will change quite a lot, and public CVS lags quite a few hours behind developer CVS, so you might want to drop us a line first to let us know you're working on something. That way we can leave those files alone while you work.  
+
If you want to help out with any of the below, '''great!''' Be aware that the mumble code is changing all the time, so please drop by the forums and let us know if you want to work on something so we avoid duplicate efforts.
  
== Release 1.0 ==
+
== Release 1.0.0 ==
  
We need some more field testing, but we are really feature-complete for what should be in the 1.0 release. So the "To-Do" is actually just to be sufficiently sure 0.9.2 (current CVS) is stable enough, release it and if no bugs are reported make that the 1.0 version.
+
* Functional static version of murmur for as many linux boxes as possible.
 +
* non-MMX mixer support for non-x86 platforms.
 +
* Bug fixing.
 +
* Use new overlay icons in ovelay.
  
== Wishlist ==
+
== Release 1.1.0 ==
 +
''More or less ready ideas''. To ship around the time Ubuntu 7.10 comes out, as that means Qt 4.3 is a bit more common on Linuxes.
  
* Text chat support
+
* SSL support (through QtSslSocket)
* Text-to-speech
+
* Hashed passwords for murmur.
 +
* Audio Wizard (depends on QWizard)
 +
* Either the new VAD included with Speex, or ability to configure one.
 +
 
 +
== At some point ==
 +
''This would be nice, but not enough time, so contributors wanted''
 +
 
 +
* Example script of how to register a Dbus authenticator which in turns authenticates through phpBB (or some other community database).
 +
* Linked simple ACL support -- DBus authenticators should be able to set temporary group memberships which are NOT saved to database and are only kept on the root channel.
 +
* Skinnable icons, though that might mean we'd have to move skins into a zip file or something. But that would also enable people to include custom background and button textures etc.

Revision as of 00:01, 10 July 2007

These are things that are planned added 'some time in the future'. Please try Mumble out before you comment on any of the ideas below.

If you want to help out with any of the below, great! Be aware that the mumble code is changing all the time, so please drop by the forums and let us know if you want to work on something so we avoid duplicate efforts.

Release 1.0.0

  • Functional static version of murmur for as many linux boxes as possible.
  • non-MMX mixer support for non-x86 platforms.
  • Bug fixing.
  • Use new overlay icons in ovelay.

Release 1.1.0

More or less ready ideas. To ship around the time Ubuntu 7.10 comes out, as that means Qt 4.3 is a bit more common on Linuxes.

  • SSL support (through QtSslSocket)
  • Hashed passwords for murmur.
  • Audio Wizard (depends on QWizard)
  • Either the new VAD included with Speex, or ability to configure one.

At some point

This would be nice, but not enough time, so contributors wanted

  • Example script of how to register a Dbus authenticator which in turns authenticates through phpBB (or some other community database).
  • Linked simple ACL support -- DBus authenticators should be able to set temporary group memberships which are NOT saved to database and are only kept on the root channel.
  • Skinnable icons, though that might mean we'd have to move skins into a zip file or something. But that would also enable people to include custom background and button textures etc.