Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Move addin information to CoreModulePlugin.addin.xml" | BlueWall | 2012-09-09 | 1 | -1/+0 |
| | | | | | | This reverts commit 2ec34580ce3807cede97539488237040e1a8a6cc. Moving the attributes for mono addins back to the source file - this also fixes http://opensimulator.org/mantis/view.php?id=6278. | ||||
* | Move addin information to CoreModulePlugin.addin.xml | BlueWall | 2012-09-07 | 1 | -0/+1 |
| | | | | Move the addin information from attributes in the source file to the CoreModulePlugin.xml, which is the standard. This will help us automate addin version dependency information when we make new OpenSim releases. | ||||
* | Remove duplicate Warp3DImageModule entry in CoreModulePlugin.addin.xml | Justin Clark-Casey (justincc) | 2012-07-07 | 1 | -1/+0 |
| | | | | | This was causing 2 copies of the module to be created for each scene. Probably no bad consequences other than a small waste of memory (both for the module and for the warp3D renderer it loaded) | ||||
* | More on HG access control. This commit splits the UserManagementModule into ↵ | Diva Canto | 2012-03-17 | 1 | -0/+1 |
| | | | | the Basic one and the HG one, so that we can do everything that needs to be done for HG ACLs to work without interfering with the vanilla opensim. For the moment, it finds foreign users who have left a trace in the region, e.g. an object. This makes it possible to ban/IM/etc these users using the regular avatar picker. TODO: contact the UAS directly given a name of the form First.Last @foo.com. | ||||
* | Moved the Mono Addins declaration of the HGFriendsModule to where the one ↵ | Diva Canto | 2011-06-06 | 1 | -0/+1 |
| | | | | for FriendModule is -- CoreModulePlugin.addin.xml (trying to hunt down the slowness reported by Nebadon related to HGFriends) | ||||
* | Fixed: EventQueueGet and other caps were being wrongly deregistered. Also ↵ | Diva Canto | 2011-05-02 | 1 | -1/+0 |
| | | | | CapabilitiesModule was being instantiated twice (damn Mono.Addins). | ||||
* | Works! | Diva Canto | 2011-05-02 | 1 | -1/+1 |
| | |||||
* | Amend to yesterday's deletions: forgot to delete the RemoteInventory module ↵ | Diva Canto | 2011-02-05 | 1 | -1/+0 |
| | | | | in th addin.xml file. | ||||
* | Adding the prim count module skeleton | Melanie | 2011-01-28 | 1 | -0/+1 |
| | |||||
* | Global creator information working on MySQL DB and on load/save OARs. ↵ | Diva Canto | 2010-11-21 | 1 | -0/+1 |
| | | | | | | | Creator name properly shown on the viewer as first.last @authority. New option added to save oar -profile=url. Migration on RegionStore making CreatorID be 255 chars. Moved Handling of user UUID -> name requests to a new module UserManagement/UserManagementModule. | ||||
* | Fix incorrect class name | Melanie | 2010-10-06 | 1 | -1/+1 |
| | |||||
* | Convert the map image modules to new style modules | Melanie | 2010-10-06 | 1 | -0/+2 |
| | |||||
* | Initial port of the Warp3D map tile renderer | Melanie | 2010-10-03 | 1 | -0/+1 |
| | |||||
* | GridUserService in place. Replaces the contrived concept of storing user's ↵ | Diva Canto | 2010-05-07 | 1 | -1/+3 |
| | | | | | | 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. | ||||
* | Renamed HGInventoryBroker2 to HGInventoryBroker. | Diva Canto | 2010-05-02 | 1 | -1/+0 |
| | |||||
* | * XInventory fairly tested, including for HG. Almost ready to switch. | Diva Canto | 2010-04-30 | 1 | -0/+1 |
| | | | | * Removed a few buglets and added better exception handling. | ||||
* | XInventory connector/handler showing signs of life. Tested, but needs more ↵ | Diva Canto | 2010-04-27 | 1 | -0/+1 |
| | | | | testing. | ||||
* | start laoding griduser local connector, though it isn't invoked by anything yet | Justin Clark-Casey (justincc) | 2010-03-12 | 1 | -0/+3 |
| | |||||
* | Fixed typo that was affecting the BasicInventoryAccessModule | Diva Canto | 2010-02-24 | 1 | -1/+1 |
| | |||||
* | * HGScene is no more. | Diva Canto | 2010-01-30 | 1 | -0/+2 |
| | | | | * Moved a few key inventory access methods from Scene.Inventory to an IInventoryAccessModule module | ||||
* | * HGGridConnector is no longer necessary. | Diva Canto | 2010-01-29 | 1 | -1/+0 |
| | | | | * Handle logout properly. This needed an addition to IClientAPI, because of how the logout packet is currently being handled -- the agent is being removed from the scene before the different event handlers are executed, which is broken. | ||||
* | Go Home works. With security!! | Diva Canto | 2010-01-18 | 1 | -1/+1 |
| | |||||
* | Agent gets there through the Gatekeeper, but still a few quirks to fix. | Diva Canto | 2010-01-17 | 1 | -0/+1 |
| | |||||
* | HG agent transfers are starting to work. Gatekeeper handlers are missing. | Diva Canto | 2010-01-17 | 1 | -0/+1 |
| | |||||
* | Moved prim crossing to EntityTransferModule. Not complete yet. | Diva Canto | 2010-01-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into presence-refactor | Melanie | 2010-01-16 | 1 | -0/+1 |
|\ | | | | | | | | | This merge was very conflicted. I think I got them all, but I can't be sure. I had to merge to master or risk divergence to the point of unmergeability. | ||||
| * | Add "StartDisabled" to [Startup] to make all regions start up with | Melanie | 2010-01-10 | 1 | -0/+1 |
| | | | | | | | | logins disabled until enabled from the console. Add the AccessModule (WIP) | ||||
* | | * General cleanup of Teleports, Crossings and Child agents. They are now in ↵ | Diva Canto | 2010-01-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | the new AgentTransferModule, in line with what MW started implementing back in May -- ITeleportModule. This has been renamed IAgentTransferModule, to be more generic. * HGSceneCommunicationService has been deleted * SceneCommunicationService will likely be deleted soon too | ||||
* | | Moved GridInfo service from where it was to Handlers/Grid | Diva Canto | 2010-01-10 | 1 | -0/+1 |
| | | |||||
* | | * Changed IPresenceService Logout, so that it takes a position and a lookat | Diva Canto | 2010-01-10 | 1 | -2/+0 |
| | | | | | | | | * CommsManager.AvatarService rerouted | ||||
* | | * Changed ISimulation interface to take a GridRegion as input arg instead of ↵ | Diva Canto | 2010-01-03 | 1 | -0/+2 |
| | | | | | | | | | | | | | | a regionHandle. * Added the RemoteSimulationConnectorModule, which is the replacement for RESTComms. Scenes is not using this yet, only (standalone) Login uses these region modules for now. * Completed SimulationServiceConnector and corresponding handlers. | ||||
* | | * Avatar service connectors all in place, but untested. | Diva Canto | 2010-01-02 | 1 | -0/+2 |
| | | | | | | | | * Fixed a typo in RemoteUserAccountServiceConnector module. | ||||
* | | New LL login service is working! -- tested in standalone only. Things still ↵ | Diva Canto | 2010-01-01 | 1 | -0/+2 |
| | | | | | | | | missing from response, namely Library and Friends. Appearance service is also missing. | ||||
* | | Yes! First test of new login service done still in 2009! Bombs in auth, ↵ | Diva Canto | 2009-12-31 | 1 | -0/+2 |
| | | | | | | | | | | | | because the data migration is missing. Will fix it next year... * HAPPY NEW YEAR! | ||||
* | | * Fixed names. | Diva Canto | 2009-12-29 | 1 | -4/+2 |
| | | | | | | | | | | * Added configs for Standalone * Changed UserSericeBase to use useraccounts instead of user | ||||
* | | * All modules and connectors for user account service are in place. Untested. | Diva Canto | 2009-12-29 | 1 | -1/+3 |
| | | | | | | | | * Cleaned up a few things on presence connectors | ||||
* | | * Added the new modules to Resources, making them active. | Diva Canto | 2009-12-28 | 1 | -0/+2 |
| | | | | | | | | * Added their configs to standalone for testing. This crashes, because the DB is still not ready. | ||||
* | | Change FriendsModule, InstantMessageModule, MessageTransferModule, ↵ | Melanie | 2009-12-28 | 1 | -0/+8 |
|/ | | | | MuteListModule, OfflineMessageModule, PresenceModule, InventoryTransferModule and LureModule to new style. Reduce FriendsModule and PresenceModule to shells. | ||||
* | Library Module: allows adding folders/items to the Library from IAR files ↵ | Diva Canto | 2009-12-23 | 1 | -0/+1 |
| | | | | placed under bin/Library. This works only for standalones. | ||||
* | * Move RegionCombinerModule to it's own project | Teravus Ovares (Dan Olivares) | 2009-11-10 | 1 | -1/+0 |
| | | | | * Moves the mono_metadata_token_from_dor message to a different module on loading. | ||||
* | Modules active. Tested HGGridConnector in standalone only for now. Modules ↵ | Diva Canto | 2009-09-23 | 1 | -0/+4 |
| | | | | commands work. | ||||
* | The stubs for an authorization service, at the moment the service will ↵ | Rob Smart | 2009-09-10 | 1 | -0/+2 |
| | | | | always grant access to an avatar entering the region if requested. | ||||
* | switching LandManagementModule to "new" region module scheme; cleaning | dr scofield (aka dirk husemann) | 2009-09-02 | 1 | -0/+1 |
| | | | | | up method names in LandManagementModule (was a bit of a mess). suppressing warnings re Constants.RegionSize. | ||||
* | switching SerialiserModule to "new" region module scheme | dr scofield (aka dirk husemann) | 2009-09-01 | 1 | -0/+1 |
| | |||||
* | switching Archiver to "new" region module scheme | dr scofield (aka dirk husemann) | 2009-08-31 | 1 | -0/+1 |
| | |||||
* | * Rename the RegionCombiner Module from PhysicsCombiner | Teravus Ovares (Dan Olivares) | 2009-08-29 | 1 | -1/+1 |
| | |||||
* | * part one of adding physics combining | Teravus Ovares (Dan Olivares) | 2009-08-15 | 1 | -0/+1 |
| | |||||
* | Re-removing 2 lines that got added back on Melanie's commits. git hickup. | Diva Canto | 2009-08-09 | 1 | -1/+0 |
| | |||||
* | Rename UserData to UserAccount data | Melanie | 2009-08-09 | 1 | -0/+1 |
| | |||||
* | More removal of HG2 code, this time authentication module and handlers. | Diva Canto | 2009-08-09 | 1 | -1/+0 |
| |