aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/UploadBakedTextureModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove the option to store baked textures on assets service, thats suicide ↵UbitUmarov2017-05-311-153/+2
| | | | use xbakes
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-5/+5
|
* seems to compile ( tests comented out)UbitUmarov2015-09-021-197/+7
|
* bad merge?UbitUmarov2015-09-011-0/+184
|\
| * DANGER... changed bakedtextures caching. Assuming grid baking is cacheUbitUmarov2014-08-071-68/+56
| | | | | | | | only, reduced number of accesses to it. TESTING
| * bakemodule didnt like last changesUbitUmarov2014-08-061-5/+3
| |
| * some debug to remove laterUbitUmarov2014-08-061-0/+6
| |
| * Merge branch 'master' into careminsterMelanie2013-11-081-1/+1
| |\ | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
| * \ Merge branch 'master' into careminsterMelanie2013-07-131-16/+28
| |\ \ | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/Caps/UploadBakedTextureModule.cs
| * | | * Handle a NRE with Baked Textures that may result in a failed appearance. ↵teravus2013-01-221-3/+18
| | | | | | | | | | | | | | | | This may be an issue, or it may be a symptom.
| * | | * Fixed a bug that replayed old cached appearance when changing outfitsteravus2012-12-311-41/+82
| | | | | | | | | | | | | | | | | | | | | | | | * Added suser(bad client) DOS protection by limiting the max cacheitems to the maximum sane amount. * Prevents potential numerous loops from running amok and index errors if the client purposely provides bad cache info. * If the XBakes service wasn't running, the SetAvatarAppearance routine would crash when contacting the XBakes service even though it was in a Try/Catch for the appropriate error type. It only properly error handles with the type Exception :(. (commented on that because it's unusual)
| * | | * This finishes the implementation of AgentCachedTexture. Requires the ↵teravus2012-12-291-4/+136
| | | | | | | | | | | | | | | | XBakes Module and service for full functionality. Previous no-cache functionality works without the service and module. In some ways, I would have been happier not putting an AssetBase in WearableCacheItem.. but turns out it was probably unavoidable. No additional locks, yay.
* | | | minor: Comment out Cacheitems debug log lines for nowJustin Clark-Casey (justincc)2014-05-021-6/+6
| | | |
* | | | Dropping the rest of Avination's modified appearance code for core.Melanie2014-02-041-28/+198
| |_|/ |/| | | | | | | | Module to follow.
* | | minor: remove mono compiler warnings in AvatarPickerSearchModule and ↵Justin Clark-Casey (justincc)2013-10-311-2/+1
| |/ |/| | | | | UploadBakedTextureModule
* | Changed UploadBakedTextureModule so that it uses the same pattern as the ↵Diva Canto2013-07-121-8/+27
|/ | | | others, in preparation for experiments to direct baked texture uploads to a robust instance. No functional or configuration changes -- should work exactly as before.
* Cleanup on region modules: gave short node id's to all of them.Diva Canto2012-11-121-1/+1
|
* Consolidate PersistBakedTextures, DelayBeforeAppearanceSend and ↵Justin Clark-Casey (justincc)2012-08-031-3/+3
| | | | | | DelayBeforeAppearanceSave into [Appearance] section from [Startup] config section so that all appearance settings are in the same place and not in the startup bucket. All these settings are in OpenSimDefaults.ini only. If you are using them then please adjust your OpenSim.ini
* Implement optional name and description on http stream handlers so that we ↵Justin Clark-Casey (justincc)2012-05-031-1/+3
| | | | | | can relate a slow request to what the handler actually does and the agent it serves, if applicable. This is most useful for capabilities where the url is not self-describing.
* Stop accidentally setting up the UploadTexture caps handler with the same ↵Justin Clark-Casey (justincc)2011-12-061-1/+1
| | | | | | | | url for all users This meant that if a user exited the region, the UploadTexture handler would be effectively removed for everyone, causing subsequent failures. This hopefully resolves the recent UploadTexture LLSD problems This was a regression in 5640f2e (Thu Dec 1 23:24:15 2011 +0000)
* refactor: Separate the upload baked texture handler out from BunchOfCapsJustin Clark-Casey (justincc)2011-12-011-0/+112