| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Merge branch 'master' of ssh://MyConnection/var/git/opensim | Teravus Ovares (Dan Olivares) | 2009-09-07 | 74 | -707/+0 |
| |\ |
|
| | * | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2009-09-06 | 1 | -1/+19 |
| | |\ |
|
| | * | | Deleted assets/OpenSimAssetSet, because it had 6M of data that was not being ... | Diva Canto | 2009-09-06 | 74 | -707/+0 |
| * | | | * Enables Child Agents for all virtual regions in the region and their neighb... | Teravus Ovares (Dan Olivares) | 2009-09-07 | 1 | -2/+56 |
| | |/
| |/| |
|
| * | | minor: organizational | Teravus Ovares (Dan Olivares) | 2009-09-06 | 1 | -1/+19 |
| |/ |
|
| * | Thank you, StrawberryFride, for a hit-and-run patch to add authentication | Melanie | 2009-09-06 | 3 | -0/+413 |
| * | Merge branch 'master' of ssh://MyConnection/var/git/opensim | Teravus Ovares (Dan Olivares) | 2009-09-06 | 19 | -239/+334 |
| |\ |
|
| | * | Addendum to last commit. With the last commit, some other code that should | Melanie | 2009-09-06 | 1 | -0/+5 |
| | * | Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim | Melanie | 2009-09-06 | 2 | -0/+11 |
| | |\ |
|
| | | * | * Typo in previous commit. | Adam Frisby | 2009-09-06 | 1 | -1/+1 |
| | | * | * Debugging why region loading is occurring so slowly on a setup with 64 regi... | Adam Frisby | 2009-09-06 | 2 | -0/+11 |
| | * | | Remove the encryption from the IAuthenticationService interface. That | Melanie | 2009-09-06 | 5 | -64/+27 |
| | |/ |
|
| | * | Change the loader to actually load the user service data module | Melanie | 2009-09-06 | 2 | -4/+14 |
| | * | Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim | Melanie | 2009-09-06 | 2 | -2/+2 |
| | |\ |
|
| | | * | uh-hum. It might help if I remembered to save the file. | Diva Canto | 2009-09-05 | 1 | -1/+1 |
| | | * | This should get rid of the infinite loop upon looking up users/agents by UUID... | Diva Canto | 2009-09-05 | 1 | -1/+1 |
| | * | | Revising the user account data interfaces. No user functionality yet | Melanie | 2009-09-06 | 8 | -169/+275 |
| | |/ |
|
| * | | * Moves another Legacy avatar inbounds check to Border | Teravus Ovares (Dan Olivares) | 2009-09-06 | 1 | -4/+10 |
| |/ |
|
| * | Merge branch 'master' of ssh://MyConnection/var/git/opensim | Teravus Ovares (Dan Olivares) | 2009-09-05 | 7 | -24/+162 |
| |\ |
|
| | * | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2009-09-04 | 2 | -82/+434 |
| | |\ |
|
| | * | | Fixed some long-standing issues with appearance in HG1. | Diva Canto | 2009-09-04 | 7 | -24/+162 |
| * | | | * Moves ScenePresence SendCourseLocations to a delegate and provide a method ... | Teravus Ovares (Dan Olivares) | 2009-09-05 | 2 | -6/+188 |
| | |/
| |/| |
|
| * | | Merge branch 'master' of ssh://MyConnection/var/git/opensim | Teravus Ovares (Dan Olivares) | 2009-09-04 | 5 | -48/+73 |
| |\ \
| | |/ |
|
| * | | * Fixes various quirks rezzing in virtual regions. | Teravus Ovares (Dan Olivares) | 2009-09-04 | 2 | -82/+434 |
* | | | T012_EstateSettingsRandomStorage() which wasn't being run because the method ... | Justin Clark-Casey (justincc) | 2009-09-06 | 1 | -2/+1 |
* | | | change iar load to make discrete inventory service requests rather than the c... | Justin Clark-Casey (justincc) | 2009-09-06 | 2 | -34/+52 |
* | | | Add convenience functions to InventoryArchiveUtils for locating folders by as... | Justin Clark-Casey (justincc) | 2009-09-06 | 2 | -5/+69 |
* | | | change load iar test to use non-cache find item by path function | Justin Clark-Casey (justincc) | 2009-09-06 | 1 | -1/+4 |
* | | | remove now unnecessary parts of save iar test | Justin Clark-Casey (justincc) | 2009-09-06 | 1 | -17/+4 |
* | | | remove warning | Justin Clark-Casey (justincc) | 2009-09-06 | 1 | -1/+2 |
* | | | Convert iar write request to use inventory service requests rather than cache | Justin Clark-Casey (justincc) | 2009-09-06 | 3 | -13/+175 |
* | | | remove warning | Justin Clark-Casey (justincc) | 2009-09-06 | 1 | -1/+2 |
* | | | refactor: use direct scene reference in inventory archive read request | Justin Clark-Casey (justincc) | 2009-09-06 | 4 | -30/+21 |
* | | | refactor: replace some uses of iar module reference with scene instead | Justin Clark-Casey (justincc) | 2009-09-06 | 2 | -8/+18 |
* | | | Temporarily re-enable save iar test by manually insert the item into the old ... | Justin Clark-Casey (justincc) | 2009-09-06 | 3 | -6/+24 |
| |/
|/| |
|
* | | Add ids to iar requests | Justin Clark-Casey (justincc) | 2009-09-04 | 4 | -28/+56 |
* | | If running tests manually, fail immediately on error | Justin Clark-Casey (justincc) | 2009-09-04 | 2 | -11/+9 |
* | | If a test dll fails when manually run, stop immediately rather than trying al... | Justin Clark-Casey (justincc) | 2009-09-04 | 1 | -9/+8 |
|/ |
|
* | * Last commit was a bit of a fail, it registered the root region for it's own... | Teravus Ovares (Dan Olivares) | 2009-09-04 | 1 | -49/+49 |
* | Merge branch 'master' of ssh://MyConnection/var/git/opensim | Teravus Ovares (Dan Olivares) | 2009-09-04 | 13 | -28/+434 |
|\ |
|
| * | preparing LandData seriali(s|z)ation into OAR [not yet functional] | dr scofield (aka dirk husemann) | 2009-09-04 | 1 | -0/+33 |
| * | Add the new AuthStore to migrations. Update OpenSim.Server.ini | Melanie | 2009-09-04 | 4 | -1/+40 |
| * | Fully implement unencrypted auth token operations | Melanie | 2009-09-04 | 3 | -3/+64 |
| * | Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim | Melanie | 2009-09-04 | 1 | -16/+26 |
| |\ |
|
| * | | Implement plain password authentication partway. Tested, but no user | Melanie | 2009-09-04 | 8 | -26/+299 |
* | | | * Make the RegionCombinerModule also register to handle permissions for the v... | Teravus Ovares (Dan Olivares) | 2009-09-04 | 1 | -3/+303 |
* | | | * Fix for GetTerrainHeightAtXY to make it compatible when Constants.RegionSiz... | Teravus Ovares (Dan Olivares) | 2009-09-04 | 1 | -3/+4 |
| |/
|/| |
|
* | | Merge branch 'master' of ssh://MyConnection/var/git/opensim | Teravus Ovares (Dan Olivares) | 2009-09-04 | 5 | -17/+42 |
|\ \
| |/ |
|
| * | More work on new authentication service | Melanie | 2009-09-04 | 5 | -17/+42 |
* | | * Fixes the function 'GetTerrainHeightAtXY' | Teravus Ovares (Dan Olivares) | 2009-09-04 | 1 | -16/+26 |
|/ |
|