aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Resources (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-06-06Moved the Mono Addins declaration of the HGFriendsModule to where the one ↵Diva Canto1-0/+1
for FriendModule is -- CoreModulePlugin.addin.xml (trying to hunt down the slowness reported by Nebadon related to HGFriends)
2011-05-02Fixed: EventQueueGet and other caps were being wrongly deregistered. Also ↵Diva Canto1-1/+0
CapabilitiesModule was being instantiated twice (damn Mono.Addins).
2011-05-02Works!Diva Canto1-1/+1
2011-02-05Amend to yesterday's deletions: forgot to delete the RemoteInventory module ↵Diva Canto1-1/+0
in th addin.xml file.
2011-01-28Adding the prim count module skeletonMelanie1-0/+1
2010-11-21Global creator information working on MySQL DB and on load/save OARs. ↵Diva Canto1-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.
2010-10-06Fix incorrect class nameMelanie1-1/+1
2010-10-06Convert the map image modules to new style modulesMelanie1-0/+2
2010-10-03Initial port of the Warp3D map tile rendererMelanie1-0/+1
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto1-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.
2010-05-02Renamed HGInventoryBroker2 to HGInventoryBroker.Diva Canto1-1/+0
2010-04-30* XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto1-0/+1
* Removed a few buglets and added better exception handling.
2010-04-27XInventory connector/handler showing signs of life. Tested, but needs more ↵Diva Canto1-0/+1
testing.
2010-03-12start laoding griduser local connector, though it isn't invoked by anything yetJustin Clark-Casey (justincc)1-0/+3
2010-02-24Fixed typo that was affecting the BasicInventoryAccessModuleDiva Canto1-1/+1
2010-01-30* HGScene is no more.Diva Canto1-0/+2
* Moved a few key inventory access methods from Scene.Inventory to an IInventoryAccessModule module
2010-01-29* HGGridConnector is no longer necessary.Diva Canto1-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.
2010-01-18Go Home works. With security!!Diva Canto1-1/+1
2010-01-17Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto1-0/+1
2010-01-17HG agent transfers are starting to work. Gatekeeper handlers are missing.Diva Canto1-0/+1
2010-01-16Moved prim crossing to EntityTransferModule. Not complete yet.Diva Canto1-1/+1
2010-01-15* General cleanup of Teleports, Crossings and Child agents. They are now in ↵Diva Canto1-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
2010-01-10Moved GridInfo service from where it was to Handlers/GridDiva Canto1-0/+1
2010-01-10* Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto1-2/+0
* CommsManager.AvatarService rerouted
2010-01-10Add "StartDisabled" to [Startup] to make all regions start up withMelanie1-0/+1
logins disabled until enabled from the console. Add the AccessModule (WIP)
2010-01-03* Changed ISimulation interface to take a GridRegion as input arg instead of ↵Diva Canto1-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.
2010-01-02* Avatar service connectors all in place, but untested.Diva Canto1-0/+2
* Fixed a typo in RemoteUserAccountServiceConnector module.
2010-01-01New LL login service is working! -- tested in standalone only. Things still ↵Diva Canto1-0/+2
missing from response, namely Library and Friends. Appearance service is also missing.
2009-12-31Yes! First test of new login service done still in 2009! Bombs in auth, ↵Diva Canto1-0/+2
because the data migration is missing. Will fix it next year... * HAPPY NEW YEAR!
2009-12-29* Fixed names.Diva Canto1-4/+2
* Added configs for Standalone * Changed UserSericeBase to use useraccounts instead of user
2009-12-29* All modules and connectors for user account service are in place. Untested.Diva Canto1-1/+3
* Cleaned up a few things on presence connectors
2009-12-28* Added the new modules to Resources, making them active.Diva Canto1-0/+2
* Added their configs to standalone for testing. This crashes, because the DB is still not ready.
2009-12-28Change FriendsModule, InstantMessageModule, MessageTransferModule, ↵Melanie1-0/+8
MuteListModule, OfflineMessageModule, PresenceModule, InventoryTransferModule and LureModule to new style. Reduce FriendsModule and PresenceModule to shells.
2009-12-23Library Module: allows adding folders/items to the Library from IAR files ↵Diva Canto1-0/+1
placed under bin/Library. This works only for standalones.
2009-11-10* Move RegionCombinerModule to it's own projectTeravus Ovares (Dan Olivares)1-1/+0
* Moves the mono_metadata_token_from_dor message to a different module on loading.
2009-09-23Modules active. Tested HGGridConnector in standalone only for now. Modules ↵Diva Canto1-0/+4
commands work.
2009-09-13* Add the RegionCombinerModule backTeravus Ovares (Dan Olivares)1-0/+1
* Yay anonymous delegate in an anonymous delegate.
2009-09-13Temporarily removing the RegionCombinerModule to debug a mono assert on linuxTeravus Ovares (Dan Olivares)1-1/+0
2009-09-10The stubs for an authorization service, at the moment the service will ↵Rob Smart1-0/+2
always grant access to an avatar entering the region if requested.
2009-09-02switching LandManagementModule to "new" region module scheme; cleaningdr scofield (aka dirk husemann)1-0/+1
up method names in LandManagementModule (was a bit of a mess). suppressing warnings re Constants.RegionSize.
2009-09-01switching SerialiserModule to "new" region module schemedr scofield (aka dirk husemann)1-0/+1
2009-08-31switching Archiver to "new" region module schemedr scofield (aka dirk husemann)1-0/+1
2009-08-29* Rename the RegionCombiner Module from PhysicsCombinerTeravus Ovares (Dan Olivares)1-1/+1
2009-08-15* part one of adding physics combiningTeravus Ovares (Dan Olivares)1-0/+1
2009-08-09Re-removing 2 lines that got added back on Melanie's commits. git hickup.Diva Canto1-1/+0
2009-08-09Rename UserData to UserAccount dataMelanie1-0/+1
2009-08-09More removal of HG2 code, this time authentication module and handlers.Diva Canto1-1/+0
2009-07-23* Updates RESTInterregionComms and LocalInterregionComms to the new region ↵Arthur Valadares1-0/+2
module interface. This fixes an issue where region references were being added but weren't being deleted, causing those "unnotified circuit" messages. * Also fixes tests accordingly - Fixes Mantis #3452 - Fixes Mantis #3388 - Fixes Mantis #3871 - Related to Mantis #3493
2009-06-17Implementation of a simple authentication service + in connector in route to ↵diva1-1/+2
making HGInventory (client access) work in standalone again. This is the refactoring of what was/is there, but done in the new model. Not complete yet, but key authentication works. It should be enough to make HGInventory work again soon.
2009-06-15Renamed two of the in connector modules, to make things consistent.diva1-2/+2