Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-09-23 | * Fix a null reference exception that I introduced | Teravus Ovares | 1 | -1/+1 | |
2008-09-23 | * Get Requests for OGP don't have a Content-type: application/llsd+xml, they ↵ | Teravus Ovares | 1 | -0/+12 | |
have an Accept: application/llsd+xml. | |||||
2008-09-23 | * Update in OGP draft 3 protocol spec with regards to seed region requests ↵ | Teravus Ovares | 1 | -2/+7 | |
running over GET instead of POST and the rez_avatar/request cap being wrapped in the capabilities map. | |||||
2008-09-21 | * minor: Remove some of the redundant asset id storage for now | Justin Clarke Casey | 1 | -11/+12 | |
2008-09-21 | * Start recording asset request times after a cache miss. This is very ↵ | Justin Clarke Casey | 2 | -6/+33 | |
primtive at the moment - only the last time is kept for some classes of request * This can be seen as "Latest asset request time after cache miss" in show stats on the region console | |||||
2008-09-21 | * Eliminate the need to copy asset request lists in the asset cache when an ↵ | Justin Clarke Casey | 1 | -82/+22 | |
asset is received or missing * Also eliminates a race condition | |||||
2008-09-21 | * minor: tidy up of AssetCache, remove currently pointless storing of thread ↵ | Justin Clarke Casey | 1 | -12/+9 | |
reference | |||||
2008-09-21 | * Fix http://opensimulator.org/mantis/view.php?id=2189 | Justin Clarke Casey | 1 | -0/+6 | |
* Allow a grid mode region simulator to properly shutdown even if the grid service is offline | |||||
2008-09-21 | Completely revert the notecard uploading changes I made, since they | Melanie Thielker | 1 | -2/+0 | |
appear to break script saves in prims for some. | |||||
2008-09-20 | And re-reverse the names from last commit | Melanie Thielker | 1 | -2/+2 | |
2008-09-20 | Remove CAPS notecard updating, as LL isn't supporting it and the viewer | Melanie Thielker | 1 | -1/+2 | |
is not playing nice | |||||
2008-09-20 | Partially implement notecard saves in task inventory. Still makes the | Melanie Thielker | 1 | -1/+2 | |
notecard go read-only, but changes are saved. | |||||
2008-09-19 | * Implements an experimental method to define which region you want to go to ↵ | Teravus Ovares | 1 | -2/+5 | |
in your 'region domain' in OGP. | |||||
2008-09-19 | * Only allow logins on standalone when the sim has completed it's initial ↵ | Justin Clarke Casey | 4 | -15/+27 | |
startup (script startup doesn't count here) * There was a small window where region logins were allowed before modules were loaded - avatars logins that hit this window could have caused bad things to happen. * A similar change will follow for grid mode sometime soon | |||||
2008-09-19 | * Tweaked handler code to recognize LibOMV's LLSD Login by post content. | Teravus Ovares | 1 | -1/+3 | |
* OK for public consumption. | |||||
2008-09-19 | * Switches content type from application/xml+llsd to application/llsd+xml on ↵ | Teravus Ovares | 1 | -1/+1 | |
outgoing requests. * Monitors / for getting the seed cap for rez_avatar/request on application/llsd+xml && application/xml+llsd && !application/xml * Experimental, this might break LibOMV temporarily. | |||||
2008-09-18 | adds support to delete a region completely and offers that | Dr Scofield | 1 | -0/+3 | |
functionality via the console command "delete-region" and also via RemoteAdminPlugin. minor typo fix. | |||||
2008-09-15 | * minor: eat up some yummy warnings | Justin Clarke Casey | 2 | -7/+8 | |
2008-09-15 | * refactor: collapse UpdateUserProfileProperties() into existing ↵ | Justin Clarke Casey | 3 | -31/+1 | |
UpdateUserProfile * the methods were identical except that the Properties one did a check for the user profile beforehand. However, every caller was doing this already anyway. | |||||
2008-09-15 | * oops! Add interface file I forgot in the last checkin | Justin Clarke Casey | 1 | -0/+49 | |
2008-09-15 | * refactor: Break out IUserServiceAdmin out of IUserService since admin ↵ | Justin Clarke Casey | 3 | -20/+8 | |
methods don't need to be implemented on Grid hosted region servers | |||||
2008-09-15 | * Complete refactoring accidentally left unfinished so that all server help ↵ | Justin Clarke Casey | 1 | -15/+1 | |
requests flow through the ShowHelp() method | |||||
2008-09-15 | * Add "reset user password" command to standalone region console | Justin Clarke Casey | 3 | -3/+49 | |
* Grid user server implementation to follow shortly | |||||
2008-09-14 | * Made Seed CAP response respect the SSL setting. | Teravus Ovares | 3 | -5/+82 | |
2008-09-14 | * This update makes configuring SSL a little easier on Windows XP. It also ↵ | Teravus Ovares | 2 | -2/+134 | |
makes it possible to run a HTTPS server on the region. It also has a junk Certification authority for test purposes. * There are still a lot of things that are hard coded to use http. They need to be fixed. * Also includes directions * A standard junk PEM file to append to app_settings/CA.pem in the client so SSL will work | |||||
2008-09-14 | * Converted a number of methods within the login processes from private to ↵ | Adam Frisby | 3 | -15/+9 | |
protected. * Made several methods virtual to allow derivative overrides. * Minor cleanups. | |||||
2008-09-12 | Changed "show users" command to display only root agents, "show users full" to | Homer Horwitz | 3 | -7/+7 | |
display root and child agents (mantis #2171). | |||||
2008-09-12 | reformat spacing on some property declarations. Take away the virtual | Sean Dague | 1 | -73/+33 | |
attribute as that was a left over of an nhibernate approach that isn't used in the current nhibernate code anyway. | |||||
2008-09-12 | * Patch http://opensimulator.org/mantis/view.php?id=2167 | Justin Clarke Casey | 1 | -0/+1 | |
* Force ClickAction persistence even if other object properties are not edited * Thanks nlin! | |||||
2008-09-12 | * Check in first part of http://opensimulator.org/mantis/view.php?id=2073 | Justin Clarke Casey | 7 | -171/+235 | |
* This patch aims to introduce look at direction persistence between logins. It won't be active until the second part of the patch is committed in about two weeks time. At this point, region servers that haven't upgraded past this revision may run into problems * This checkin upgrades the user database. As always, we recommend you have backups in case something goes wrong. * Many thanks to tyre for this patch. | |||||
2008-09-12 | Mantis#2165. Thank you kindly, CMickeyB for a patch that: | Charles Krinke | 1 | -18/+40 | |
patch is attached that replaces the o(n^2) algorithm currently used to build the inventory cache with an o(n) algorithm using hash tables. the patch also adds some additional error handling. | |||||
2008-09-11 | * Removed some legacy commenting | lbsa71 | 1 | -44/+0 | |
2008-09-11 | * Added small convenience function to recursively calculate total amounts of ↵ | lbsa71 | 1 | -0/+15 | |
items loaded under library inventory node | |||||
2008-09-09 | * Adds OnGenericMessage and SendGenericMessage functionality to IClientAPI. | Adam Frisby | 1 | -0/+7 | |
* Please don't break the build. *fingers crossed* | |||||
2008-09-09 | Update svn properties, formatting cleanup. | Jeff Ames | 4 | -8/+8 | |
2008-09-08 | changes to Test directory structure per opensim-dev conversation | Sean Dague | 1 | -0/+141 | |
2008-09-08 | Implement proper persistence of the following prim properties: | Melanie Thielker | 1 | -0/+4 | |
Floating text, Rotation, Texture animation, Particle System This will make "Eye Candy" scripts work without modification in XEngine. The use of the CHANGED_REGION_RESTART hack is no longer needed. Implemented in MySQL only, hovertext also in SQLite. | |||||
2008-09-07 | Mantis #2142 | Melanie Thielker | 2 | -1/+17 | |
Thank you, HomerHorwitz, for a patch that fixes landmark teleport and about landmarks with the new OMV types. | |||||
2008-09-07 | * Improve login failure handling. | Justin Clarke Casey | 1 | -21/+20 | |
* Now it should properly inform the user and stop a login if a region server could not be contacted in order to expect a user (the last commit didn't actually quite work correctly) | |||||
2008-09-07 | * minor: Clean up of logging messages to make following the client login ↵ | Justin Clarke Casey | 1 | -5/+8 | |
process easier * documentation | |||||
2008-09-07 | * minor: just minor doc and tidy up | Justin Clarke Casey | 2 | -1/+5 | |
2008-09-06 | Mantis#2136. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 1 | -7/+5 | |
libomv corrected the endianess of some Helper methods, which broke the fake parcelID computation for "About Landmark". The attached patch fixes this. | |||||
2008-09-06 | * This changes gridcomms types back to our home grown wholy controlled types. | Teravus Ovares | 2 | -4/+55 | |
* These are different types then the OMV types because changing them causes just about all grid comms to break. If these were the libOMV types, then libOMV couldn't change them ever again after that.. or we'd have a breakage whenever they changed them. * This might introduce a map issue. Still checking it out. | |||||
2008-09-06 | Mantis #2133 | Melanie Thielker | 11 | -14/+14 | |
Thank you, Xugu Madison and ChrisDown, for a patch that fixes linux filename extensions from .Xml back to .xml | |||||
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 99 | -1347/+1190 | |
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke. | |||||
2008-09-03 | Update svn properties. | Jeff Ames | 1 | -56/+56 | |
2008-09-02 | fix: PostInitialise() not being called on script engines (nasty one that) | Dr Scofield | 1 | -1/+1 | |
cleanup: warnings, readability | |||||
2008-08-31 | Attempt to fix an issue I havebeen seeing, where asset server failure | Melanie Thielker | 2 | -1/+15 | |
results in a memory leak which will make the region crash and burn after a while. | |||||
2008-08-30 | * Remove unused OpenSim/Framework/RegionHandle.cs as per Homer's suggestion ↵ | Justin Clarke Casey | 1 | -149/+0 | |
in mantis 2082. Thanks. | |||||
2008-08-30 | * Initial inspection of UserLoginService.cs, cleaned up source code slightly ↵ | Adam Frisby | 1 | -0/+10 | |
to make it easier to work with. |