Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-05-28 | let Grid Servers specify a connect string in their configuration. | Sean Dague | 2 | -4/+4 | |
2008-05-28 | spring cleaning, remove a bit of db4o grid server | Sean Dague | 2 | -229/+0 | |
code that was still in tree. | |||||
2008-05-28 | Formatting cleanup. | Jeff Ames | 1 | -4/+4 | |
2008-05-27 | updating URL for LSL status. | Dr Scofield | 1 | -1/+1 | |
2008-05-27 | I'm dropping the ISimChat interface as that has now been | Dr Scofield | 1 | -1/+0 | |
replaced by EventManager events. also, i've added instructions to README.txt about running runprebuild.sh and on how to report bugs. plus some minor fixes (dropping m_log statement left over from debugging llOwnerSay, nicer catch of exception in IRCBridgeModule | |||||
2008-05-26 | This cleans up a merge mess from the earlier checkin and implements ↵ | Dr Scofield | 3 | -14/+19 | |
llOwnerSay() via the newly created Scene.SimBroadcast() call. | |||||
2008-05-25 | Update svn properties. Formatting cleanup. | Jeff Ames | 5 | -12/+17 | |
2008-05-22 | * Fix circular dependency from last checkin by passing version as a ↵ | Justin Clarke Casey | 1 | -1/+1 | |
parameter to Scene rather than referencing VersionInfo directly * Butt ugly solution | |||||
2008-05-20 | i'm extending the RestStreamHandler.Handler(...) signature to actually | Dr Scofield | 2 | -7/+23 | |
provide OSHttpRequest and OSHttpResponse to our REST handler. also, this adds proper RestPlugin.IsGod() checking against the X-OpenSim-Godkey HTTP request header. last, i added XML doc comments to RestPlugin.cs | |||||
2008-05-19 | i can haz pantz? | Sean Dague | 1 | -1/+7 | |
You sure can. This change set restores pants (and the rest of the default appearance) in grid mode. The root issue had to do with serializing multi-faced textures to the grid server. This also restores the lookup path through the avatar factory module, as that seems the reasonable place to have it live. Some clean up patches are coming later as well, plus testing on standalone, but this should be in a good kicking around state for grid users. | |||||
2008-05-19 | adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and ↵ | Dr Scofield | 2 | -4/+10 | |
HttpListenerResponse respectively. enhancing IStreamHandler and IStreamedHandler interfaces so that OSHttp{Request,Response} get passed in, allowing RestHandlers to set response status code, redirections, etc. | |||||
2008-05-17 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
2008-05-16 | in theory implement the backend of appearance for grid. | Sean Dague | 2 | -0/+46 | |
testers encouraged so I can track down issues. | |||||
2008-05-16 | * Minor: For no particularly good reason, make all console prompts conform ↵ | Justin Clarke Casey | 6 | -6/+6 | |
to the same prompt scheme | |||||
2008-05-16 | Minor cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-05-16 | Formatting cleanup. | Jeff Ames | 29 | -231/+231 | |
2008-05-14 | * Refactored IConfigSource into Physics plug-ins and Scene. We can get rid ↵ | Teravus Ovares | 1 | -2/+4 | |
of some of the parameters we pass to it's constructor now like, 'm_allowPhysicalPrim', 'seeIntoOtherRegions', etc.. so on * The main purpose of this is to provide configuration options for ODE and other physics plug-ins that are advanced enough to be able to be configured. | |||||
2008-05-14 | * Refactor additional stats collection common code into base opensim server | Justin Clarke Casey | 2 | -18/+4 | |
* 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-14 | More formatting cleanup. Minor refactoring. | Jeff Ames | 4 | -10/+20 | |
2008-05-14 | More formatting cleanup. | Jeff Ames | 9 | -100/+76 | |
2008-05-14 | Formatting cleanup. | Jeff Ames | 10 | -42/+43 | |
2008-05-13 | * Remove old historical grid inventory code | Justin Clarke Casey | 2 | -212/+1 | |
2008-05-13 | * As part of the region registration process, the grid service now requests ↵ | Justin Clarke Casey | 2 | -11/+57 | |
the status of the region using the region http uri just passed in * If the status cannot be retrieved, then the region startup will terminate. * The aim of this is for earlier detection of situations where the region can send messages out but cannot accept incoming requests (often due to firewall issues) * This is currently an extremely simplistic check which completely trusts whatever http uri is given by the region * This contact may be problematic, though since the user service needs to be able to contact the region http uri, it doesn't seem unreasonable for the grid to have to be able to do so too at this stage * This change will require a prebuild | |||||
2008-05-12 | * Refactor: Creating grid login exceptions to try and break up a large method. | Justin Clarke Casey | 1 | -71/+109 | |
* This in preparation for further login validation to check that the region logging in is properly contactable. * Also increase verbosity of some error messages | |||||
2008-05-12 | * Minor: Make some direct grid server console output into logged messages ↵ | Justin Clarke Casey | 1 | -7/+10 | |
instead | |||||
2008-05-12 | * If a region running in grid mode fails to login to the grid service, ↵ | Justin Clarke Casey | 1 | -1/+1 | |
startup will now terminate instead of carrying on (and thus burying the error message) | |||||
2008-05-12 | * Minor: Change 'delete region' message to region logout message | Justin Clarke Casey | 1 | -1/+2 | |
2008-05-12 | * Minor: Commenting out message detailing all individual map information ↵ | Justin Clarke Casey | 1 | -2/+1 | |
dispatch for now | |||||
2008-05-12 | * Minor: Initial cleaning up of some of the grid sim login messages | Justin Clarke Casey | 1 | -22/+25 | |
2008-05-09 | * Removing polling delay for non-CAPS inventory fetch if the client has not ↵ | Justin Clarke Casey | 1 | -1/+4 | |
yet received data from the inventory service * Replaced instead with the system now used by other requests where the fetch request is placed on a queue and service when the data comes in | |||||
2008-05-09 | * Fix opensim region server shutdown. | Justin Clarke Casey | 3 | -3/+3 | |
2008-05-08 | * Reduced sleep durations in a number of files. | Adam Frisby | 1 | -6/+1 | |
2008-05-08 | * Some refactorings. | Adam Frisby | 1 | -1/+1 | |
* Added shell of new Python scripting engine. Similar in design to the one used by Rex, but will be structured at a region rather than object level, also is a region module. | |||||
2008-05-07 | * Move shutdown processing to base OpenSimServer, overriding the method ↵ | Justin Clarke Casey | 6 | -55/+18 | |
where appropriate * This also means that the command quit (as well as shutdown) will now close down grid servers (instead of only being in place for the region server) | |||||
2008-05-05 | * Refactor: Break out permissions code into a separate region PermissionsModule | Justin Clarke Casey | 1 | -2/+2 | |
2008-05-03 | * Add ability to defer item actions for AddItem() and DeleteItem(). This ↵ | Justin Clarke Casey | 1 | -1/+1 | |
won't be useful until we let the client cache (again?) | |||||
2008-05-03 | * Refactor RemoveItem() | Justin Clarke Casey | 1 | -1/+1 | |
2008-05-03 | * Refactor: move UpdateFolder into CachedUserInfo | Justin Clarke Casey | 1 | -1/+1 | |
2008-05-03 | * Refactor: Move bulk of CreateFolder from UserProfileCacheService into ↵ | Justin Clarke Casey | 1 | -58/+8 | |
CachedUserInfo * Remove unused/superseded methods from GridInventoryService | |||||
2008-05-02 | plumb in connection string to the user database paths. mysql and mssql | Sean Dague | 1 | -1/+1 | |
just ignore this for now, but it lets us get connect strings to sqlite and nhibernate. | |||||
2008-05-01 | * Refactor: Remove the unused userID parameter that was being passed into ↵ | Justin Clarke Casey | 2 | -88/+6 | |
almost every inventory method * This allows lots of redundant inventory methods with only slightly different names to be eliminated. | |||||
2008-05-01 | * Rolled back a few changes. | Adam Frisby | 34 | -674/+648 | |
2008-05-01 | * Cleaning code still. | Adam Frisby | 34 | -648/+674 | |
2008-05-01 | * Breaking all the code, breaking all the code..! | Adam Frisby | 4 | -18/+7 | |
* Made a bunch more members static, removed some dead code, general cleaning. | |||||
2008-05-01 | * Cleaned namespaces of entire solution. OpenSim directories now correspond ↵ | Adam Frisby | 5 | -10/+9 | |
with namespaces. | |||||
2008-05-01 | * Assorted spring cleanings. | Adam Frisby | 2 | -2/+1 | |
2008-04-30 | * Spring cleaned a bunch of '//TODO: unused' marked functions. | Adam Frisby | 1 | -13/+0 | |
2008-04-30 | * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. ↵ | Teravus Ovares | 1 | -0/+5 | |
Thanks A_Biondi and Melanie! * This builds but might not work. JustinCC will examine.. it may work out of the box. | |||||
2008-04-23 | * Implement full grid mode Trash empty | Justin Clarke Casey | 2 | -9/+19 | |
* Now, emptying the trash should remove folders and the items they contain as well as items which were not in a subfolder. * This will only work once both the region and grid servers have reached this revision. * You may also need to clear your cache before this will work * Refactoring to follow. | |||||
2008-04-23 | add a database_connect field for the asset server config | Sean Dague | 1 | -3/+3 | |
which will let you specify a connection string. Required for Nhibernate, optional for sqlite (there is a sane default), ignored for mysql and mssql until someone implements the Iniatialise(string) method. |