aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications (unfollow)
Commit message (Expand)AuthorFilesLines
2007-11-24* Removed references to "new LLUUID()", replaced with LLUUID.Zero.Adam Frisby1-2/+2
2007-11-23* Refactored NumPackets calculationlbsa711-20/+21
2007-11-21* Did some initial work for prim crossing. Just glue so far.Teravus Ovares1-0/+7
2007-11-19* Changed namespacelbsa712-2/+0
2007-11-18* Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...Teravus Ovares2-11/+11
2007-11-18cleaned up some mono compiler warningsJeff Ames1-2/+2
2007-11-18first stab at implementation of CopyInventoryItemJeff Ames3-14/+33
2007-11-17catch exceptions when loading malformed xml filesJeff Ames2-17/+34
2007-11-16More cleaning up when deleting regions from a instance. NOTE: IGridServices.D...MW1-0/+1
2007-11-14Another try: Fix moon bleeding over into linden grid. Need to clear your cach...Brian McBee1-2/+2
2007-11-13* Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m...Teravus Ovares3-0/+30
2007-11-13Some work on being able to set/send a users Buddylist info. (added handling c...MW1-1/+63
2007-11-11Fixed bug in assetcache where certain textures were not being packetized corr...Brian McBee1-1/+1
2007-11-09* Fixed compile issue.Adam Frisby1-1/+2
2007-11-09* Added a mutex to the LoginService allowing only a single login simultaneous...Adam Frisby1-82/+93
2007-11-06* Added better logging to AssetCachelbsa713-94/+101
2007-11-04Some more refactoringMW1-0/+1
2007-11-04Do I really have to write a log entry, can't I just hide this commit somewher...MW1-1/+2
2007-11-03*Master Avatar can be specified by a previous UUID in either grid mode or sta...mingchen1-0/+1
2007-11-03testing different rest post method/class for Grid asset client. (possible tha...MW1-10/+12
2007-11-01debug tracing for asset server hangsSean Dague3-4/+16
2007-11-01* Diuerse beavtificatemslbsa712-5/+5
2007-11-01renamed FetchAsset to RequestAsset on IAssetServer, as think its a more fitti...MW2-5/+5
2007-11-01Test on the grid asset problem, don't update to this version unless you just ...MW2-62/+43
2007-10-31* Took a stab at #500 by making sure there is only one place stuff gets added...lbsa711-77/+37
2007-10-31Improved logging, to identify which asset fetch caused an execption during re...Tleiades Hax1-0/+1
2007-10-31added .dat extension to dumped asset filesJeff Ames1-1/+1
2007-10-31made illogical bitwise operations logicalJeff Ames1-1/+1
2007-10-30* Optimized usingslbsa7140-1079/+832
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW19-54/+37
2007-10-29Fixed a bug in SQLAssetServer that only seemed to be a problem when running u...MW2-3/+4
2007-10-29fixed one bug (where the assets we read and created from the OpenSimAssetSet....MW1-1/+5
2007-10-29* Removed AssetNotFound as it crashes clientlbsa711-13/+13
2007-10-29Started the process of cleaning up AssetCache and moving most of the code int...MW1-77/+91
2007-10-29normalized line endingsJeff Ames1-160/+160
2007-10-27* Added 'Jim' and 'Goblin' shapes; not available in inventory yet thoughlbsa711-1/+3
2007-10-26* Added prototypical AvatarFactory module interface to load avatar parameterslbsa7111-101/+87
2007-10-26Region ground texture was not marked as temporary, when being created, and as...Tleiades Hax1-7/+9
2007-10-26Very early first implementation of grid based assets.Tleiades Hax5-38/+272
2007-10-25fix line endingsSean Dague2-491/+491
2007-10-25Created a generic RESTClient component, which simplifies querying for resourc...Tleiades Hax2-0/+491
2007-10-24Part of supporting gridwide assetss. A little premature release, but I'm tire...Tleiades Hax1-23/+1
2007-10-22* Removed plenty more untagged console messages. Everything now has shiny gro...Adam Frisby2-3/+2
2007-10-22* Return of R2162. /Take that SVN!/Adam Frisby6-9/+9
2007-10-22revert r2162 as it completely clobbered all the work onSean Dague6-10/+10
2007-10-22* Major ass commit.Adam Frisby6-10/+10
2007-10-21* Added a lock to the user profile cache to prevent simultaneous duplicate ad...Adam Frisby1-10/+14
2007-10-19get rid of all the ^M line endingsSean Dague4-782/+782
2007-10-19* some more refactoring + bugfixlbsa713-126/+127
2007-10-19* Total refactoring of Asset Server for massive winlbsa714-565/+331