aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectors/User/LocalUserServiceConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed Region/CoreModules/ServiceConnectors to ↵diva2009-06-141-126/+0
| | | | Region/CoreModules/ServiceConnectorsOut. No functional changes.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Refactor: Change "Servers" to "Server", since the can only be one. BreakMelanie Thielker2009-05-181-1/+1
| | | | | | the handlers out of the asset server context into a generic scope.
* Renaming [ServiceConnectors] back to [Modules].diva2009-05-171-1/+1
|
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva2009-05-151-1/+1
| | | | | | | | | | | | -- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now
* Fix interface registration/deregistration mechanicsMelanie Thielker2009-05-121-0/+2
|
* Changes to the new user system to add the modularity developed for the assetMelanie Thielker2009-05-111-2/+35
| | | | | | system
* Change local user connector into a shared moduleMelanie Thielker2009-05-051-1/+7
|
* Some refactoring. Database is now active in the new user serverMelanie Thielker2009-05-051-0/+85