aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-24Some method implementations were missing from LocalGridServiceConnector.Diva Canto2-15/+17
2010-01-24Integrated the hyperlinking with the GridService.Diva Canto2-80/+39
2010-01-19Change a member of the friendslist module to better reflect the client sideMelanie2-8/+5
2010-01-18Go Home works. With security!!Diva Canto4-10/+74
2010-01-18* Added missing GatekeeperServiceConnectorDiva Canto2-224/+281
2010-01-18* Fixed misspelling of field in GridServiceDiva Canto2-38/+34
2010-01-17HG teleports through gatekeeper are working.Diva Canto2-17/+12
2010-01-17Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto4-6/+164
2010-01-17Oops, forgot this one.Diva Canto1-0/+137
2010-01-17HG agent transfers are starting to work. Gatekeeper handlers are missing.Diva Canto3-230/+267
2010-01-17Hyperlinking minimally tested and working.Diva Canto1-1/+0
2010-01-16Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ...Diva Canto4-921/+48
2010-01-16Finished moving object crossings into EntityTransferModuleDiva Canto1-3/+3
2010-01-16Moved prim crossing to EntityTransferModule. Not complete yet.Diva Canto2-50/+373
2010-01-16Shorten the names of the tags in monitorstats summary to the immediate typeMelanie1-1/+5
2010-01-15CommentDiva Canto1-0/+1
2010-01-15Renamed IAgentTransferModule to IEntityTransferModule -- accounts for objects...Diva Canto2-37/+50
2010-01-15* General cleanup of Teleports, Crossings and Child agents. They are now in t...Diva Canto5-9/+1208
2010-01-14Added a UserAccountCache to the UserAccountServiceConnectors. Uses a CenomeCa...Diva Canto3-3/+143
2010-01-13Bug fix in releasing agent. In Scene, always use SimulatonService, and not m_...Diva Canto1-2/+2
2010-01-13Several more buglets removed.Diva Canto2-3/+2
2010-01-13Change the error messages on region region registration. This changes URMMelanie3-8/+10
2010-01-12Fixed more appearance woes that showed up using remote connectors. Appearance...Diva Canto2-13/+5
2010-01-11Fixed a couple of bugs with Appearance. Appearance is all good now.Diva Canto2-12/+15
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto21-21/+21
2010-01-11CommunicationsManager deleted.Diva Canto3-6/+0
2010-01-10NetworkServersInfo removed from CommsManager.Diva Canto4-25/+27
2010-01-10All Framework.Communications.Clients and Framework.Communications.Services de...Diva Canto3-1211/+0
2010-01-10CommunicationsManager is practically empty. Only NetworkServersInfo is there.Diva Canto1-7/+10
2010-01-10Moved GridInfo service from where it was to Handlers/GridDiva Canto2-0/+124
2010-01-10* Starting to clean the house...Diva Canto2-21/+22
2010-01-10* Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto6-15/+30
2010-01-10Remove all references to master avatar, replacing with estate owner whereMelanie4-44/+11
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto16-1029/+707
2010-01-10Implement access module commandsMelanie1-0/+76
2010-01-10Add "StartDisabled" to [Startup] to make all regions start up withMelanie2-0/+83
2010-01-10Remove "login disable", "login enable" and "login status" commands.Melanie2-17/+0
2010-01-09* Added SetPassword to IAuthenticationService.Diva Canto1-0/+5
2010-01-09Preliminary work on the new default region setting mechanismMelanie2-0/+30
2010-01-09Less refs to UserProfileCacheService. Compiles but likely doesn't run.Diva Canto4-14/+7
2010-01-09A last fix for estate access by group. One should send the correct list.Melanie1-2/+2
2010-01-09Add functionality to estate "Allowed Users" and "Allowed Groups". Allowed usersMelanie1-92/+152
2010-01-08Inching ahead... This compiles, but very likely does not run.Diva Canto4-21/+20
2010-01-07* Finished SimulationServiceConnectorDiva Canto7-60/+83
2010-01-07Adds config option "ForwardOfflineGroupMessages" to allow disabling of group ...dahlia1-1/+6
2010-01-07Fixes the newly added packets as per Melanie's request.Revolution1-2/+2
2010-01-05Allow estate managers (if estate_owner_is_god is set) to actually enterMelanie1-1/+4
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames11-35/+35
2010-01-03Successfully logged into a grid.Diva Canto3-18/+28
2010-01-03* Changed ISimulation interface to take a GridRegion as input arg instead of ...Diva Canto4-49/+447