aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSim.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * minor: change m_debug to m_debugPacketLevel since that's what it isJustin Clarke Casey2008-10-141-2/+2
* * minor: Remove highly experimental tags from oar loading and saving functionsJustin Clarke Casey2008-10-101-6/+0
* * oops, fix region startup to be in the correct sequence (though it appeared ...Justin Clarke Casey2008-10-031-2/+2
* Allow create-region to load files from arbitrary locationsMelanie Thielker2008-09-301-1/+6
* * Apply http://opensimulator.org/mantis/view.php?id=2294Justin Clarke Casey2008-09-291-0/+4
* fixes future mantis from SachaMagne.Dr Scofield2008-09-291-1/+1
* adds support to delete a region completely and offers thatDr Scofield2008-09-181-14/+16
* * Complete refactoring accidentally left unfinished so that all server help r...Justin Clarke Casey2008-09-151-45/+0
* * Add "reset user password" command to standalone region consoleJustin Clarke Casey2008-09-151-0/+55
* Changed "show users" command to display only root agents, "show users full" toHomer Horwitz2008-09-121-6/+16
* * some if inversions and added {}'s for readabilitylbsa712008-09-081-3/+5
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-2/+2
* Mantis#2105. Thank you kindly, HomerHorwitz for a patch that addresses:Charles Krinke2008-09-031-8/+9
* create-region didn't know about regionload_regionsdir...Dr Scofield2008-08-281-1/+2
* * minor: refactor thread report into a method that returns a string rather th...Justin Clarke Casey2008-08-251-1/+1
* Update svn properties, formatting cleanup.Jeff Ames2008-08-191-8/+8
* * It appears that sometimes some IClientAPI reference is not being released, ...Justin Clarke Casey2008-08-181-0/+47
* Formatting cleanup.Jeff Ames2008-08-181-46/+46
* * Insert a new 'set log level [level] command on the console'Justin Clarke Casey2008-08-161-0/+1
* * Try and make the contents of the region prompt more obvious by returning to...Justin Clarke Casey2008-08-051-31/+18
* * Make currently selected region appear in the region console promptJustin Clarke Casey2008-08-051-3/+6
* * refactor: change method nameJustin Clarke Casey2008-08-051-3/+3
* * refactor: clean up code for selecting regions on the region consoleJustin Clarke Casey2008-08-051-35/+32
* Mantis#1877. Thank you kindly, Sache Magne for a patch that:Charles Krinke2008-08-021-1/+13
* * find user on save-invJustin Clarke Casey2008-07-291-17/+1
* * minor: route create user through underlying super class method rather than ...Justin Clarke Casey2008-07-291-1/+1
* * refactor: move create user console command parsing down to OpenSim.cs from ...Justin Clarke Casey2008-07-291-4/+67
* * Put in stub code for inventory backup.Justin Clarke Casey2008-07-291-3/+24
* * minor: Make create user command appear on the region console only if the re...Justin Clarke Casey2008-07-221-4/+14
* * minor: add wiki link to archiving function invocationJustin Clarke Casey2008-07-211-2/+4
* * Minor: correct change-region typoJustin Clarke Casey2008-07-211-1/+1
* added region port number to output of "show regions" commandDahlia Trimble2008-07-181-1/+1
* * Change load-oar/save-oar status to highly experimental.Justin Clarke Casey2008-07-141-5/+7
* * refactor: Move xml/archive loading and saving code into separate methods re...Justin Clarke Casey2008-07-121-79/+109
* * refactor: collapse scene debug settings into same format as packet debug se...Justin Clarke Casey2008-07-121-20/+30
* * Refactor: Minor cleanup of Debug method in OpenSim.csJustin Clarke Casey2008-07-121-5/+13
* * Hive off ConsolePluginCommand into its own framework classJustin Clarke Casey2008-07-121-109/+0
* * Move thread tracking code to base opensim server so that it's available for...Justin Clarke Casey2008-07-111-28/+0
* Added "save-prims-xml2 <PrimName> <FileName>", as we were lacking a method to...MW2008-07-011-0/+11
* more work on the support for multiple inventory servers. MW2008-06-281-0/+7
* small change to last commitMW2008-06-261-2/+2
* As per the suggestion on the mailing list, added support for a OpenSim.xml co...MW2008-06-261-2/+2
* Minor formatting cleanup.Jeff Ames2008-06-251-7/+7
* changed kickuser console command to use caseless compared substrings for firs...Dahlia Trimble2008-06-231-6/+2
* Changed the kickuser command to use the new console RegisterCmd feature.Dahlia Trimble2008-06-221-31/+33
* Added an experimental "kickuser" console command to log off a user by name.Dahlia Trimble2008-06-221-0/+31
* Mantis#1580. Thank you kindly, Dmiles for a patch that:Charles Krinke2008-06-211-15/+32
* Mantis#1567. Thank you kindly, Dmiles for a patch that addresses:Charles Krinke2008-06-181-1/+10
* Update svn properties. Formatting cleanup.Jeff Ames2008-06-091-52/+53
* Mantis#1499. Thank you kindly, DMiles for a patch that:Charles Krinke2008-06-081-77/+132