Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 2 | -89/+89 | |
2015-12-11 | change vivox url from https:// to http:// still another | UbitUmarov | 1 | -1/+1 | |
2015-12-11 | change vivox url from https:// to http:// missed several | UbitUmarov | 1 | -8/+8 | |
2015-12-11 | change vivox url from https:// to http:// (merge issue) | UbitUmarov | 1 | -2/+1 | |
2014-11-21 | Remove braindead "fix" that messed up intersim scripted giving. | Melanie Thielker | 1 | -0/+17 | |
2014-10-30 | Fix a potential nullref in Vivox | Melanie Thielker | 1 | -0/+4 | |
2014-04-23 | Eliminated many warnings | Oren Hurvitz | 2 | -3/+3 | |
2014-03-25 | Remove the spammy "voice not enabled" message some viewers trigger in non ↵ | Melanie Thielker | 1 | -4/+4 | |
voice parcels | |||||
2013-11-15 | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 1 | -4/+4 | |
Thanks to Kira for this patch from http://opensimulator.org/mantis/view.php?id=6845 | |||||
2013-07-26 | Commented out ChatSessionRequest capability in Vivox and Freeswitch. We ↵ | Diva Canto | 2 | -18/+18 | |
aren't processing it in any meaningful way, and it seems to get invoked everytime someone types a message in group chat. | |||||
2013-05-30 | Fix passing of voice distance attenuation to the Vivox voice server. | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
Because of a typo, this wasn't being done at all - now the 'default' value as described in OpenSimDefaults.ini of 10m is passed (vivox_channel_clamping_distance) Thanks to Ai Austin for spotting this. | |||||
2013-05-28 | First change in Vivox for ages! -- added a lock to serialize calls to vivox ↵ | Diva Canto | 1 | -14/+25 | |
servers. This may ameliorate things when lots of avies arrive in a sim at about the same time. Turns out that there are 4 http requests per avie to Vivox. | |||||
2013-02-27 | Make sure we dispose of WebResponse, StreamReader and Stream in various ↵ | Justin Clark-Casey (justincc) | 2 | -14/+19 | |
places where we were not already. | |||||
2013-02-24 | Revert "Output some additional data on Vivox connection errors", this logs ↵ | Melanie | 1 | -1/+1 | |
passwords! Bad! This reverts commit 79e477f6af09fae2d88a1bba45de6cb819e2800a. | |||||
2013-02-24 | Output some additional data on Vivox connection errors | Melanie | 1 | -1/+1 | |
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ↵ | teravus | 2 | -2/+2 | |
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64. | |||||
2012-11-13 | All optional modules' directives moved out of addin.xml | Diva Canto | 1 | -0/+2 | |
2012-09-30 | Revert "Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 2 | -2/+0 | |
http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow." But the patch is here, in case anyone wants to try it. This reverts commit 531edd51d82ecd6a842a2611c99e9919634491ef. | |||||
2012-09-30 | Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 2 | -0/+2 | |
http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow. Thanks R.Gunther (rigun@rigutech.nl) https://lists.berlios.de/pipermail/opensim-users/2012-September/010986.html | |||||
2012-09-08 | refactoring to allow Scene.GetLandData to accept Vector3 as an argument. ↵ | SignpostMarv | 2 | -2/+2 | |
Note that the prior work on LSL_Vector implicit operators means one does not need to explicitly cast a LSL_Vector to Vector3 | |||||
2012-08-16 | Remove XML debug spam from vivox voice | Melanie | 1 | -12/+12 | |
2012-07-11 | Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than ↵ | Justin Clark-Casey (justincc) | 1 | -2/+1 | |
constructing fresh copies. The encodings are thread-safe and already used in such a manner in other places. This isn't done where Byte Order Mark output is suppressed, since Encoding.UTF8 is constructed to output the BOM. | |||||
2012-05-03 | Implement optional name and description on http stream handlers so that we ↵ | Justin Clark-Casey (justincc) | 2 | -48/+59 | |
can relate a slow request to what the handler actually does and the agent it serves, if applicable. This is most useful for capabilities where the url is not self-describing. | |||||
2012-03-27 | minor: clean up some code formatting in VivoxVoiceModule.cs | Justin Clark-Casey (justincc) | 1 | -54/+25 | |
2012-02-14 | Fix: get embedded objects from Notecard fails with activated ↵ | PixelTomsen | 1 | -3/+3 | |
FreeSwitchVoiceModul http://opensimulator.org/mantis/view.php?id=2607 | |||||
2011-12-05 | Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ↵ | Justin Clark-Casey (justincc) | 2 | -6/+6 | |
of OSHttpRequest/OSHttpResponse. This is required for the substitution of different HTTP servers or the newer HttpServer.dll without having to commit to a particular implementation. This is also required to write regression tests that involve the HTTP layer. If you need to recompile, all you need to do is replace OSHttpRequest/OSHttpResponse references with IOSHttpRequest/IOSHttpResponse. | |||||
2011-06-24 | Tell hypergridders when their teleports fail because of the 4096 limit ↵ | Justin Clark-Casey (justincc) | 1 | -4/+4 | |
rather than just saying "destination not found" Instead of performing the 4096 check when the region is linked (and subsequently removing the link), leave the link in place and perform the check in the entity transfer module This allows us to explicitly tell the hypergridder why the teleport failed (region out of range). It also allows people on regions that are within range (on a large source grid) to teleport. The Check4096 config parameter in the [GridService] section is replaced by a max_distance paramter in a new [EntityTransfer] section in OpenSimDefaults.ini Since the parameter is in OpenSimDefaults.ini no action needs to be taken unless you want to increase this limit. It could also be decreased. The check is being made in the base entity transfer module, since I believe the viewer problem occurs both on extremely large grids and while hypergridding. | |||||
2011-04-21 | Adjust freeswitch logging to be somewhat less noisy. However, there is ↵ | Justin Clark-Casey (justincc) | 1 | -9/+18 | |
still quite a large amount of logging present for debug purposes. | |||||
2011-04-20 | Get Viewer 2 voice working with OpenSim. | Justin Clark-Casey (justincc) | 1 | -13/+66 | |
See http://opensimulator.org/mantis/view.php?id=5336 It turns out that viewer 2 was upset by the lack of a response to viv_watcher.php. This would send it into a continuous login loop. Viewer 1 was quite happy to ignore the lack of response. This commit puts in the bare minimum 'OK' message in response to viv_watcher.php. This allows viewer 2 voice to connect and appears to work. However, at some point we need to fill out the watcher response, whatever that is. | |||||
2011-04-19 | Clean up freeswitch config to what is currently required. Add explanation ↵ | Justin Clark-Casey (justincc) | 1 | -13/+15 | |
to config parameters. Clean up some log messages. | |||||
2011-04-02 | Comment out some startup logging lines to make up for the one I added ↵ | Justin Clark-Casey (justincc) | 2 | -14/+0 | |
earlier on. Most of these are where the region modules are telling us they are disabled. Convention is only to log when enabled (even that is really noisy) | |||||
2011-03-25 | Switching vivox to https for production use | Melanie | 1 | -11/+11 | |
2011-03-18 | Revert "Switch Vivox voice module to https" | Melanie | 1 | -11/+11 | |
This reverts commit a8096b52cd28fbc18e115faa7fafd35899882673. | |||||
2011-03-18 | Switch Vivox voice module to https | Melanie | 1 | -11/+11 | |
2011-03-05 | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -6/+6 | |
2010-12-16 | Remove some spam from FreeSwitchModule | Melanie | 1 | -2/+2 | |
2010-11-29 | Fix the build break | Melanie | 1 | -3/+3 | |
2010-11-29 | Fix the build break | Melanie | 1 | -3/+3 | |
2010-11-28 | Remove the most spammy XML dumps from the FS voice module | Melanie | 1 | -6/+6 | |
2010-11-28 | Remove the most spammy XML dumps from the FS voice module | Melanie | 1 | -6/+6 | |
2010-11-22 | Fox case on a method | Melanie | 1 | -3/+3 | |
2010-11-22 | Change FS Voice module to a shared module to avoid gratuitious server handler | Melanie | 1 | -6/+30 | |
registrations. Add the missing bits to drive the local connector's HTTP requests. This makes standalones work. | |||||
2010-11-22 | Fox case on a method | Melanie | 1 | -3/+3 | |
2010-11-22 | Fox the buglets in Freeswitch. Grid mode works now and there is no reason ↵ | Melanie | 1 | -0/+1 | |
why standalone should not. | |||||
2010-11-22 | Fox the buglets in Freeswitch. Grid mode works now and there is no reason ↵ | Melanie | 1 | -0/+1 | |
why standalone should not. | |||||
2010-11-21 | Finish the standalone mode freeswitch work and add config examples | Melanie | 1 | -43/+47 | |
2010-11-21 | Convert the Freeswitch module to new style | Melanie | 1 | -93/+98 | |
2010-11-21 | Strip the dialplan and directory methods from the region module | Melanie | 3 | -522/+10 | |
2010-02-20 | Formatting cleanup. | Jeff Ames | 1 | -69/+54 | |
2010-01-29 | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 1 | -52/+20 | |
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf. |