aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-01-13Take the verbose debug messages in AgentHandler out again.Diva Canto1-6/+6
2010-01-13Bug fix in releasing agent. In Scene, always use SimulatonService, and not ↵Diva Canto4-11/+11
m_SimulationService, because it may be null...
2010-01-13Omit AuthorizationService from the default configurations, because the ↵Diva Canto1-5/+5
service doesn't exist in the distribution.
2010-01-13Make use of Fallback regions when the desired start region is having problems.Diva Canto1-16/+43
2010-01-13Make region flag specs work for regions whose names contain spaces. Uses ↵Diva Canto1-2/+3
underscore in place of spaces. Region_Word1_Word2.
2010-01-13Removed unnecessary debug message.Diva Canto1-1/+1
2010-01-13LL Login now uses default regions if the desired start location is not found.Diva Canto1-10/+31
2010-01-13Fixed mixed-case use in UserAccounts table. Plus some more sanity checks on ↵Diva Canto2-13/+21
filling out the UserAccount data.
2010-01-13Bug fix: if user doesn't have an avatar in storage, create one upon first login.Diva Canto1-0/+3
2010-01-13Bug fix in create user: create inventory was missing.Diva Canto1-0/+12
2010-01-13One more buglet removed: send the region UUID, not the region handle.Diva Canto1-1/+1
2010-01-13* Removed debug messages.Diva Canto2-3/+1
* Everything works! (everything that was tested; lots of things to test)
2010-01-13Bug in Teleport fixed -- Appearance was missing from AgentCircuitData.Diva Canto3-16/+25
2010-01-13Several more buglets removed.Diva Canto15-57/+75
2010-01-12More appearance woes fixed, this time for child agents. Tested on a grid ↵Diva Canto2-0/+6
with 2 simulators. Everything seems to be working, including border crosses. TPs (prim crossing) need love now.
2010-01-12Fixed more appearance woes that showed up using remote connectors. ↵Diva Canto10-28/+93
Appearance is now being passed with AgentCircuitData, as it should be.
2010-01-11Fixed a couple of bugs with Appearance. Appearance is all good now.Diva Canto15-68/+118
2010-01-11This fixes the problem that region modules (new style) weren't being recognized.Diva Canto2-9/+14
2010-01-11Moved MainServer.Instance.AddStreamHandler(new OpenSim.SimStatusHandler()); ↵Diva Canto1-2/+2
around, because it was crashing. Now it crashes elsewhere.
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto53-309/+44
2010-01-11CommunicationsManager deleted.Diva Canto17-190/+52
2010-01-11Remove CreateCommsManagerPluginMelanie2-155/+0
2010-01-11Refactor. Instantiate sim status handlers in opensim base, not in a pluginMelanie2-4/+5
2010-01-11Refactor. Move MainServer init to a place with greener grassMelanie2-1/+2
2010-01-10dustDiva Canto1-40/+2
2010-01-10NetworkServersInfo removed from CommsManager.Diva Canto11-56/+31
2010-01-10Some more unnecessary things deleted in Framework.Communications.Diva Canto9-1324/+0
2010-01-10All Framework.Communications.Clients and Framework.Communications.Services ↵Diva Canto17-4999/+4
deleted, including old LoginService.
2010-01-10All grid servers deleted, including user server. They served us well.Diva Canto58-9761/+60
2010-01-10OpenSim.Region.Communications.* is no more. Thanks to everyone who ↵Diva Canto11-1816/+0
contributed to these!
2010-01-10CommunicationsManager is practically empty. Only NetworkServersInfo is there.Diva Canto13-102/+34
2010-01-10Moved GridInfo service from where it was to Handlers/GridDiva Canto7-77/+140
2010-01-10Removed refs to OpenIdService in UserServer.Diva Canto1-8/+0
2010-01-10Fixed small inconsistency in config var name.Diva Canto1-1/+1
2010-01-10Moved OpenId authentication from user server to Server.Handlers.Authentication.Diva Canto2-15/+99
2010-01-10Forgot to remove 'using'Diva Canto1-1/+0
2010-01-10* Starting to clean the house...Diva Canto9-1418/+25
* Fixed circular dependency
2010-01-10Some typos fixed related to master avie removalDiva Canto3-4/+4
2010-01-10* Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto17-62/+78
* CommsManager.AvatarService rerouted
2010-01-10Remove a little bit more if master avatarMelanie1-6/+0
2010-01-10Remove all references to master avatar, replacing with estate owner whereMelanie18-260/+21
appropriate. This changes the behavior of the REST plugins and RemoteAdmin's region creation process.
2010-01-10* Last reference to CommsManager.UserProfileCacheService removedDiva Canto1-1/+1
* Grided-sims added the Library module
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto33-1253/+864
* HG is seriously broken here * Compiles. Untested.
2010-01-10Add a "LockedOut" flag to allow locking a region out via the grid server.Melanie2-1/+5
This flag prevents registration of a known region
2010-01-10Add "Persistent" flag to regions table flags valuesMelanie2-7/+9
2010-01-10Add last_seen field to regions tableMelanie2-0/+7
2010-01-10Make the new API return only the regions that are marked onlineMelanie1-2/+8
2010-01-09* Moved command reset password from OpenSim to UserAccountService.Diva Canto2-47/+37
2010-01-09* Added SetPassword to IAuthenticationService.Diva Canto6-127/+143
* Added create user command to UserAccountService. Works. * Deleted create user command from OpenSim.
2010-01-10Finally the region service config stuff is in.Melanie1-17/+51