Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-02-04 | - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it | Mike Mazur | 1 | -1/+1 | |
- trim trailing whitespace | |||||
2009-02-03 | - moved data plugin loading code from various places to | Mike Mazur | 2 | -39/+19 | |
OpenSim/Data/DataPluginFactory.cs - removed dependencies on a few executable assemblies in bin/OpenSim.Data.addin.xml - trim trailing whitespace | |||||
2009-02-03 | - move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs to | Mike Mazur | 2 | -1/+3 | |
OpenSim/Data/IAssetData.cs - remove some trailing whitespace | |||||
2009-02-03 | Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ↵ | Mike Mazur | 2 | -8/+8 | |
plugins. | |||||
2009-01-13 | * Add a second logoffuser message with the region secret. | Teravus Ovares | 1 | -1/+32 | |
* This ensures that the user will be logged off successfully by a properly permissioned user server | |||||
2009-01-13 | * Fix an invalid seed cap that could be causing issues. | Teravus Ovares | 1 | -0/+4 | |
* CapsUtil.GetRandomCapsObjectPath(); contains a / and the regionInfo.httpServerURI contains a / so that makes * response.SeedCapability = regionInfo.httpServerURI + CapsUtil.GetCapsSeedPath(capsPath); contain two "//" leading to a seed caps path definition like //CAPS/f7ba4238-ec86-4a2b-b3f6-4d9b56070000/, which is wrong | |||||
2009-01-12 | Commenting out the succesful REST message as under heavy use there | Charles Krinke | 1 | -3/+7 | |
are multiple messages in a second and that is usually (in my experience) meaning the logging itself is slowing down the program. Leaving the unsuccesful message as we need to know about that path. | |||||
2009-01-06 | * prune and regrade log messages relating to client login and logout | Justin Clarke Casey | 1 | -1/+1 | |
2009-01-06 | * Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with ↵ | Justin Clarke Casey | 1 | -1/+1 | |
terminology used elsewhere * Last build break was probably a Bamboo failure - hopefully this should succeed | |||||
2009-01-06 | * Move common string aggregation for caps seed path to a method in CapsUtil | Justin Clarke Casey | 1 | -2/+1 | |
2009-01-06 | * minor: Move GetRandomCapsPath() to a CapsUtil class | Justin Clarke Casey | 1 | -1/+2 | |
2009-01-05 | * Extend stub to test the successful login of a user on the local login service | Justin Clarke Casey | 1 | -0/+1 | |
* Test does not do authentication | |||||
2009-01-05 | * Check in login service tests beachhead | Justin Clarke Casey | 1 | -0/+1 | |
2008-12-30 | OpenUser_Main is now public. Fixes Mantis #2940. Thanks SirKimba | Homer Horwitz | 1 | -1/+1 | |
2008-12-30 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -339/+339 | |
2008-12-29 | * Apply http://opensimulator.org/mantis/view.php?id=2927 with some changes | Justin Clarke Casey | 2 | -5/+5 | |
* 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 | |||||
2008-12-20 | * ReCommit the OpenID patch with a few less dependencies. | Teravus Ovares | 2 | -0/+345 | |
* Removes all references to ASP.NET (System.Web.UI,*) * Removes all references to System.Web.Mobile | |||||
2008-12-20 | Revert OpenId until we can come to grips with the mono 2 requirement | Charles Krinke | 2 | -345/+0 | |
for System.Web.Mobile | |||||
2008-12-19 | Mantis#2816. Thank you kindly, JHurliman for the beginnings of | Charles Krinke | 2 | -0/+345 | |
OpenID support in OpenSim for the UserServer. | |||||
2008-12-17 | fix a bug with the Grid REST interface that was returning the classname | Sean Dague | 1 | -1/+1 | |
in the UUID field instead of the actual UUID because of an implicit use of ToString() | |||||
2008-12-13 | Mantis#2811. Thank you kindly, Diva for a patch that resolves | Charles Krinke | 1 | -8/+5 | |
some of our DNS/dotted decimal issues that plague teleporting. We are increasing the MajorInterfaceVersion from 1 to 2 in the gridserver, so sims will need to be updated on various grids. | |||||
2008-12-12 | * minor: Be a little more informative when a region fails to connect because ↵ | Justin Clarke Casey | 1 | -2/+4 | |
it fails to implement the required OGS interface version | |||||
2008-12-11 | Add hostnames in addition to IP address to some more places. This continues ↵ | Homer Horwitz | 1 | -0/+2 | |
r7676. NOTE: Changes UGAIM. | |||||
2008-12-11 | Move from IP to hostname for seed caps on login, for gridmode and standalone. | Homer Horwitz | 1 | -0/+1 | |
All the other caps (except the initial one) are already sent with hostname instead of IP. NOTE: This changes gridserver and userserver | |||||
2008-12-05 | - Fixed missing ToString() in map_blocks response in grid-server | Homer Horwitz | 1 | -1/+4 | |
- Added remoting_port to the non-fast if-branch, too - Added httpPort field to map_blocks response. This isn't needed yet, but will be for correct crossing between regions. Note: This touches the GridServer. | |||||
2008-12-02 | * reverted 7561 as the logger reference should always be private to the ↵ | lbsa71 | 2 | -2/+2 | |
class. Thanks sdague for the protip! | |||||
2008-12-02 | Made BaseOpenSimServer.ShutdownSpecific() public. As the ↵ | MW | 4 | -4/+3 | |
OpenSimBase.Shutdown() includes a Environment.Exit(0); which is not always wanted when shutting down, like from a windows service. | |||||
2008-12-02 | Added two new "trusted" url handlers to the Inventory server, to allow the ↵ | MW | 2 | -10/+34 | |
user server to get a list of items in a folder and add a new item. | |||||
2008-12-01 | * Making log available for subclasses | lbsa71 | 1 | -1/+1 | |
2008-11-28 | * minor: Eliminate unused paramter in LocalUserServices constructors | Justin Clarke Casey | 1 | -2/+2 | |
2008-11-28 | * refactor: move CreateUser into UserServiceAdmin | Justin Clarke Casey | 4 | -49/+40 | |
2008-11-27 | * Opened the registration of http handlers up for subclassing | lbsa71 | 1 | -1/+1 | |
2008-11-25 | Add copyright headers. Minor formatting cleanup. | Jeff Ames | 1 | -5/+5 | |
2008-11-25 | made the messaging server OpenMessage_Main constructor public (from private) ↵ | MW | 1 | -1/+1 | |
so it can be subclassed. | |||||
2008-11-25 | * Adding some virtual hooks and making some privaets protected for great ↵ | lbsa71 | 3 | -8/+20 | |
justice. | |||||
2008-11-23 | 05:24:49 - [PRESENCE]: Logging off 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb ↵ | Melanie Thielker | 5 | -1/+105 | |
because the region they were in has gone Or, in other words, a region crash/restart no longer messes up presence. | |||||
2008-11-23 | Plumb in the presence notifications and region shutdown/restart messages | Melanie Thielker | 5 | -8/+242 | |
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. | |||||
2008-11-23 | Mantis#2660. Thank you kindly, Ruud Lathrop for a patch that: | Charles Krinke | 1 | -56/+85 | |
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. | |||||
2008-11-22 | Move user server -> message server notifications into a separate thread | Melanie Thielker | 1 | -1/+86 | |
to make the user server more responsive | |||||
2008-11-21 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-11-19 | Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new | Melanie Thielker | 2 | -7/+7 | |
libOMV. | |||||
2008-11-19 | Reverting the texture sending patch and the new libOMV. This makes this | Melanie Thielker | 2 | -7/+7 | |
release a direct descendant of the stable 7364, with all the features and none of the issues. This omits the following patch chain: r7383 r7382 r7381 r7377 r7375 r7373 r7372 r7370 r7369 r7368 r7367 r7366 | |||||
2008-11-17 | * Update libOMV to r2359. This is necessary for the progressive texture patch | Justin Clarke Casey | 2 | -7/+7 | |
* Update libopenjpeg as well for this patch. * Appears to be okay on a very short sniff test * Source code will be placed in opensim-libs shortly | |||||
2008-11-17 | minor: remove mono compiler warnings | Justin Clarke Casey | 1 | -3/+3 | |
2008-11-17 | Make the messageing server re-register with all it's user servers every five | Melanie Thielker | 1 | -1/+11 | |
minutes. This ensures that things don't get messy if a user server is restarted and the user server's operator has no control over the host the message servers run on. | |||||
2008-11-17 | Allow more then one user server in the user server config of the | Melanie Thielker | 1 | -25/+43 | |
message server. This is needed for larger grids | |||||
2008-11-11 | * minor: remove log message that gives wrong user server 'version' | Justin Clarke Casey | 1 | -2/+0 | |
2008-11-11 | * Implement basic region filtering as described in ↵ | Justin Clarke Casey | 2 | -7/+35 | |
https://lists.berlios.de/pipermail/opensim-dev/2008-November/003468.html * This is done by sending a 'major interface version' number on sim registration. Developers must increment this every time they make a change that would make the previous OpenSim revision failure incompatible with the new one (non-fatal incompatibilities are fine). * This number resides in OpenSim.Framework.Servers.VersionInfo.MajorInterfaceVersion * This allows the grid service to stop older, incompatible regions from connecting | |||||
2008-11-06 | Thank you kindly, Diva, for a patch that: | Charles Krinke | 2 | -4/+4 | |
Removed unnecessary dependency from Get/PostAssetHandlers to OpenAsset_Main | |||||
2008-11-01 | Megapatch that fixes/adds: friend offer/deny/accept, friendship termination, | Homer Horwitz | 3 | -304/+164 | |
on-/offline updates, calling cards for friends. This adds methods in the DB layer and changes the MessagingServer, so a full update (incl. UGAIM) is necessary to get it working. Older regions shouldn't break, nor should older UGAIM break newer regions, but friends/presence will only work with all concerned parts (UGAIM, source region and destination region) at this revision (or later). I added the DB code for MSSQL, too, but couldn't test that. BEWARE: May contain bugs. |