| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
old one) Added an options argument down the pipeline. For the time being it takes --old-guids as an option to produce <Guid> instead of <UUID>.
|
|
|
|
|
| |
* Removed StorageManager
* CONFIG CHANGE: There are no more database settings in OpenSim.ini. Check the config-include configuration files for region store and estate store database settings
|
|
|
|
|
|
|
| |
folder up from connectors into Scene.Inventory.cs
This fixes the problem for all architectures (hg as well as local and grid) and means we don't have to dupe code between connectors.
Not ideal in that it becomes non-modular, but methods in Scene.Inventory.cs should eventually be modularized anyway.
|
|
|
|
|
|
| |
rather than an older XML one
This is a patch from http://opensimulator.org/mantis/view.php?id=4973. Thanks randomhuman
|
|
|
|
| |
support estates without seeking further input on the console.
|
| |
|
|
|
|
| |
capitalization.
|
| |
|
|
|
|
|
|
|
| |
changes:
- Start location is NOT optional. The signature was defined with it being mandataory and there is no reason to change it
- Adjusted comments to remove misleading or no longer true comments. Default
is neuter, according to the code, not male, as the comment stated.
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
* My local git wants to commit the groups files for line endings, I'm gonna let it do it.
|
| |
|
|
|
|
| |
CreatorID, it doesn't modify database backends or OAR files to support storing/loading it
|
| |
|
| |
|
|
|
|
| |
* Fixed circular dependency
|
|\
| |
| |
| | |
ssh://diva@opensimulator.org/var/git/opensim into presence-refactor
|
| |
| |
| |
| |
| | |
appropriate. This changes the behavior of the REST plugins and RemoteAdmin's
region creation process.
|
|/
|
|
| |
* CommsManager.AvatarService rerouted
|
|
|
|
| |
UserProfileService.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
admin plugin
See http://opensimulator.org/mantis/view.php?id=4418
Thanks StrawberryFride
See
|
|
|
|
| |
unknown asset type, and log an error if it ever does happen
|
|
|
|
| |
Patch from CasperW
|
|
|
|
| |
- adding LandDataSerializer to OAR mechanics
|
| |
|
|
|
|
| |
murky. This affects Mono only.
|
|
|
|
|
|
|
|
| |
* Uses mantis #3811 as a base (thanks jhuliman) with changes.
* E-mail regarding interface changes sent to the opensim-dev list
* Archive: https://lists.berlios.de/pipermail/opensim-dev/2009-July/007219.html
|
|
|
|
|
|
| |
[RADMIN] Exception whilst loading default avatars ;
Object reference not set to an instance of an object.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The admin_close_region method removes a region from the simulator without deleting it.
The region can then be recreated by calling admin_create_region with the same UUID.
There is also a change to admin_create_region to facilitate this.The reason I want
to have this functionality is to make it possible to detach regions when they are
idle and recreate them on demand through a web interface. It's probably doable
using the existing methods by saving and loading oars, but it also doesn't seem
like that should be necessary.
|
|
|
|
|
| |
- adding EstateSettings.Save() to RemoteAdmin ACL code (invoked only when region is persistent)
|
| |
|
|
|
|
|
|
|
| |
Several improvements in the connectors themselves.
Several improvements in configurations.
Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
|
| |
|
| |
|
|
|
|
|
| |
user does not exist or hasn't logged in yet.
|
|
|
|
|
|
| |
this patch fixes RemoteAdminPlugin gratuitously updating the user
password even if no update was intended.
|
| |
|
|
|
|
| |
LICENSE.txt.
|
|
|
|
|
|
|
|
|
|
| |
needed to be able to 'NAT-wrap' the login sequence.
* If you have something using XmlRpc that isn't in core, change your method signature from:
(XmlRpcRequest request)
to:
(XmlRpcRequest request, IPEndPoint remoteClient)
|
|
|
|
|
|
| |
- Fix typographical error in RPC response.
- Remove obsolete commentary.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Fixes:
[1] Sharing exception on remote OAR management
[2] Occasional 505 error talking to Tomcat
[3] Occasional mono aborts caused by mlog in the
script engine's app domain (mono 2.4)
|
|
|
|
|
|
|
|
|
|
|
|
| |
-- 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
|
| |
|
|
|
|
|
|
| |
Change updateAppearance so that nothing is done to the user's
appearance unless explicitly requested.
|