aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update svn properties.Jeff Ames2008-09-031-56/+56
|
* Attempt to fix an issue I havebeen seeing, where asset server failureMelanie Thielker2008-08-312-1/+15
| | | | | | | results in a memory leak which will make the region crash and burn after a while.
* * Added "File Asset Client" to OpenSim Asset Server-types.Adam Frisby2008-08-301-0/+56
| | | | | | | * You can replace "grid" as the asset system with "file" to save and load all your assets from a directory on your hard disk. Files are serialised to XML and saved in the format "/<dir>/0x/0x/0x/0000-0000-000000-0000-0000.xml" * Directory <dir> is sharing the Asset Server URL path, use a normal path here instead (ie C:\xyz or /var/assets/). * This probably wont work well in grid mode unless every sim has access to the same directory. This is mostly intended for standalone usage where quick and convenient access to assets is required.
* Mantis #1903Melanie Thielker2008-08-281-81/+59
| | | | | | Thank you, cmickeyb, for a patch that fixes inventory folder retrieval.
* Update svn properties, formatting cleanup.Jeff Ames2008-08-284-11/+11
|
* this fixes the crash reported by mantis #2046: user server crashing ifDr Scofield2008-08-281-6/+21
| | | | | | | | | | | | no OpenSim.ini file found by GridInfoService. GridInfoService now will just issue a warning that GridInfo will NOT be available to your users if no OpenSim.ini file is available. due to the static nature of UserConfig (configuration options hardcoded) i don't think it's currently an option to move GridInfo into user_server.xml but if anyone wants to look into this i'd be delighted...
* Mantis #1903Melanie Thielker2008-08-272-10/+29
| | | | | | | Thank you, cmickeyb, for a patch that prevents the loss of folders received out of sequence, and the items within.
* Update svn properties.Jeff Ames2008-08-251-31/+31
|
* * This commit incorporates the heart of the OpenGridProtocol patch that is ↵Teravus Ovares2008-08-253-0/+61
| | | | | | | | 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)
* Mantis#2032. Thank you kindly, Tyre for a patch that:Charles Krinke2008-08-231-0/+8
| | | | | | | This small patch provides the required changes to populate the columns agentIP and agentPort in table "agents" Tested with mysql (but should work for all supported db engines)
* Thank you, salahzar, for a patch that adds llGetNumberOfSides and willMelanie Thielker2008-08-231-1/+1
| | | | | | | | | also enable LSLconformance on some texture functions as well. Applied the part of the patch in Shared/. The part for Common/ needs to be reworked to remove the reference into Shared/
* Some complex re-ordering to make prebuild do what needed to be done.Melanie Thielker2008-08-231-3/+2
| | | | | | | | | It is now possible to use module interfaces without referencing Scene. Place those interfaces in OpenSim/Region/Interfaces. They may not use any refs from OpenSim.Region.Environment as parameters. This resolves a circular library ref introduced in r5949
* Patch #9171Melanie Thielker2008-08-231-0/+26
| | | | | | | Disallow bulk uploads if money module is present and upload cost is set and the user hasn't got sufficient funds.
* bug fixes:Dr Scofield2008-08-221-35/+31
| | | | | | | | - GridInfoServices was not paying attention to location of ini file - typo in RemoteAdminPlugin
* Attachment persistence (Mantis #1711)Melanie Thielker2008-08-192-46/+13
| | | | | | | | | Change user server to handle attachment assets record properly. Ensure that attachments are not re-rezzed on region crossing. Persistence will NOT WORK with earliser UGAI!! Change region server to match.
* Attachment persistence!!! Patch #9170 (Mantis #1171)Melanie Thielker2008-08-191-0/+7
| | | | | | Attachments now persist across logouts. Mostly untested.
* Attachment persistence!!! Patch #9169 (Mantis #1171)Melanie Thielker2008-08-191-5/+0
| | | | | | Attachments now save to MySQL. No reattach on login yet.
* Formatting cleanup.Jeff Ames2008-08-1816-76/+75
|
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-171-42/+42
|
* * Move GridInfoService into Framework.Communications and eliminate ↵Justin Clarke Casey2008-08-161-0/+155
| | | | Common.Communications for now (since this was the only class in that project)
* Mantis#1960. Thank you kindly, Tyre for a patch that:Charles Krinke2008-08-161-0/+3
| | | | | This small patch enables updates to the lastLogin information in the `users` table
* Mantis#1965. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-08-163-1/+47
| | | | | | | | | | | | | | | | | | | | | | | Places touched: - Added two events for in-packets to LLCLientView: RegionHandleRequest and ParcelInfoRequest - Added sending of two out-packets to LLCLientView: RegionIDAndHandleReply and ParcelInfoReply. - Scene handles the RegionHandleRequest, LandManagementModule the ParcelInfoRequest - Added inter-region request for LandData by RegionHandle and local position. This was implemented as XML-RPC request. The returned LandData isn't complete, it only contains the data necessary for answering the ParcelInfoRequest - Added new CAPS (0009) for RemoteParcelRequest and some methods for LandData handling to LandManagementModule - Added methods for fake parcelID creation and parsing to Util - Fixed missing implementation of interface methods. - Added new file: OpenSim/Framework/Communications/Capabilities/LLSDRemoteParcelResponse.cs NOTE: This is part of the patch, too. Due to the many places touched, I would consider this patch as experimental.
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-161-2/+2
|
* Guard against the null UUID being queried from the userserverMelanie Thielker2008-08-161-0/+5
| | | | | | repeatedly.
* Mantis #1946Melanie Thielker2008-08-141-0/+2
| | | | | | | Thank you, HomerHorwitz, for a patch that corrects and improves TP to landmark and home position handling.
* * Stop warnings about non existent scene presences/entities being removed on ↵Justin Clarke Casey2008-08-121-1/+3
| | | | | | | | | client log off * This is being done by preventing close from being called twice on child agent closure (nres which would have been thrown are being swallowed). * However, it should be possible to do much better cleanup on this code in the future
* Thanks, lulurun, for a patch that addresses inventory problems that occurMike Mazur2008-08-122-71/+30
| | | | | | | | | | | | | | | | | occasionally, but are fixed on restart (issue 1919). This patch introduces the following changes: 1. when a user teleports out of Region A, remove that user's profile from the Region A user profile cache 2. when a user crosses between regions out of Region A, remove that user's profile from the Region A user profile cache 3. the user profile cache's session ID member can now be set (written), and is updated each time a connection with a new avatar is established (ie: a new avatar enters the region) 4. when a region server looks up a user profile and a cache miss occurs, fetch the user profile from the user server first instead of immediately returning null
* * minor: remove unused grid send/receive keys from user server configurationJustin Clarke Casey2008-08-091-1/+0
|
* * All CheckRegion within an instance would use the same, global, bool for ↵lbsa712008-08-081-2/+2
| | | | | | | 'Available', which would lead to intermittent failures on parallell teleport requests. * Solidified CheckRegion somewhat, adding a second try if the first failed.
* * correct bug from last commit - for now don't drop cached user profile when ↵Justin Clarke Casey2008-08-011-0/+4
| | | | | | | | an agent is downgraded to a child agent * since upgrading to a root agent doesn't currently re-retrieve the user profile
* * Drop cached inventory from the local region when a user crosses out into a ↵Justin Clarke Casey2008-08-012-8/+21
| | | | | | | | | | remote region * May resolves inventory problems that occur when the user moves between two regions` * e.g. if the user moves to a second region, adds an inventory item, moves back to the original region then tries to manipulate that item * Not yet implemented for teleport
* * minor: eliminate some unused variables in InventoryFolderImplJustin Clarke Casey2008-08-011-2/+0
|
* Apply updated patch from issue 1871. Thanks sempuki.Mike Mazur2008-07-311-25/+25
|
* * refactor: rearrange path inventory manipulation so that input tidying can ↵Justin Clarke Casey2008-07-311-5/+50
| | | | be used for item paths as well
* * refactor: eliminate unused SubFoldersCountJustin Clarke Casey2008-07-311-11/+3
|
* * allow inventory folders to be located by pathJustin Clarke Casey2008-07-312-9/+55
| | | | | | * first pass method impl
* * refactor: Change CachedUserInfo.HasInventory to HasReceivedInventory to ↵Justin Clarke Casey2008-07-312-19/+18
| | | | make actual function clearer
* * minor: reduce coupling by passing in only session id to CachedUserInfoJustin Clarke Casey2008-07-312-3/+11
|
* Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2008-07-314-146/+114
| | | | | | PluginLoader. Fix issue 1871.
* * refactor: move create user console command parsing down to OpenSim.cs from ↵Justin Clarke Casey2008-07-291-46/+1
| | | | CommunicationsManager
* Mantis#1849. Thank you kindly, Kinoc for a patch that:Charles Krinke2008-07-292-31/+66
| | | | | | | - LLSDLoginMethod should error out in similar way to XMLRPC login for already logged in condition - Have LLSDLoginMethod mirror the sequence of the XMLRPC for easier side by side compare - Log messages report which process XML or LLSD generated them for easier debugging
* squasing warning.Dr Scofield2008-07-251-3/+3
|
* Thanks, lulurun, for a patch that adds an authenticated session cache to reduceMike Mazur2008-07-251-0/+107
| | | | | | "check_auth_session" requests from inventory server to user server.
* * refactor: Remove now redundant inventory server url being passed to ↵Justin Clarke Casey2008-07-241-17/+4
| | | | GetInventorySkeleton
* * Separate out OGS1 calls used between services (rather than from region to ↵Justin Clarke Casey2008-07-241-7/+7
| | | | services) into a separate assembly to parallel OpenSim.Region.Communications.OGS1
* * minor: Rename IInterGridInventoryServices since it's inter service rather ↵Justin Clarke Casey2008-07-244-7/+7
| | | | than inter grid
* * refactor: break out inter grid inventory services furtherJustin Clarke Casey2008-07-235-38/+37
| | | | | | * more to follow
* * refactor: split out inventory services which are only used between ↵Justin Clarke Casey2008-07-232-19/+63
| | | | | | | | non-region services * more to follow
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-232-2/+2
|
* The new secure inventory server mode (in r5590) can now be disabled from ↵Johan Berntsson2008-07-233-11/+114
| | | | OpenSim.ini. Default is to use the new mode.