aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (unfollow)
Commit message (Expand)AuthorFilesLines
2011-07-13refactor: Move all callers of the obsoleted SychronousRestObjectPoster.BeginP...Justin Clark-Casey (justincc)1-2/+2
2011-07-13Add experimental module to check status of services that the simulator is con...Justin Clark-Casey (justincc)1-0/+119
2011-07-09Rename SetSculptData() to SetSculptProperties(), since this is what it does (...Justin Clark-Casey (justincc)1-1/+1
2011-07-02Create a very basic initial test which just creates an 'npc' and tests that t...Justin Clark-Casey (justincc)2-2/+72
2011-07-02refactor: simplify existing npc code by creating them directly rather than in...Justin Clark-Casey (justincc)1-102/+37
2011-06-29Hack around with the NPC module to get osNpcCreate() partially working again.Justin Clark-Casey (justincc)2-34/+75
2011-06-24Changed actual default values of 'ServiceConnectorModule' and 'MessagingModul...Makopoppo3-3/+3
2011-06-24RegionReady Module:BlueWall1-0/+2
2011-06-24Tell hypergridders when their teleports fail because of the 4096 limit rather...Justin Clark-Casey (justincc)1-4/+4
2011-06-04Remove the unmaintained 'CMS' framework, which was really a 'source-control' ...Justin Clark-Casey (justincc)15-3578/+0
2011-06-01a few minor formatting tweaksJustin Clark-Casey (justincc)1-3/+4
2011-06-01A final couple of tweaks to GroupsModule.cs. Remove unneeded delegate, and pr...James Stallings aka Hiro Protagonist1-9/+22
2011-06-01revert the prematurely included groups patch, yet againJustin Clark-Casey (justincc)1-22/+5
2011-05-31Fill in the new OwnerData field in the LLUDP ScriptDialog message.Justin Clark-Casey (justincc)3-7/+24
2011-05-31revert the patch that accidentally got added in the last commitJustin Clark-Casey (justincc)1-22/+5
2011-05-31update libomv libraries to 0.9.0Justin Clark-Casey (justincc)1-5/+22
2011-05-28Adding an event to signal that logins are enabledBlueWall1-11/+76
2011-05-28Add option to disable loginsBlueWall1-1/+24
2011-05-26improve help information for "appearance show"Justin Clark-Casey (justincc)1-2/+3
2011-05-24Revert "Make client event handlers for money only work on root agents"BlueWall1-30/+6
2011-05-24Make client event handlers for money only work on root agentsBlueWall1-6/+30
2011-05-21Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)1-1/+0
2011-05-21minor: remove mono compiler warningJustin Clark-Casey (justincc)1-3/+3
2011-05-17convert tabs to spacesJustin Clark-Casey (justincc)1-2/+2
2011-05-17Fixup documentation for AutoBackupModule.Kim King1-7/+4
2011-05-14refactor: improve PrimLimitsModule to call ILandObject.GetSimulatorMaxPrimCou...Justin Clark-Casey (justincc)1-21/+22
2011-05-09Convert the prim count module into a permissionsmoduleMelanie1-17/+17
2011-05-09Incremental - Just did some cleanup of comments and class name change to clea...E. Allen Soard1-11/+3
2011-05-09Incremental patch to add config options to enable/disable the prim limits mod...E. Allen Soard1-1/+19
2011-05-09Adds an optional module to enforce prim limits on a given parcel Takes into a...E. Allen Soard1-0/+163
2011-05-07Add module with "appearance show" command.Justin Clark-Casey (justincc)1-0/+122
2011-05-06minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2011-05-06add descriptive explanations for region restart functionalityJustin Clark-Casey (justincc)1-1/+0
2011-05-06fix command display for debugging 'emergency-monitoring'Justin Clark-Casey (justincc)1-1/+1
2011-05-02AutoBackupModule: Implement per-region settings in Regions.ini.Sean McNamara1-105/+186
2011-05-02First pass at fixing justincc's feedback v2 ( http://opensimulator.org/mantis...Sean McNamara2-768/+868
2011-04-30Renamed OpenSim.Framework.Capabilities.dll to OpenSim.Capabilities.dllDiva Canto2-3/+0
2011-04-30First stab at cleaning up Caps. Compiles. Untested.Diva Canto2-4/+2
2011-04-26Wait for OnOarFileSaved event callback before executing scriptSean McNamara2-8/+29
2011-04-25Cleaned up various configuration options. Removed the category throttleMic Bowman1-9/+9
2011-04-23AutoBackup: Removed unneeded imports.Sean McNamara1-1/+0
2011-04-23Fix most issues raised by justincc: http://opensimulator.org/mantis/view.php?...Sean McNamara2-764/+854
2011-04-22Various clean ups. Removed some debugging code. Added a new "show pqueues"Mic Bowman1-2/+101
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-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-12Fixup the global defaults config parsing code.Sean McNamara1-15/+25