aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (unfollow)
Commit message (Expand)AuthorFilesLines
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-13First pass at moving object property requests into a queue similarMic Bowman2-12/+5
2011-04-12First pass at moving object property requests into a queue similarMic Bowman2-12/+5
2011-04-12First pass at moving object property requests into a queue similarMic Bowman2-12/+5
2011-04-05Make the "All Estates" option work from the client (this makes chosen changes...Justin Clark-Casey (justincc)1-0/+3
2011-04-02Comment out some startup logging lines to make up for the one I added earlier...Justin Clark-Casey (justincc)5-33/+3
2011-03-25Start using IPrimCounts populated by PrimCountModule instead of LandData coun...Justin Clark-Casey (justincc)3-2/+3
2011-03-09Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)1-1/+0
2011-03-05minor: remove some mono compiler warningsJustin Clark-Casey (justincc)3-8/+8
2011-02-09Detect negative dripAmounts in TokenBuckets. These negatives result from over...Diva Canto1-1/+1
2011-02-08Added emergency monitoring of UDP Outgoing packets thread. Just type "emergen...Diva Canto1-2/+28
2011-02-05Honor check of m_Enabled in WorldViewModule.Diva Canto1-0/+3
2011-02-02Record number of resent packets in LindenUDP stack and display in stats reportJustin Clark-Casey (justincc)1-11/+13
2011-01-31Change SimianGroupsServicesConnectorModule.GetAgentGroupMembership() so that ...Justin Clark-Casey (justincc)2-33/+52
2011-01-21minor: remove unnecessary newline from "show throttles" informationJustin Clark-Casey (justincc)1-1/+1
2011-01-21properly format "show throttles" tableJustin Clark-Casey (justincc)1-26/+55
2011-01-21crudely refactor table generation code for "show queues" and "show throttles"Justin Clark-Casey (justincc)1-41/+30
2011-01-21implement "show throttles" command for showing current agent throttles and th...Justin Clark-Casey (justincc)1-0/+330
2011-01-04Make the default for the very verbose XMLRPC groups debug setting false rathe...Justin Clark-Casey (justincc)1-2/+1
2010-12-30Implement SendPlacesReplyMelanie2-0/+8
2010-12-21* Adds AbortXfer to the ClientAPI mixTeravus Ovares (Dan Olivares)2-0/+9
2010-12-17remove broken and unmaintained subversion serialization module and it's assoc...Justin Clark-Casey (justincc)2-461/+0
2010-12-14Start implementing a test for 'share with group' object functionality. Not y...Justin Clark-Casey (justincc)1-4/+2
2010-12-14Add mock group services connector and use this in testsJustin Clark-Casey (justincc)2-3/+12
2010-12-14add infrastructure for groups module testsJustin Clark-Casey (justincc)1-0/+54
2010-12-04comment out the extension attributeJustin Clark-Casey (justincc)1-1/+1
2010-12-04add bare bones shared example moduleJustin Clark-Casey (justincc)1-0/+91
2010-12-04refactor some common code in RegionModulesControllerPluginJustin Clark-Casey (justincc)1-6/+9
2010-12-04correct the id of the example moduleJustin Clark-Casey (justincc)1-1/+1
2010-12-04Add the most bare bones non-shared region module example. Not active unless ...Justin Clark-Casey (justincc)1-0/+83
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-27Refactor appearance and avatar data sending code. Paritioning the routines in...Mic Bowman1-3/+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-10-28Formatting cleanup.Jeff Ames2-2/+1
2010-10-27Formatting cleanup.Jeff Ames2-9/+6
2010-10-22Remove a bit of dead code relating to ObjectCapacityMelanie1-2/+0
2010-10-21First attempt to get multiple attachments working to support viewer2.Master ScienceSim1-9/+6
2010-10-21Remove a bit of dead code relating to ObjectCapacityMelanie1-2/+0
2010-10-20Major refactoring of appearance handling.Master ScienceSim3-11/+11
2010-10-19Pass in requesting agent ID when GetGroupMembers is called in the XMLRPC grou...Justin Clark-Casey (justincc)2-3/+6
2010-10-19Display more information when xmlrpcgroupsserver comms failsJustin Clark-Casey (justincc)2-13/+14
2010-10-06Add and plumb the usetex URL parameter to worldview. Required but not yetMelanie2-3/+7
2010-10-06Convert worldview to GETMelanie1-7/+11