aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.PacketHandlers.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Fixes Library bugs in grid mode. Partly a missing check and partly a missin...Diva Canto2010-05-051-2/+2
* Merge branch 'master' into presence-refactorMelanie2010-02-081-0/+40
|\
| * Apply http://opensimulator.org/mantis/view.php?id=3334Justin Clark-Casey (justincc)2010-01-291-0/+40
* | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-111-1/+0
* | CommunicationsManager is practically empty. Only NetworkServersInfo is there.Diva Canto2010-01-101-8/+10
* | * Last reference to CommsManager.UserProfileCacheService removedDiva Canto2010-01-101-1/+1
* | Less refs to UserProfileCacheService. Compiles but likely doesn't run.Diva Canto2010-01-091-1/+19
* | The Library Service is now working. UserProfileCacheService.LibraryRoot is ob...Diva Canto2010-01-011-16/+18
|/
* Backport the fixes to WebFetchInventoryDescendents to the UDPMelanie2009-11-041-1/+1
* * Converts ClientManager.ForEach() (and as a result, Scene.ForEachClient()) t...John Hurliman2009-10-271-3/+2
* * Switched all operations on the list of clients that could be either sync or...John Hurliman2009-10-261-1/+1
* * Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo...John Hurliman2009-10-131-1/+1
* * Unregister event handlers in LLUDPServer when a client logs out and disconn...John Hurliman2009-10-131-0/+26
* A small change in FetchInventoryDescendantsCAPS.Diva Canto2009-10-061-1/+2
* Uncommented log message on CAPs FetchInventoryDescendantsDiva Canto2009-10-061-3/+3
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
* Formatting cleanup.Jeff Ames2009-10-011-7/+7
* Fixes seven leaky .BeginInvoke() callsJohn Hurliman2009-09-031-0/+4
* Fix up WebFetchInventoryDescendents to really return all data needed,Melanie2009-08-291-1/+17
* Modify CAPS inventory code. Currently this is not executedMelanie2009-08-281-3/+7
* * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto2009-08-221-1/+1
* Made HandleFetchInventoryDescendents async, so that the client thread doesn't...Diva Canto2009-08-201-2/+17
* One more place fixed for setting the inventory folder owner. Thanks jhurliman.Diva Canto2009-08-201-1/+1
* Async purge so that the client thread doesn't wait.Diva Canto2009-08-191-2/+22
* A better purge of trash folder.Diva Canto2009-08-191-1/+1
* jhurliman's patch in http://opensimulator.org/mantis/view.php?id=4024Diva Canto2009-08-181-1/+2
* Fixes mantis #4020 (http://opensimulator.org/mantis/view.php?id=4020)Diva Canto2009-08-181-14/+12
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-171-1/+0
|\
| * Add copyright headers. Formatting cleanup. Fix a compiler warning.Jeff Ames2009-08-171-1/+0
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim into in...Diva Canto2009-08-161-0/+23
|\ \ | |/
| * Thanks dmiles for a patch that adds PacketType.RequestMultipleObjects Packet ...Adam Johnson2009-08-161-0/+23
* | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto2009-08-131-2/+2
* | Inventory redirects from CachedUserInfo to InventoryService COMPLETE!Diva Canto2009-08-131-120/+9
* | Redirected all calls to CachedUserProfile methods to the inventory service. R...Diva Canto2009-08-121-23/+4
|/
* * Added two new packet handler implementations for inventory ops. This is sta...Diva Canto2009-08-121-1/+30
* From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague2009-06-191-3/+7
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield2009-05-271-2/+8
* Revert "From: Chris Yeoh <cyeoh@au1.ibm.com>"Dr Scofield2009-05-251-8/+2
* From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield2009-05-251-2/+8
* * Implements Scene.SimChat(string,...) rather than byte[]. We should probably...Adam Frisby2009-04-031-0/+10
* * Replace some string to byte conversions for object/item name/description fi...Justin Clarke Casey2009-03-051-1/+1
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-221-1/+1
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-0/+632