aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-1513-0/+366
* * normalized line endingslbsa712007-10-151-305/+305
* Asset server implementation. Again one of these "plumbing" releases, where no...Tleiades Hax2007-10-131-34/+34
* I broke the build and am reverting until I can get the MainLog call proper.Charles Krinke2007-10-121-283/+283
* Turn a few of the writelines into mainlog entries so failed logins can be mor...Charles Krinke2007-10-121-7/+7
* Applied patch 485, inventory patch from tleiades (thanks again).MW2007-10-081-2/+2
* getting all our line endings consistant againSean Dague2007-10-051-1/+1
* * So, ok, maybe renaming serialized fields on a friday wasn't the smartest of...lbsa712007-10-053-304/+304
* * UserProfileData meets code conventionslbsa712007-10-053-304/+304
* == The "right name and place" commit ==lbsa712007-10-0511-23/+11
* * Moved IUserService to OpenSim.Framework.Interfaceslbsa712007-10-052-50/+1
* * Renamed IUserServices to IUserServicelbsa712007-10-053-4/+4
* Some continuation of lbsa71's refactoring of the CommunicationsManager.MW2007-10-031-0/+55
* Reverting back to 2017 since 2018 were causing Linux breakage; reopening Tlei...lbsa712007-09-278-347/+165
* * Tleiades patch #445 - the inventory folders displayed does not show the exp...lbsa712007-09-271-2/+2
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-278-165/+347
* * Now the OGS1GridServices has a LocalBackEndServices that it forwards intra-...lbsa712007-09-251-1/+1
* * Started major restructusing of comms to prepare for better grid and region ...lbsa712007-09-2411-41/+1629
* * Trying to streamline CommunicationsManagerlbsa712007-09-241-10/+9
* * reorder and renamelbsa712007-09-241-22/+20
* * Encapsulated all CommunicationsManager serviceslbsa712007-09-243-21/+68
* fixing me some line endingsSean Dague2007-09-173-427/+427
* Hopefully fixed the build error that I introduced with my last commit.MW2007-09-151-1/+1
* Testing to see if this fixes the editing appearance crash, or makes it (or an...MW2007-09-151-1/+9
* move the locks closer to the data, sqlite for assets now works like a champSean Dague2007-09-111-9/+3
* Trying some locks on asset database access. MW2007-09-111-10/+21
* added some debugging for tracing where asset code isn't working with sqliteSean Dague2007-09-101-298/+299
* mass update of urls in source code to new websiteSean Dague2007-09-1022-22/+22
* A couple of fixes to make sure db4o gets set as the default asset database. A...MW2007-09-102-0/+2
* hooked up sdague new sqlite asset database provider to the old asset system. ...MW2007-09-103-8/+305
* Some work on Module loading/management.MW2007-09-041-1/+6
* Added some place holder classes for various modules.MW2007-08-302-36/+40
* Fixed the problem of uploaded animations not showing up in inventory [Mantis ...MW2007-08-281-1/+1
* Deleted a few old files that are no longer used.MW2007-08-273-4/+396
* Stopped EntityBase from implementing IScriptHost, as don't think it should, m...MW2007-08-271-1/+1
* Another small tweak to image sending.MW2007-08-271-1/+2
* Tweaks to assetcache to make texture downloading better (I hope)Brian McBee2007-08-271-13/+14
* See if this fixes the 0x0 texture size problems, and speeds up texture downlo...MW2007-08-261-2/+3
* Another attempt to fix the image sending bug (next week, I intend to rewrite ...MW2007-08-263-35/+80
* Second attempt to commit : Test to see if this change improves or makes worse...MW2007-08-251-1/+1
* A little bit of cleaning up.MW2007-08-221-1/+1
* Can now turn on/off server side permission checking (on prim editing etc) fro...MW2007-08-213-11/+23
* Sqlite datastore should now save the textures and extraparams data (used by s...MW2007-08-192-12/+32
* Taking Prims (SceneObjectGroups) in and out of inventory should now work and ...MW2007-08-164-27/+79
* Can now set the plugins for standalone mode's Inventory database (default sql...MW2007-08-161-1/+6
* More work on inventory, can now create other inventory types, like Clothes an...MW2007-08-153-11/+141
* preliminary support for editing notecards and scripts. MW2007-08-145-11/+121
* Can now create some new empty inventory items (like notecards and scripts) fr...MW2007-08-141-2/+0
* Start of inventory items, when you upload a texture the data will now be stor...MW2007-08-145-11/+60
* More inventory work, should be able to now create new inventory folders and t...MW2007-08-143-25/+39