| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
service initialization into CommsManager
* What is really needed is a plugin and interface request system as being done for region modules
|
| |
|
|
|
|
|
|
|
| |
work in there knowing that all other ApplicationPlugins have been initialised by that time.
Moved the loadRegions code in LoadRegionsPlugin to the PostInitialise method.
|
|
|
|
| |
name as it could be confused with the Grid Server namespace or with the IGridService in the region servers.
|
| |
|
| |
|
|
|
|
| |
handling, as it seems that system isn't in use anymore.
|
| |
|
|
|
|
|
|
|
| |
"module".
Added OpenSim.Grid.UserServer.Modules project/dll which now contains the components of the userserver. With the OpenSim.Grid.UserServer being the setup and initiate exe.
|
| |
|
|
|
|
| |
the User dataBase access class (UserManagerBase) and then adding the http handlers to that. There is now a UserDataBaseService that is passed to the other classes so they can access the db. This should make it easier to have multiple "modules" that can register http handlers and access the db.
|
|
|
|
|
|
|
| |
reflect actual use.
* Added IRegionProfileService
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
interface. Shared modules will now only get added once, so the command
handler is called once per module, not once per scene. Removal of scenes
has no adverse effects. Nonshared modules will be called for each scene.
|
|
|
|
|
|
|
|
|
| |
line editing, context sensitive help (press ? at any time), command line
history, a new plugin command system and new appender features thet let you
type while the console is scrolling. Seamlessly integrates the ICommander
interfaces.
|
| |
|
|
|
|
|
|
|
|
|
| |
* This allows configuration of the assetset and library control file paths to be other than ./inventory/Libraries.xml and ./assets/AssetSets.xml
* This is controlled via the LibrariesXMLFile and AssetSetsXMLFile configuration settings in [StandAlone] in OpenSim.ini (in standalone)
and via the user and asset config xml files for grid mode
* Thanks to SirKimba for the patch
|
|
|
|
|
|
| |
* Removes all references to ASP.NET (System.Web.UI,*)
* Removes all references to System.Web.Mobile
|
|
|
|
|
| |
for System.Web.Mobile
|
|
|
|
|
| |
OpenID support in OpenSim for the UserServer.
|
|
|
|
| |
class. Thanks sdague for the protip!
|
|
|
|
| |
OpenSimBase.Shutdown() includes a Environment.Exit(0); which is not always wanted when shutting down, like from a windows service.
|
| |
|
| |
|
| |
|
|
|
|
| |
justice.
|
|
|
|
|
|
|
|
| |
because the region they were in has gone
Or, in other words, a region crash/restart no longer messes up presence.
|
|
|
|
|
|
|
|
|
| |
from the presence module to the message server, through the user server
and on into the database. This should fix the "Already logged in" issue
that grids see after a sim crashes, or a user crashes out of a sim.
Not yet a 100% solution for friends, but getting there.
|
|
|
|
|
|
|
|
| |
This patch adds the option of adding the email when you create
a new user. This works in Gridmode as none Gridmode. This
option is also added to RemoteAdminPlugin. With a new handler
you can create a user with a email.
|
| |
|
|
|
|
|
|
| |
adding default_loginLevel in USerServer.xml to set a default
login level to acces to the grid. Fixing one bug in login_reset
|
|
|
|
| |
for consistency's sake
|
| |
|
|
|
|
|
|
|
| |
Thank you, sacha magne, for a patch to add login level and message
commands to the user server
|
|
|
|
|
|
|
|
| |
required to log in. set_login_params accepts avatar_uuid and password of a
user with god level 200 or more, and allows setting either or both the
login_motd or login_level
|
|
|
|
|
|
| |
* Some copy and pasting has occurred because it's difficult to properly refactor some bits at present. I'm very ashamed and it will disappear at some future point.
|
|
|
|
| |
requests flow through the ShowHelp() method
|
|
|
|
|
|
|
| |
Thank you, Xugu Madison and ChrisDown, for a patch that
fixes linux filename extensions from .Xml back to .xml
|
|
|
|
|
|
|
| |
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle.
* This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big!
* Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
|
|
|
|
|
|
| |
* I can't see why the last compile failed - hoping it's some kind of glitch
|
| |
|
|
|
|
| |
than displays information directly
|
|
|
|
|
|
|
|
| |
currently on Forge in a nice, friendly modular format.
* There are a lot of changes and this is quite experimental. It's off by default, but you can turn it on by examining the bottom of the opensim.ini.example for the proper OpenSim.ini settings. Remember, you still need an agent domain..
* Furthermore, it isn't quite right when it comes to teleporting to remote regions (place_avatar)
|
| |
|
|
|
|
| |
Common.Communications for now (since this was the only class in that project)
|
|
|
|
|
|
|
|
| |
Thank you, gsky, for a patch that corrects the threading model
to use the multithreaded apartment in the grid servers and
region server.
|
| |
|
|
|
|
|
|
|
|
| |
service, adding a plain REST GET handler returning XML (no LLSD),
adding appropriate add handler calls to OpenSimBase and UserServer.
|
|
|
|
| |
the specific inter service class
|