| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
| |
| |
| |
| | |
deleted, including old LoginService.
|
| | |
|
| |
| |
| |
| | |
* 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.
|
| | |
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| | |
* New IAvatarService -- first pass
|
| |
| |
| |
| |
| |
| |
| | |
Application plugins so that MainServer.Instance gets assigned before
RegionModulesController loads the new style shared modules. This
is needed because otherwise no new style shared module could
register a HTTP method.... if it breaks, you get to keep both pieces
|
|/
|
|
| |
MuteListModule, OfflineMessageModule, PresenceModule, InventoryTransferModule and LureModule to new style. Reduce FriendsModule and PresenceModule to shells.
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
instead of throwing and catching exceptions
* Commenting out the MySQL startup sequence that cleans out dropped attachments under the advice that it is no longer relevant. If anything, it could be brought back as a database cleanup console command
* Updated to the latest libomv 0.8.0-pre. UUID.TryParse() will no longer throw and catch exceptions for most failed UUID parses
|
|
|
|
| |
LLProxyLoginModule.
|
|
|
|
|
|
| |
a server port to use for modules in a generic way and also add support
for disabling modules that don't support proper disabling.
Add support for selective loading by class name (advanced users only)
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Util.UTF8 (not all references were switched since not all OpenSim libraries reference OpenSim.Framework)
* Shrinks the largest in-memory object, the LLRAW.HeightmapLookupValue struct (only used for exporting to LLRAW terrain files), to the minimum possible size. This seems to have the odd side effect of cutting the size of the two double[256,256] terrain objects in half. Possibly an alignment optimization?
|
| |
| |
| |
| | |
- adding LandDataSerializer to OAR mechanics
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo.
Fixed small bugs with hyperlinked regions' map positions.
|
|/ |
|
|
|
|
| |
murky. This affects Mono only.
|
|
|
|
| |
regions in a Regions.ini (took 38 minutes on my test box)
|
| |
|
|\ |
|
| | |
|
|/ |
|
|
|
|
| |
WARNING: PLEASE MAKE SURE TO USE THIS NEW bin/OpenSim.addin.xml
|
|
|
|
|
| |
the mere presence of a full version of a replaceable module will cause the
replaceable module in core to be deactivated.
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
| |
This patch fixes a problem in the RestXmlWriter where an exception may be
thrown when ToString() is called. ToString() is closing the last tag prior
to returning the string object, which it shouldn't do. People should be
closing the XML tags and document properly and not rely on the ToString()
side effect to do it for them. This is most noticeable if you hit
the /regions/ and /regioninfo/ REST calls. If you are running r9579 or
later, these calls will result in an error.
|
|
|
|
|
|
| |
[RADMIN] Exception whilst loading default avatars ;
Object reference not set to an instance of an object.
|
|
|
|
| |
massive bug that was introduced in revision 1. So here is the first part of that fix.
|
|
|
|
|
|
| |
the tests pass
|
|
|
|
|
|
| |
Change all uses of the HttpServer properties to use the new singleton
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|