aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522Justin Clark-Casey (justincc)2010-02-121-2/+2
* Fix http://opensimulator.org/mantis/view.php?id=4224Justin Clark-Casey (justincc)2010-02-121-1/+2
* * .. More Endlines...Teravus Ovares (Dan Olivares)2010-01-261-1/+1
* Remove "login disable", "login enable" and "login status" commands.Melanie2010-01-101-9/+1
* Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie2009-12-291-2/+3
* Change in how the Library returns its descendant folders, so that it includes...Diva Canto2009-12-231-1/+20
* Bug fix: in standalone, HGInventoryBroker needs to get the local inventory se...Diva Canto2009-12-211-0/+2
* Making the library read the item's flag, so that clothing items can have the ...Diva Canto2009-12-211-0/+1
* A couple of more sanity guards, but this won't fix things when user profile f...Diva Canto2009-12-111-1/+1
* Fix to make [bad] tests happy.Diva Canto2009-12-111-4/+4
* Attempt at fixing mantis #4411.Diva Canto2009-12-111-1/+15
* Getting rid of the dead field RootInventoryFolderId on UserProfileData, It's ...Kunnis2009-12-062-5/+0
* make logging less verbose when loading iarsJustin Clark-Casey (justincc)2009-11-131-1/+1
* move fake user service to a separate mock user service classJustin Clark-Casey (justincc)2009-11-121-159/+0
* Rename test services to mock services, since this is a more accurate descriptionJustin Clark-Casey (justincc)2009-11-121-147/+4
* Backport the fixes to WebFetchInventoryDescendents to the UDPMelanie2009-11-041-2/+2
* * Standalone logins will now go through the sequence of "requested region, de...John Hurliman2009-10-281-15/+11
* * Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to U...John Hurliman2009-10-211-1/+1
* * Removed OpenSim.Data.NHibernateJohn Hurliman2009-10-191-1/+1
* Merge branch 'master' into htb-throttleMelanie2009-10-121-5/+5
|\
| * Use Util.UTF8 instead of creating a new heap object every time.Diva Canto2009-10-101-5/+5
* | Merge branch 'master' into htb-throttleMelanie2009-10-101-23/+12
|\ \ | |/
| * A slight improvement on name fetching -- using the local name cache, since it...Diva Canto2009-10-091-0/+6
| * Use the cache, Luke!Diva Canto2009-10-091-25/+8
* | Calling .Close() on AutoResetEvent and ManualResetEvent (those classes contai...John Hurliman2009-10-092-3/+4
|/
* * One more debug message on FetchInventoryDescendantsDiva Canto2009-10-061-17/+62
* Revert "Rewrote parts of the code that were double-locking different objects....Melanie2009-10-071-27/+39
* Rewrote parts of the code that were double-locking different objects. This is...Diva Canto2009-10-061-39/+27
* Corrected words in error message.Diva Canto2009-10-061-2/+2
* Closing more streams even if things fail.Diva Canto2009-10-041-6/+25
* Merge branch 'diva-textures-osgrid'Melanie2009-10-041-1/+1
|\
| * * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman2009-10-021-1/+1
* | Formatting cleanup.Jeff Ames2009-10-014-5/+5
* | Formatting cleanup.Jeff Ames2009-10-0114-53/+53
* | Make create user to the Right Thing with regard to salting user passwordsMelanie2009-09-301-2/+4
* | Deleted some files that aren't being used anymore.Diva Canto2009-09-282-130/+0
* | Poof! on LocalBackend. CommsManager.GridServices deleted.Diva Canto2009-09-261-5/+0
* | First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto2009-09-261-7/+9
* | Allow load/save iar password checks to be done in grid modeJustin Clark-Casey (justincc)2009-09-243-6/+47
* | minor: remove double initialization of user appearance module in Grid.UserSer...Justin Clark-Casey (justincc)2009-09-231-2/+3
|/
* Add test to check behaviour if an iar is loaded where no user profile exists ...Justin Clark-Casey (justincc)2009-09-091-1/+6
* warnings safari.dr scofield (aka dirk husemann)2009-09-021-1/+1
* minor: formatting and commentsJustin Clark-Casey (justincc)2009-08-281-1/+12
* * Another attempt at fixing the random spurious test error.Teravus Ovares (Dan Olivares)2009-08-262-0/+21
* * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto2009-08-221-0/+5
* Moved AuthedSessionCache to where it is used -- Grid/InventoryServer.Diva Canto2009-08-222-650/+0
* Fixing a spot I missed in assets. Switching Grid to the new naming schema wit...Kunnis2009-08-192-3/+3
* Added MoveItems, which is most useful upon viewer-delete inventory operation....Diva Canto2009-08-191-0/+5
* A better purge of trash folder.Diva Canto2009-08-192-2/+4
* Added one conditional missing on login, for creating inventory if it doesn't ...Diva Canto2009-08-171-1/+13