Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Make console backup command do a forced backup rather than non-forced | Justin Clark-Casey (justincc) | 2010-09-06 | 4 | -8/+3 | |
| | | | | | | | | | | | | Remove no-arg backup method for simplicity as it only make sense to call non-forced backup internally | |||||
* | | | extend TestNewSceneObjectLinkPersistence() to check for presence of non-root ↵ | Justin Clark-Casey (justincc) | 2010-09-06 | 1 | -2/+3 | |
| | | | | | | | | | | | | linked prim | |||||
* | | | Add test to check persistence of newly added pre-linked objects | Justin Clark-Casey (justincc) | 2010-09-06 | 10 | -24/+234 | |
|/ / | | | | | | | | | Added a MockRegionDataPlugin to do in-memory persistence for tests since adding this to OpenSim.Data.Null.NullDataStore doesn't seem appropriate NullDataStore can do nothing because OpenSim only ever retrieve region objects from the database on startup. Adding an in-memory store here would be unecessary overhead. | |||||
* | | Reflect the ParcelPropertiesUpdateRequest into Scene.EventManager, because | Melanie Thielker | 2010-09-06 | 2 | -4/+36 | |
| | | | | | | | | modules need to see it (Search!) even if it comes in via CAPS | |||||
* | | Fix a handful of copypaste errors | Melanie | 2010-09-05 | 4 | -4/+4 | |
| | | ||||||
* | | Change UserAccountService to match | Melanie | 2010-09-05 | 1 | -12/+22 | |
| | | ||||||
* | | Make Simian profiles respect the module chosen in [Profile] | Melanie | 2010-09-05 | 1 | -2/+10 | |
| | | ||||||
* | | Fix up presence connector in SimianGrid | Melanie | 2010-09-05 | 1 | -12/+22 | |
| | | ||||||
* | | Fix up Simian inentory | Melanie | 2010-09-05 | 1 | -18/+30 | |
| | | ||||||
* | | Friends works differently, it' snot even a region module at all, but a connector | Melanie | 2010-09-05 | 1 | -16/+1 | |
| | | | | | | | | that is loaded by the core friends module. Change Simian to match. | |||||
* | | And the avatar services :) | Melanie | 2010-09-05 | 1 | -12/+22 | |
| | | ||||||
* | | Add the m_Enabled pattern to Simian Auth | Melanie | 2010-09-05 | 1 | -12/+22 | |
| | | ||||||
* | | Add m_Enabled pattern to SimianGridConnector | Melanie | 2010-09-05 | 1 | -14/+28 | |
| | | ||||||
* | | As an exmple, add the code to disable connectors intot he simian asset | Melanie | 2010-09-05 | 1 | -12/+23 | |
| | | | | | | | | connector | |||||
* | | Add missing IDwellModule interface | Melanie | 2010-09-05 | 1 | -0/+37 | |
| | | ||||||
* | | Fix build break | Melanie | 2010-09-05 | 1 | -4/+0 | |
| | | ||||||
* | | Remove "Dwell" support from core and replace it with calls to methods | Melanie Thielker | 2010-09-05 | 10 | -102/+72 | |
| | | | | | | | | on IDwellModule | |||||
* | | Logout the presence if client IP verification fails. | Diva Canto | 2010-09-04 | 1 | -0/+2 | |
| | | ||||||
* | | One more debug message to track an issue on Danger grid. | Diva Canto | 2010-09-04 | 1 | -0/+1 | |
| | | ||||||
* | | Make User Agent Service and Login Service separable. | Diva Canto | 2010-09-04 | 6 | -32/+81 | |
|/ | ||||||
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2010-09-04 | 6 | -3/+49 | |
|\ | ||||||
| * | Added XFF header processing. Untested, for lack of proxy. | Diva Canto | 2010-09-03 | 6 | -3/+49 | |
| | | ||||||
* | | Move code that allows llGiveInvetory() to move item into appropriate system ↵ | Justin Clark-Casey (justincc) | 2010-09-04 | 8 | -80/+56 | |
|/ | | | | | | | folder up from connectors into Scene.Inventory.cs This fixes the problem for all architectures (hg as well as local and grid) and means we don't have to dupe code between connectors. Not ideal in that it becomes non-modular, but methods in Scene.Inventory.cs should eventually be modularized anyway. | |||||
* | Create Scene.Inventory.cs.AddInventoryItem(InventoryItemBase item) | Justin Clark-Casey (justincc) | 2010-09-04 | 3 | -14/+33 | |
| | | | | The agentID in AddInventoryItem(UUID agentID, InventoryItemBase item) is redundant since it's contained in item.Owner, and it doesn't make sense for agentID != item.Owner, hence the method is deprecated. | |||||
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2010-09-03 | 1 | -22/+19 | |
|\ | ||||||
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | John Hurliman | 2010-09-03 | 4 | -12/+37 | |
| |\ | ||||||
| * | | Make SimianFriendsServiceConnector initialize like the other connectors and ↵ | John Hurliman | 2010-09-03 | 1 | -22/+19 | |
| | | | | | | | | | | | | gracefully handle the case where it is loaded but disabled #monoaddinslol | |||||
* | | | minor: remove mono compiler warnings | Justin Clark-Casey (justincc) | 2010-09-03 | 3 | -92/+91 | |
| |/ |/| | ||||||
* | | In RemoveAdminPlugin, use a .ini file template in XmlRpcCreateRegionMethod ↵ | Justin Clark-Casey (justincc) | 2010-09-03 | 3 | -11/+36 | |
| | | | | | | | | | | | | rather than an older XML one This is a patch from http://opensimulator.org/mantis/view.php?id=4973. Thanks randomhuman | |||||
* | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2010-09-03 | 11 | -165/+166 | |
|\ \ | |/ | ||||||
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | John Hurliman | 2010-09-03 | 1 | -2/+3 | |
| |\ | ||||||
| * \ | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | John Hurliman | 2010-09-03 | 7 | -13/+43 | |
| |\ \ | ||||||
| * | | | * Removed Simian.IsSimianEnabled() call, changed the SimianGrid connectors ↵ | John Hurliman | 2010-09-03 | 11 | -165/+166 | |
| | | | | | | | | | | | | | | | | | | | | | | | | to handle initialization as graceful as possible with the current broken way region module initialization is done * Added config-include/HyperSimianGrid.ini option for connecting to SimianGrid with HyperGrid enabled (work in progress on the SimianGrid side) | |||||
* | | | | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 2010-09-03 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | Add another variant of password hash construction to ↵ | Justin Clark-Casey (justincc) | 2010-09-03 | 1 | -2/+3 | |
| |/ |/| | | | | | | | | | | | SimianAuthenticationServiceConnector.CheckPassword() This might be unique to the inventory archiver password check, though at the time it was written, hash construction there should have been identical to other parts of opensim This is from patch http://opensimulator.org/mantis/view.php?id=4983. Thanks cmickeyb. | |||||
* | | minor: remove mono compiler warnings | Justin Clark-Casey (justincc) | 2010-09-03 | 3 | -8/+8 | |
| | | ||||||
* | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2010-09-03 | 9 | -32/+169 | |
|\ \ | ||||||
| * | | Last+2 tweak | Diva Canto | 2010-09-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | Last+1 tweak. | Diva Canto | 2010-09-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | One last tweak, hopefully. | Diva Canto | 2010-09-03 | 1 | -2/+2 | |
| | | | ||||||
| * | | Another tweak. Sux^2 | Diva Canto | 2010-09-03 | 1 | -2/+2 | |
| | | | ||||||
| * | | More tweaks related to my previous commit. Tweaks sux. | Diva Canto | 2010-09-03 | 2 | -3/+3 | |
| | | | ||||||
| * | | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2010-09-03 | 4 | -28/+38 | |
| |\ \ | | |/ | ||||||
| | * | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2010-09-02 | 27 | -323/+616 | |
| | |\ | ||||||
| | * | | Quick fix for making global references for gatekeepers that are not ↵ | Diva Canto | 2010-09-02 | 4 | -28/+38 | |
| | | | | | | | | | | | | | | | | domain:port work. This needs a serious rewrite, as the assumption domain:port doesn't hold from here on. Just quick-fixing for now. | |||||
| * | | | Fix an issue with rezzing scripted objects. | Melanie Thielker | 2010-09-03 | 1 | -2/+2 | |
| | |/ | |/| | ||||||
| * | | Remove commented code and the comment, as the change has proven out | Melanie Thielker | 2010-09-02 | 1 | -3/+0 | |
| | | | ||||||
| * | | Experimentally comment the sending of unbaked avatars | Melanie Thielker | 2010-09-02 | 1 | -1/+3 | |
| | | | ||||||
| * | | Show when appearance is sent to an avatar to help track down failure | Melanie Thielker | 2010-09-02 | 1 | -0/+1 | |
| | | | | | | | | | | | | \to display avatars | |||||
| * | | Implement UploadBakedTexture cap | Melanie Thielker | 2010-09-02 | 1 | -0/+105 | |
| | | |