aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵Jeff Ames7-22/+22
Works with LibSL rev>1532
2007-12-19Refactor asset request processing for consistent status information on ↵Justin Clarke Casey4-25/+46
whether an asset was actually found or not
2007-12-19Misc. cleanup:Jeff Ames1-46/+14
* added Util.Clip(value, min, max) * modified asset cache's numPackets calculation to use max packet size (600) instead of 1000 * removed a few magic numbers
2007-12-16Clean up the Login message on UserServer console justCharles Krinke1-1/+2
before CustomizeResponse is called (this one redundant).
2007-12-16Reposition 'user profile not found' messages to stop spurious messages ↵Justin Clarke Casey2-29/+28
caused by other usermanager usage This should stop the regular spurious messages in the grid user console
2007-12-15Put out a more comprehensible message when user authentication fails than ↵Justin Clarke Casey1-43/+20
the current NullReferenceException based one
2007-12-15Grid Inventory feature upgrade: renaming folders should now be correct, ↵Brian McBee4-7/+56
subfolders work, moving folders works. Tested only in MYSQL, but may work in MSSQL and sqlite. Probably not working in standalone mode.
2007-12-14Thanks, Justin, for:Charles Krinke1-0/+4
Message to confirm inventory retrieval rather than simply relying on the absence of a not found message.
2007-12-14Thank you Justin for:Charles Krinke1-52/+27
0000188: Clean up of some AssetCache.ProcessAssetQueue() code
2007-12-14* Just making Create publiclbsa711-1/+1
2007-12-14* ARequest changed name to AssetRequest and moved to own file.lbsa714-104/+97
* The AssetServerBase is now responsible for dequeueing, the server implementations merely recieves ProcessRequest( AssetRequest req ) * Catchall added around queue processing thread so thread won't abort on exceptions.
2007-12-14* Patch from Justincc that swaps out LLUUIDs for Guid on the inventory REST ↵Teravus Ovares2-3/+9
calls
2007-12-14patch from justincc for Mantis #163 - Opening a script in inventory longer ↵Teravus Ovares1-11/+36
than 1500characters can cause looping crash.
2007-12-13Minor cleanupJeff Ames1-5/+4
2007-12-11Implementing updateinventoryfolder: Should now be able to rename folders in ↵Brian McBee1-0/+20
inventory
2007-12-11added copyright noticesJeff Ames4-1/+113
2007-12-10more work on texture downloading.MW4-329/+107
Refractored the TextureDownloadModule (but currently to make debugging easier, it is running as a non shared module, so this results in a instance of this module being created for each region (and a extra thread per region), this will be changed back soon. Removed the old texture handling/sending code from AssetCache. A few other small changes/fixes.
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames24-44/+44
notice of doom
2007-12-09* Added some inter-region comms glue for allowing sims to chat amongst ↵Teravus Ovares1-0/+1
themsevles about an agent behind the agent's back. * Will be using this glue Tomorrow/today to tell other regions what the agent's draw distance is and what region they're actually in so the region can make decisions on what prim to send, if any.
2007-12-08hackish code to allow emptying of trash. This really should be done on the ↵Brian McBee1-1/+21
inventory server, and not from the region. Also: it appeared to work the first try, so I have probably done something horribly wrong.
2007-12-08This patch fixes mantis 105. Basically, it stops the index exception whenSean Dague1-3/+12
no root folder is found and it makes the user server wait longer for the inventory server to do its work. From Justin Casey (IBM)
2007-12-07"Borrowed" the LLSD class from a older version of libsl, so that our LLSD ↵MW5-15/+672
decoding (used by CAPS) works again.
2007-12-07Updates to LibSL revision 1498. Thanks Johan!Adam Johnson3-11/+15
2007-12-06reversing the r2599 patch, as this started causing CreateThread errors for Sean Dague1-6/+1
me on Mono 1.2.4, which led to client crashes. I think the Timer.Stop() wasn't doing what was desired on Mono. The Queue refactoring should address the readability issues lbsa71 was working on as soon as I get the merge together.
2007-12-06* now the throttle timer is stopped whilst processing Queue so that it won't ↵lbsa711-1/+6
fire twice * started to refactored throttling method * some code convention refactorings
2007-12-06removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames2-4/+4
2007-12-04* More console message fixesAdam Frisby2-15/+14
* Tagged Verbose("msg",...) as obsolete. Please use Verbose("AREA","msg",...) instead.
2007-12-04* Removed 12 compiler warnings.Adam Frisby1-1/+0
2007-12-03This is a simple patch which just renames an IClientAPI method toSean Dague1-1/+1
SendInventoryItemCreateUpdate() in order to reflect the actual packet it sends (UpdateCreateInventoryItem). From Justin Casey (IBM)
2007-12-03minor meaningless changesJeff Ames1-2/+2
2007-12-02Attempt to fix mantis issue #82, taking prims into inventory and then ↵MW2-4/+25
rezzing them in another region.
2007-12-02Very partial Avatar Appearance (ie, clothes/body parts) "storage". In ↵MW2-11/+7
standalone mode it will mean that when you log off and log back on ,as long as the region server hasn't been restarted , your avatar will start with wearing the clothes that it wore on log off. In grid mode its even more limited in that wearing/removing clothes/body parts are only stored in the region server instance you are one. so if you are in a different region to your login region (which are on different region server instances), and then change clothes, those changes won't be remembered. So as said, its very limited but is a small step towards having proper appearance persist. Just need to store this data out to a database.
2007-12-02Fixes a bug that my last commit introduced.MW1-1/+1
2007-12-02Some refactoring , mainly on Inventory code. MW4-122/+40
2007-12-02New Inventory folder should now be stored to the inventory server/database. ↵MW1-1/+8
This also seems to fix the problem of Body parts not being persisted properly.
2007-12-01Attempt to fix mantis issue # 73MW1-8/+12
2007-12-01Initial working Grid Inventory server. Only been tested on a very small ↵MW3-4/+6
grid, so likely to have problems on a larger grid with more people? To use , both the user server and Inventory server need to be running this latest revision. (older regions should be able to still be used, just the user won't have inventory on them). Also and HERE IS THE BIG BREAK ISSUE, currently, so that the initial inventory details for a user are added to the inventory db , you need to recreate the accounts using the user server "create user" feature. It should be quite easy to manual populate the inventory database instead but I someone else will need to look into that) Also I've only tested using SQLite as the database provider, there is a Mysql inventory provider but I don't know if it works (SQLite is set as default, so you will need to change it in the inventory server config.xml)
2007-12-01Attempt to fix mantis issue # 65, seems like it is a race condition between ↵MW1-4/+7
two regions trying to add a user to the AssetTransactionManager at the same time. So have placed a lock around the Dictionary add.
2007-11-30Patch for mantis 0000015: Textures don't display in the objectSean Dague2-8/+24
properties window From Justin Casey (IBM)
2007-11-30return of the inv-lib-root patch from Justin Casey (IBM)Sean Dague2-1/+16
Should fix libsl login ability. No long breaks my login to test environment.
2007-11-30* This extends my first hack to clear out the useragent table for that ↵Teravus Ovares1-1/+1
specific user. * This helps people who have multiple records in their useragent table. * This update should be looked at.. because really what it should be doing is initiating a grid wide logoff.
2007-11-30* Here's the issue, on log-off, the routine sets up a null useragent member ↵Teravus Ovares1-0/+1
and then tries to save it to the database.. where it was going wrong, is the database had a check to do *nothing* when it got a null useragent. I made it delete the userAgent row. This should be a good enough fix to solve the problem. It still needs to be looked at by a DB guy
2007-11-30* Temporary fix for 'User already online' issue in standalone mode.Teravus Ovares1-0/+5
* Revert this once we get a working logoff.
2007-11-29revert r2510, this seems to break normal logins, at least fromSean Dague2-16/+1
Linux clients.
2007-11-29return an appropriate inv_lib_root, which the libsl folks haveSean Dague2-1/+16
identified as the reason libsl can't currently connect to OpenSim. Patch from Justin Casey (IBM)
2007-11-29fixed duplicate login in standalone mode (mostly untested in grid mode)Jeff Ames2-4/+3
2007-11-29* Fixed about 7 issues with restarting sims and resolved interRegion comms ↵Teravus Ovares1-1/+1
issues. This includes the issue that MW described this morning. There's a lot of little nit picky changes that make a world of difference.
2007-11-28* Restaring the sim works fine in grid mode now. Sims announce themselves ↵Teravus Ovares1-1/+1
to their neighbors when they start up. Neighbors get this message and tell their agents that there's a new sim up. * Certain unrecoverable physics based crashes in ODE are now hooked up to the 'restart the sim' routine.
2007-11-27Fixed an event in the events chain in inter-region communications.Teravus Ovares2-0/+3
As a consequence, restarting sims in the same process instance now shows them when they come back up in grid mode and standalone mode.
2007-11-26* Restarting regions with the estate tools works in sandbox mode. I'm still ↵Teravus Ovares1-0/+1
working on grid mode, however. It doesn't break anything, but that feature doesn't work in grid mode yet either.