aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2010-01-10Add some commands to the grid serverMelanie1-0/+75
2010-01-09Temp fix: initialize flags value to prevent exceptionMelanie1-0/+19
2010-01-09Preliminary work on the new default region setting mechanismMelanie11-1/+180
2010-01-09Less refs to UserProfileCacheService. Compiles but likely doesn't run.Diva Canto10-113/+163
2010-01-08A few more inches... Old friends things removed. Less references to ↵Diva Canto13-1500/+20
UserProfileService.
2010-01-08Add migrations to add fields to user and auth tablesMelanie2-0/+13
2010-01-08Inching ahead... This compiles, but very likely does not run.Diva Canto19-1131/+753
2010-01-07* Finished SimulationServiceConnectorDiva Canto17-129/+360
* Started rerouting calls to UserService. * Compiles. May run.
2010-01-04Finish conversion if XInventoryServiceMelanie3-19/+98
2010-01-04First stage port of the XInventoryServiceMelanie4-0/+674
2010-01-04When rezzing a no-copy object on a no-rez parcel, the object vanishes fromMelanie1-0/+7
inventory until relog. This patch corrects this and puts the item back into inventory.
2010-01-04Mark GetUserInventory as obsolete. It is still used in the defaultMelanie1-0/+2
avatars module and in the REST inventory service, but future inventory services and/or connector will not include this method anymore, because it is dangerous on large inventory servers. Marking as obsolete to give an incentive to rewrite these services to use the recursive fetching or more targeted retrieval.
2010-01-04Add the data serviceMelanie1-0/+67
2010-01-04AvatarStore. Untested, but completeMelanie4-16/+64
2010-01-04Some work on avatar service. Retrieval and storage doneMelanie3-8/+30
2010-01-04Avatar appearance skeletonMelanie4-1/+211
2010-01-03Cause llSetText to send prim updates.Melanie1-0/+1
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames54-877/+1114
2010-01-03Successfully logged into a grid.Diva Canto6-24/+50
2010-01-03* Changed ISimulation interface to take a GridRegion as input arg instead of ↵Diva Canto11-289/+762
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-03Applied fix for avatar connectors similar to yesterday's fix of user account ↵Diva Canto2-7/+9
connectors.
2010-01-02Test client for remote user account connector and service. It seems to be ↵Diva Canto3-8/+161
working.
2010-01-02Flattening the ServiceURLsDiva Canto1-3/+23
2010-01-03Change the requester a littleMelanie1-1/+4
2010-01-02Test client for remote presence connector, and for the service itself. ↵Diva Canto5-4/+167
Connector seems to work well.