Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-08-05 | * Try and make the contents of the region prompt more obvious by returning ↵ | Justin Clarke Casey | 1 | -31/+18 | |
to printing the selected region after a change attempt has been made. | |||||
2008-08-05 | * Make currently selected region appear in the region console prompt | Justin Clarke Casey | 1 | -3/+6 | |
* This region is used for single region commands (such as save-xml2) | |||||
2008-08-05 | * refactor: change method name | Justin Clarke Casey | 1 | -3/+3 | |
2008-08-05 | * refactor: clean up code for selecting regions on the region console | Justin Clarke Casey | 1 | -35/+32 | |
2008-08-02 | Mantis#1877. Thank you kindly, Sache Magne for a patch that: | Charles Krinke | 1 | -1/+13 | |
This patch allows the operator to see the region currently served. A message "Serving region : xxxxx" appears under help or any show commands. | |||||
2008-07-29 | * find user on save-inv | Justin Clarke Casey | 1 | -17/+1 | |
2008-07-29 | * minor: route create user through underlying super class method rather than ↵ | Justin Clarke Casey | 1 | -1/+1 | |
calling communications manager directly | |||||
2008-07-29 | * refactor: move create user console command parsing down to OpenSim.cs from ↵ | Justin Clarke Casey | 1 | -4/+67 | |
CommunicationsManager | |||||
2008-07-29 | * Put in stub code for inventory backup. | Justin Clarke Casey | 1 | -3/+24 | |
* No user functionality yet (and not for quite some time) | |||||
2008-07-22 | * minor: Make create user command appear on the region console only if the ↵ | Justin Clarke Casey | 1 | -4/+14 | |
region is running standalone | |||||
2008-07-21 | * minor: add wiki link to archiving function invocation | Justin Clarke Casey | 1 | -2/+4 | |
2008-07-21 | * Minor: correct change-region typo | Justin Clarke Casey | 1 | -1/+1 | |
2008-07-18 | added region port number to output of "show regions" command | Dahlia Trimble | 1 | -1/+1 | |
2008-07-14 | * Change load-oar/save-oar status to highly experimental. | Justin Clarke Casey | 1 | -5/+7 | |
* See http://opensimulator.org/wiki/OpenSim_Archives for more details. * These commands can now be used on an experimental basis. save-oar saves the entire current region (prim data, assets, prim inventory items, terrain) to a single tar.gz file. * load-oar loads an opensim archive and entirely replaces the current region (at the moment). | |||||
2008-07-12 | * refactor: Move xml/archive loading and saving code into separate methods ↵ | Justin Clarke Casey | 1 | -79/+109 | |
ready for future modularization | |||||
2008-07-12 | * refactor: collapse scene debug settings into same format as packet debug ↵ | Justin Clarke Casey | 1 | -20/+30 | |
settings | |||||
2008-07-12 | * Refactor: Minor cleanup of Debug method in OpenSim.cs | Justin Clarke Casey | 1 | -5/+13 | |
2008-07-12 | * Hive off ConsolePluginCommand into its own framework class | Justin Clarke Casey | 1 | -109/+0 | |
2008-07-11 | * Move thread tracking code to base opensim server so that it's available ↵ | Justin Clarke Casey | 1 | -28/+0 | |
for all servers (UGAIM as well as Region) * This will work as long as those servers are actually registering any threads they use (does not include stuff plucked from the thread pool) * command is now "show threads" rather than threads | |||||
2008-07-01 | Added "save-prims-xml2 <PrimName> <FileName>", as we were lacking a method ↵ | MW | 1 | -0/+11 | |
to save a single primitive or small group of them. This command will save all prims in the current scene that name matches the "PrimName" parameter. The saved file is in standard xml2 format, so can be loaded using load-xml2 | |||||
2008-06-28 | more work on the support for multiple inventory servers. | MW | 1 | -0/+7 | |
The Login service should now read/create new inventory on the inventory server that is set in a users profile. Also added "Add-InventoryHost" console command to add a support for a new server to a region. So it would be good if someone could test this. Set up the grid as normal, but then also run extra inventory server on a different computer (well actually it just has to be on a different network hostname, so one using "http://localhost:8004" and one using "http://127.0.0.1:8005" should work) then you need to manually edit the user profile database to set the new servers url in a user's "userInventoryURI" field. Then on a region server, use the Add-InventoryHost to add the new server url (always include the full url, including http, but don't add a final /) Login with that account and see if the inventory works. Of course these needs to be made more user friendly. | |||||
2008-06-26 | small change to last commit | MW | 1 | -2/+2 | |
2008-06-26 | As per the suggestion on the mailing list, added support for a OpenSim.xml ↵ | MW | 1 | -2/+2 | |
config file, instead of a ini file. INI files still work the same as they did before, just now if a ini file isn't found, it looks for a OpenSim.xml file (of course in xml format) and if found uses that. Includes a OpenSim.Example.xml for reference (the default settings saved as a xml file). | |||||
2008-06-25 | Minor formatting cleanup. | Jeff Ames | 1 | -7/+7 | |
2008-06-23 | changed kickuser console command to use caseless compared substrings for ↵ | Dahlia Trimble | 1 | -6/+2 | |
first and last name parameters | |||||
2008-06-22 | Changed the kickuser command to use the new console RegisterCmd feature. | Dahlia Trimble | 1 | -31/+33 | |
2008-06-22 | Added an experimental "kickuser" console command to log off a user by name. | Dahlia Trimble | 1 | -0/+31 | |
2008-06-21 | Mantis#1580. Thank you kindly, Dmiles for a patch that: | Charles Krinke | 1 | -15/+32 | |
solves an incorectly spliting and rejoining the passed in string[] cmdArgs and losing the double quoted separation of command arguments. | |||||
2008-06-18 | Mantis#1567. Thank you kindly, Dmiles for a patch that addresses: | Charles Krinke | 1 | -1/+10 | |
Add a .Trim() that was forgotten in a previous patch titled: [PATCH] Adds an API for for plugins to create new Console commands and Help | |||||
2008-06-09 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -52/+53 | |
2008-06-08 | Mantis#1499. Thank you kindly, DMiles for a patch that: | Charles Krinke | 1 | -77/+132 | |
was incorrectly sending the command along with the args to the CommandDelegate help was getting lost on top of normal help & help was getting missed except in an exact match (and only returning the first) | |||||
2008-06-07 | Mantis#1495. Thank you kindly, Kinoc for: | Charles Krinke | 1 | -1/+93 | |
0001495: [PATCH] Adds an API for for plugins to create new Console commands and Help | |||||
2008-06-01 | * Fix build break by eliminating remaining IScenePermissions references - ↵ | Justin Clarke Casey | 1 | -2/+2 | |
must remember to nant clean * Hook all server startups into base opensim server startup method | |||||
2008-06-01 | * Move log version printing up into BaseOpenSimServer | Justin Clarke Casey | 1 | -5/+2 | |
2008-06-01 | * Refactor: Split opensim background server into a separate class | Justin Clarke Casey | 1 | -4/+5 | |
2008-05-31 | * Make version information common to all servers | Justin Clarke Casey | 1 | -12/+0 | |
* Now all servers respond to the "show version" command on the console | |||||
2008-05-28 | * Put in stubs for "load-oar" command, including ultra-primitive temporary ↵ | Justin Clarke Casey | 1 | -0/+13 | |
tar loading code * Currently as a test, this will successfully load only the first file of an opensim archive and do absolutely nothing with it | |||||
2008-05-25 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -8/+8 | |
2008-05-22 | * Plug in stubbed out archiver module | Justin Clarke Casey | 1 | -2/+4 | |
2008-05-22 | * Add (DEPRECATED) to load-xml/save-xml region console help | Justin Clarke Casey | 1 | -2/+2 | |
2008-05-22 | * Documentation for load/save xml methods | Justin Clarke Casey | 1 | -0/+11 | |
* Insert the very rough beginning stubs for a save/load OpenSim archive facility that will load/save prim assets (textures & inventory) as well as the prim details themselves (our existing xml facilities). * This won't be ready for even rough testing for quite some time. * I'm doing this directly in the region server for now since this will be quicker to get something working (hence giving me the Serotonin boost that I need). However, there are very good arguments for later also including it (or moving it entirely) to the separate export executable which Sean stubbed out some time ago. | |||||
2008-05-22 | Added "show regions" to the CL help screen. Mantis 1123 | Adam Johnson | 1 | -0/+1 | |
2008-05-22 | Adding basic show users functionality back in to console. Mantis 1212 | Adam Johnson | 1 | -0/+36 | |
2008-05-21 | * Deprecate load-xml and save-xml in favour of load-xml2/save-xml2. | Justin Clarke Casey | 1 | -0/+4 | |
* Please file a mantis if you are not able to use load-xml2/save-xml2 but can successfully use load-xml/save-xml | |||||
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -12/+12 | |
2008-05-14 | * Refactor additional stats collection common code into base opensim server | Justin Clarke Casey | 1 | -14/+1 | |
* If extra stats not sent to the viewer are available on an opensim server, they are now uniformly accessible using the 'show stats' command | |||||
2008-05-13 | *Complete redo of the permissions module | mingchen | 1 | -8/+0 | |
*Removed hardcoded permissions checks *Added permissions checks where needed | |||||
2008-05-09 | * Fix opensim region server shutdown. | Justin Clarke Casey | 1 | -26/+0 | |
2008-05-08 | * Spring cleaning, round 3029 | Adam Frisby | 1 | -1/+1 | |
2008-05-07 | * For no good reason (since there are a hundred million other things to ↵ | Justin Clarke Casey | 1 | -36/+1 | |
fix), change formatting of version information printed to the log * Push printing down into OpenSimMain so both console and consoleless configurations will get it |