aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBase.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * refactor: rearrange path inventory manipulation so that input tidying can b...Justin Clarke Casey2008-07-311-13/+23
* * allow inventory folders to be located by pathJustin Clarke Casey2008-07-311-2/+41
* * minor: reduce coupling by passing in only session id to CachedUserInfoJustin Clarke Casey2008-07-311-0/+7
* * minor: temporarily command out variables to prevent compile warningsJustin Clarke Casey2008-07-291-2/+2
* * add file path parameter to save-inv (in development)Justin Clarke Casey2008-07-291-2/+3
* * find user on save-invJustin Clarke Casey2008-07-291-0/+26
* * minor: route create user through underlying super class method rather than ...Justin Clarke Casey2008-07-291-6/+1
* * refactor: move create user console command parsing down to OpenSim.cs from ...Justin Clarke Casey2008-07-291-2/+0
* * Put in stub code for inventory backup.Justin Clarke Casey2008-07-291-2/+7
* moving GridInfo application plugin into a common standalone/gridDr Scofield2008-07-281-0/+7
* The new secure inventory server mode (in r5590) can now be disabled from Open...Johan Berntsson2008-07-231-0/+1
* Introduce a separate connection string for estates, which defaults to the one giMelanie Thielker2008-07-181-5/+4
* Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ...Mike Mazur2008-07-181-2/+1
* Patch #9151Melanie Thielker2008-07-181-1/+0
* * Hive off ConsolePluginCommand into its own framework classJustin Clarke Casey2008-07-121-0/+1
* * Start compressing archivesJustin Clarke Casey2008-07-121-1/+1
* Mantis#1682. Revert temporarily, Sempuki's mono addins patchCharles Krinke2008-07-111-2/+2
* Mantis#1682. Thank you kindly, Sempuki for a patch that:Charles Krinke2008-07-101-2/+2
* * Start scripts loaded from an archiveJustin Clarke Casey2008-07-071-1/+1
* Mantis#1647. Thank you very much, Sempuki for a patch that:Charles Krinke2008-07-041-8/+5
* Add minor comments.Charles Krinke2008-06-291-0/+3
* Mantis#1616. Applied Melanie's patch. This may or mayCharles Krinke2008-06-281-1/+2
* plumbing for multiple inventory servers. Mostly done on the region server side. MW2008-06-281-1/+1
* Remove one warning. We are now down to 16 warnings inCharles Krinke2008-06-281-1/+1
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-1/+1
* Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke2008-06-271-26/+15
* small change to last commitMW2008-06-261-23/+23
* As per the suggestion on the mailing list, added support for a OpenSim.xml co...MW2008-06-261-19/+55
* * Adds Region ban capability to Regions. You access this by going to World->...Teravus Ovares2008-06-211-0/+1
* Implemented plugin support for ClientStack, with LindenUDP as the default plu...Johan Berntsson2008-06-201-0/+8
* * Enables maptile display in grid mode for simulators that are not on the sam...Teravus Ovares2008-06-141-1/+1
* * Fix build break by eliminating remaining IScenePermissions references - mus...Justin Clarke Casey2008-06-011-2/+2
* * Move log version printing up into BaseOpenSimServerJustin Clarke Casey2008-06-011-8/+3
* * Refactor: Split opensim background server into a separate classJustin Clarke Casey2008-06-011-0/+702