Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-11Remove MKAudio benchmark mode.Mikkel Krautz
2012-03-11Opus implementation.Mikkel Krautz
2012-02-01Expose trusted-status of the server's certificate chain through MKConnection ...Mikkel Krautz
2012-02-01Allow release string override.Mikkel Krautz
2012-01-31Add self-mute and self-deafen actions for the connected user to MKServerModel...Mikkel Krautz
2012-01-31Add serverModel:joinedServerAsUser:withWelcomeMessage: method to MKServerMode...Mikkel Krautz
2012-01-16Strip HTML to plain text. Extract images and links as well.Mikkel Krautz
2012-01-15Add MKTextMessage implementation.Mikkel Krautz
2011-12-03Add MicBoost capability to MKAudioInput -- only used when the preprocessor is...Mikkel Krautz
2011-12-01Improved MKConnection error delegation.Mikkel Krautz
2011-11-29Do VAD like desktop client does. No voice hold at the moment, though.Mikkel Krautz
2011-11-29Export speech probablity from MKAudio.Mikkel Krautz
2011-11-24Add serverCertificates method to MKServerModel header.Mikkel Krautz
2011-11-23Fix MKRSAKeyPair documentation.Mikkel Krautz
2011-11-23Add MKRSAKeyPair support to enable generation of RSA key pairs before a certi...Mikkel Krautz
2011-11-21Fix serverModelPermissionDeniedForReason: MKServerModel delegate method.Mikkel Krautz
2011-11-21Add PermissionDenied handling to MKServerModel.Mikkel Krautz
2011-11-21Access token support.Mikkel Krautz
2011-11-18Convert tabs to 4 spaces, to be in sync with Xcode 4 defaults.Mikkel Krautz
2011-11-18Really fix CELT codec switching.Mikkel Krautz
2011-11-17Update protobuf submodule.Mikkel Krautz
2011-11-07Add serverModel:userMoved:toChannel:fromChannel:byUser: method to MKServerMod...Mikkel Krautz
2011-11-06Proper disconnection events in MKConnection and MKServerModel.Mikkel Krautz
2011-08-09Add transmit type to MKAudio.Mikkel Krautz
2011-08-07Fix MumbleKit warnings.Mikkel Krautz
2011-08-02Documentation for the rest of the public classes.Mikkel Krautz
2011-07-31Add MKConnection and MKConnectionController documentation.Mikkel Krautz
2011-07-31MKCertificate docs.Mikkel Krautz
2011-07-31Make more headers private.Mikkel Krautz
2011-07-31Add new heading to MKAudio.h docs; Add syncdocs script for syncing docs to gh...Mikkel Krautz
2011-07-31Add experimental AppleDoc support (only MKAudio.h documented for now).Mikkel Krautz
2011-07-30Don't expose ivars in class @interfaces in public headers.Mikkel Krautz
2011-06-19MKCertificate PKCS12 import.Mikkel Krautz
2011-04-24Add MKServerPinger for doing UDP server pinging.Mikkel Krautz
2010-10-10Make MKAudio better suited for background operation on iOS.Mikkel Krautz
2010-10-07Attempt at fixing the 'whispering ghost' problem.Mikkel Krautz
2010-10-05Handle userRemove and channelRemove correctly.Mikkel Krautz
2010-10-05Broadcast MKUser talkState changes in MKServerModelDelegate instead of via NS...Mikkel Krautz
2010-10-05More or less complete UserState handlers for MKServerModel.Mikkel Krautz
2010-10-04Clean up MKServerModel a lot. Implement all ChannelState handlers.Mikkel Krautz
2010-10-04Add notifications for changes to user mute, deafen, suppress and priority spe...Mikkel Krautz
2010-10-04Add notifications for selfmute and selfdeafen to MKServerModel and MKUser.Mikkel Krautz
2010-09-29MKConnection: hostname and port accessors.Mikkel Krautz
2010-09-29MKConnection: Rename closeStreams to disconnect.Mikkel Krautz
2010-09-28Add hasCertificate and hasPrivateKey methods to MKCertificate.Mikkel Krautz
2010-09-28Digest accessors for MKCertificate.Mikkel Krautz
2010-09-21Client certificate support for MKConnection.Mikkel Krautz
2010-09-16Make peerCertificates method return an NSArray of peerCertificates.Mikkel Krautz
2010-09-12Export subjectItems and issuerItems. Rename expiryDate to notAfter and also e...Mikkel Krautz
2010-09-12Make MKCertificate able to read most of the certificate information we would ...Mikkel Krautz