Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | * Added ISimulationDataService and IEstateDataService | John Hurliman | 2010-09-12 | 1 | -6/+6 | |
| |/ | | | | | | | | | * Removed StorageManager * CONFIG CHANGE: There are no more database settings in OpenSim.ini. Check the config-include configuration files for region store and estate store database settings | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-09-05 | 1 | -17/+36 | |
|\ \ | |/ | ||||||
| * | Move code that allows llGiveInvetory() to move item into appropriate system ↵ | Justin Clark-Casey (justincc) | 2010-09-04 | 1 | -12/+11 | |
| | | | | | | | | | | | | | | 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. | |||||
| * | In RemoveAdminPlugin, use a .ini file template in XmlRpcCreateRegionMethod ↵ | Justin Clark-Casey (justincc) | 2010-09-03 | 1 | -5/+25 | |
| | | | | | | | | | | | | rather than an older XML one This is a patch from http://opensimulator.org/mantis/view.php?id=4973. Thanks randomhuman | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-18 | 2 | -27/+67 | |
|\ \ | |/ | ||||||
| * | Updated the create_region command in the RemoteAdmin plugin to properly ↵ | randomhuman | 2010-08-13 | 2 | -27/+67 | |
| | | | | | | | | support estates without seeking further input on the console. | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-01 | 1 | -498/+499 | |
|\ \ | |/ | ||||||
| * | Renamed variables in RemoteAdmin plugin to be closer to the coding standards. | randomhuman | 2010-08-01 | 1 | -472/+473 | |
| | | ||||||
| * | Changed all method names in the RemoteAdmin plugin to use the correct ↵ | randomhuman | 2010-08-01 | 1 | -30/+30 | |
| | | | | | | | | capitalization. | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-14 | 1 | -339/+606 | |
|\ \ | |/ | ||||||
| * | Fox my changes to radmin | Melanie | 2010-06-13 | 1 | -2/+2 | |
| | | ||||||
| * | Thank you, Snoopy2, for a patch to fix RemoteAdmin. Committed with the following | Melanie | 2010-06-13 | 1 | -341/+608 | |
| | | | | | | | | | | | | | | changes: - Start location is NOT optional. The signature was defined with it being mandataory and there is no reason to change it - Adjusted comments to remove misleading or no longer true comments. Default is neuter, according to the code, not male, as the comment stated. | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-28 | 2 | -660/+656 | |
|\ \ | |/ | ||||||
| * | comment out large chunks of appearance/inventory region access services to ↵ | Justin Clark-Casey (justincc) | 2010-05-28 | 2 | -660/+656 | |
| | | | | | | | | eliminate warnings that this code is unused | |||||
| * | Allow remote admin to be used on a different port from the main region port | Melanie Thielker | 2010-05-18 | 1 | -2/+3 | |
| | | ||||||
* | | Allow remote admin to be used on a different port from the main region port | Melanie Thielker | 2010-05-18 | 1 | -2/+3 | |
| | | ||||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-09 | 1 | -3/+3 | |
|\ \ | |/ | ||||||
| * | More cleaning on presence. Friends online/offline works again. | Diva Canto | 2010-05-08 | 1 | -3/+3 | |
| | | ||||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-08 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | GridUserService in place. Replaces the contrived concept of storing user's ↵ | Diva Canto | 2010-05-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs. | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-04-19 | 1 | -1/+3 | |
|\ \ | |/ | ||||||
| * | * May fix mantis #4603. | Diva Canto | 2010-04-05 | 1 | -1/+3 | |
| | | | | | | | | * My local git wants to commit the groups files for line endings, I'm gonna let it do it. | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-30 | 3 | -22/+18 | |
|\ \ | |/ | ||||||
| * | Cleaned up access to scenepresences in scenegraph. GetScenePresences and ↵ | Dan Lake | 2010-03-19 | 3 | -22/+18 | |
| | | | | | | | | GetAvatars have been removed to consolidate locking and iteration within SceneGraph. All callers which used these to then iterate over presences have been refactored to instead pass their delegates to Scene.ForEachScenePresence(Action<ScenePresence>). | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-03 | 12 | -914/+684 | |
|\ \ | |/ | | | | | This brings careminster on the level of master. To be tested | |||||
| * | Changed asset CreatorID to a string | John Hurliman | 2010-02-22 | 3 | -4/+4 | |
| | | ||||||
| * | * Adds CreatorID to asset metadata. This is just the plumbing to support ↵ | John Hurliman | 2010-02-22 | 3 | -4/+4 | |
| | | | | | | | | CreatorID, it doesn't modify database backends or OAR files to support storing/loading it | |||||
| * | Merge branch 'master' into presence-refactor | Melanie | 2010-02-15 | 1 | -2/+3 | |
| |\ | ||||||
| * | | Fixed a couple of bugs with Appearance. Appearance is all good now. | Diva Canto | 2010-01-11 | 2 | -4/+4 | |
| | | | ||||||
| * | | This fixes the problem that region modules (new style) weren't being recognized. | Diva Canto | 2010-01-11 | 1 | -9/+13 | |
| | | | ||||||
| * | | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 2010-01-11 | 2 | -2/+2 | |
| | | | ||||||
| * | | Remove CreateCommsManagerPlugin | Melanie | 2010-01-11 | 2 | -155/+0 | |
| | | | ||||||
| * | | Refactor. Instantiate sim status handlers in opensim base, not in a plugin | Melanie | 2010-01-11 | 1 | -4/+0 | |
| | | | ||||||
| * | | Refactor. Move MainServer init to a place with greener grass | Melanie | 2010-01-11 | 1 | -1/+0 | |
| | | | ||||||
| * | | dust | Diva Canto | 2010-01-10 | 1 | -40/+2 | |
| | | | ||||||
| * | | NetworkServersInfo removed from CommsManager. | Diva Canto | 2010-01-10 | 1 | -18/+1 | |
| | | | ||||||
| * | | Some more unnecessary things deleted in Framework.Communications. | Diva Canto | 2010-01-10 | 1 | -1/+0 | |
| | | | ||||||
| * | | All Framework.Communications.Clients and Framework.Communications.Services ↵ | Diva Canto | 2010-01-10 | 1 | -1/+0 | |
| | | | | | | | | | | | | deleted, including old LoginService. | |||||
| * | | Moved GridInfo service from where it was to Handlers/Grid | Diva Canto | 2010-01-10 | 1 | -6/+0 | |
| | | | ||||||
| * | | * Starting to clean the house... | Diva Canto | 2010-01-10 | 1 | -1/+0 | |
| | | | | | | | | | | | | * Fixed circular dependency | |||||
| * | | Merge branch 'presence-refactor' of ↵ | Diva Canto | 2010-01-10 | 3 | -54/+3 | |
| |\ \ | | | | | | | | | | | | | ssh://diva@opensimulator.org/var/git/opensim into presence-refactor | |||||
| | * | | Remove all references to master avatar, replacing with estate owner where | Melanie | 2010-01-10 | 3 | -54/+3 | |
| | | | | | | | | | | | | | | | | | | | | appropriate. This changes the behavior of the REST plugins and RemoteAdmin's region creation process. | |||||
| * | | | * Changed IPresenceService Logout, so that it takes a position and a lookat | Diva Canto | 2010-01-10 | 3 | -25/+29 | |
| |/ / | | | | | | | | | | * CommsManager.AvatarService rerouted | |||||
| * | | A few more inches... Old friends things removed. Less references to ↵ | Diva Canto | 2010-01-08 | 1 | -12/+19 | |
| | | | | | | | | | | | | UserProfileService. | |||||
| * | | Inching ahead... This compiles, but very likely does not run. | Diva Canto | 2010-01-08 | 6 | -595/+626 | |
| | | | ||||||
| * | | Merge branch 'master' into presence-refactor | Melanie | 2010-01-04 | 1 | -2/+2 | |
| |\ \ | ||||||
| * | | | * Forgotten ILibraryService from yesterday | Diva Canto | 2010-01-02 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | * New IAvatarService -- first pass | |||||
| * | | | This is somewhat major-like..... Change the intialization order of | Melanie | 2009-12-28 | 1 | -9/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Application plugins so that MainServer.Instance gets assigned before RegionModulesController loads the new style shared modules. This is needed because otherwise no new style shared module could register a HTTP method.... if it breaks, you get to keep both pieces | |||||
| * | | | Change FriendsModule, InstantMessageModule, MessageTransferModule, ↵ | Melanie | 2009-12-28 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | MuteListModule, OfflineMessageModule, PresenceModule, InventoryTransferModule and LureModule to new style. Reduce FriendsModule and PresenceModule to shells. | |||||
* | | | | Merge branch 'master' into careminster | Melanie | 2010-02-14 | 1 | -2/+3 | |
|\ \ \ \ | | |_|/ | |/| | |