aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/Voice (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang2-108/+139
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2-50/+66
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 Canto2-2/+0
2012-09-30Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto2-0/+2
2012-09-08refactoring to allow Scene.GetLandData to accept Vector3 as an argument. Note...SignpostMarv2-2/+2
2012-07-11Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)1-2/+1
2012-05-03Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)2-48/+59
2012-03-27minor: clean up some code formatting in VivoxVoiceModule.csJustin Clark-Casey (justincc)1-54/+25
2012-02-14Fix: get embedded objects from Notecard fails with activated FreeSwitchVoiceM...PixelTomsen1-3/+3
2011-12-05Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)2-6/+6
2011-06-24Tell hypergridders when their teleports fail because of the 4096 limit rather...Justin Clark-Casey (justincc)1-4/+4
2011-04-21Adjust freeswitch logging to be somewhat less noisy. However, there is still...Justin Clark-Casey (justincc)1-9/+18
2011-04-20Get Viewer 2 voice working with OpenSim.Justin Clark-Casey (justincc)1-13/+66
2011-04-19Clean up freeswitch config to what is currently required. Add explanation to...Justin Clark-Casey (justincc)1-13/+15
2011-04-02Comment out some startup logging lines to make up for the one I added earlier...Justin Clark-Casey (justincc)2-14/+0
2011-03-05minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-6/+6
2010-11-29Fix the build breakMelanie1-3/+3
2010-11-28Remove the most spammy XML dumps from the FS voice moduleMelanie1-6/+6
2010-11-22Fox case on a methodMelanie1-3/+3
2010-11-22Change FS Voice module to a shared module to avoid gratuitious server handlerMelanie1-6/+30
2010-11-22Fox the buglets in Freeswitch. Grid mode works now and there is no reason why...Melanie1-0/+1
2010-11-21Finish the standalone mode freeswitch work and add config examplesMelanie1-43/+47
2010-11-21Convert the Freeswitch module to new styleMelanie1-93/+98
2010-11-21Strip the dialplan and directory methods from the region moduleMelanie3-522/+10
2010-02-20Formatting cleanup.Jeff Ames1-69/+54
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-52/+20
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-20/+52
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2-2/+2
2009-10-02* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman1-2/+2
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-10-01Formatting cleanup.Jeff Ames3-13/+13
2009-09-29Add copyright header. Formatting cleanup.Jeff Ames1-6/+6
2009-09-18addition of a new script function osSetParcelSIPAddress(string SIPAddress), n...Rob Smart1-3/+52
2009-09-02warnings safari.dr scofield (aka dirk husemann)1-2/+2
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
2009-08-09Formatting cleanup.Jeff Ames2-3/+3
2009-08-08Patch from otakup0pe:Melanie3-34/+51
2009-08-04Revert the #3899 patch and it's two follow upsMelanie3-49/+32
2009-08-04If the FreeSwitch context is unset or "public", then accept any context.Melanie1-1/+1
2009-08-04Output the Freeswitch context received and the context set up in theMelanie1-1/+1
2009-07-25* Updates libOMV to version 0.7.0Teravus Ovares2-4/+4
2009-07-23Formatting cleanup.Jeff Ames4-140/+138
2009-07-17* Patch from otakup0pe to help freeswitch play nice with complex existing fre...Teravus Ovares3-140/+160
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