aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-76/+107
2018-01-17remove more xml things no longer needed on .net >4.5.2UbitUmarov1-1/+0
2018-01-17remove those xml things no longer needed on .net >4.5.2UbitUmarov1-3/+0
2018-01-09give up on a property that old monos do compile, but then smore ok execUbitUmarov1-1/+0
2018-01-08fall back to a obsolete property since several monos in use (include our own)...UbitUmarov1-1/+1
2018-01-05 a few more xml thingsUbitUmarov1-1/+6
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-59/+59
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-33/+42
2015-12-11change vivox url from https:// to http:// still anotherUbitUmarov1-1/+1
2015-12-11change vivox url from https:// to http:// missed severalUbitUmarov1-8/+8
2015-12-11change vivox url from https:// to http:// (merge issue)UbitUmarov1-2/+1
2014-11-21Remove braindead "fix" that messed up intersim scripted giving.Melanie Thielker1-0/+17
2014-10-30Fix a potential nullref in VivoxMelanie Thielker1-0/+4
2014-04-23Eliminated many warningsOren Hurvitz1-2/+2
2014-03-25Remove the spammy "voice not enabled" message some viewers trigger in non voi...Melanie Thielker1-4/+4
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-4/+4
2013-07-26Commented out ChatSessionRequest capability in Vivox and Freeswitch. We aren'...Diva Canto1-9/+9
2013-05-30Fix passing of voice distance attenuation to the Vivox voice server.Justin Clark-Casey (justincc)1-1/+1
2013-05-28First change in Vivox for ages! -- added a lock to serialize calls to vivox s...Diva Canto1-14/+25
2013-02-27Make sure we dispose of WebResponse, StreamReader and Stream in various place...Justin Clark-Casey (justincc)1-7/+5
2013-02-24Revert "Output some additional data on Vivox connection errors", this logs pa...Melanie1-1/+1
2013-02-24Output some additional data on Vivox connection errorsMelanie1-1/+1
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-1/+1
2012-11-13All optional modules' directives moved out of addin.xmlDiva Canto1-0/+2
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto1-1/+0
2012-09-30Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto1-0/+1
2012-09-08refactoring to allow Scene.GetLandData to accept Vector3 as an argument. Note...SignpostMarv1-1/+1
2012-08-16Remove XML debug spam from vivox voiceMelanie1-12/+12
2012-05-03Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)1-24/+30
2012-03-27minor: clean up some code formatting in VivoxVoiceModule.csJustin Clark-Casey (justincc)1-54/+25
2011-12-05Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)1-3/+3
2011-04-02Comment out some startup logging lines to make up for the one I added earlier...Justin Clark-Casey (justincc)1-8/+0
2011-03-25Switching vivox to https for production useMelanie1-11/+11
2011-03-18Revert "Switch Vivox voice module to https"Melanie1-11/+11
2011-03-18Switch Vivox voice module to httpsMelanie1-11/+11
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+1
2009-10-01Formatting cleanup.Jeff Ames1-2/+2
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
2009-07-25* Updates libOMV to version 0.7.0Teravus Ovares1-2/+2
2009-07-23Formatting cleanup.Jeff Ames1-2/+2
2009-07-12* Workaround for a bug in Vivox Server r2978, whereby channel-search.channels...Adam Frisby1-2/+18
2009-07-12* More Vivox FiddlingAdam Frisby1-1/+5
2009-07-12* Patch for previous revision.Adam Frisby1-4/+1
2009-07-12* More VivoxModule debugging.Adam Frisby1-2/+20
2009-07-12* Added some noisy debug information to VivoxModule to try debug why GetChann...Adam Frisby1-2/+9
2009-07-11fixing missing ReplacableInterfaceDr Scofield1-2/+7
2009-07-11From: Dr Scofield <hud@zurich.ibm.com> & Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-0/+1301