summaryrefslogtreecommitdiff
path: root/indra/newview/lltwitterconnect.cpp
AgeCommit message (Collapse)Author
2015-06-17https://jira.secondlife.com/browse/MAINT-5283Rider Linden
The default behavior in the HTTP layer changed to follow redirects automatically. This was causing a problem with connecting to the SL share service which was attempting to riderect to the login page at the CURL level. Connections to SL Share will no longer redirect, corrected for Facebook, Flickr and Twitter.
2015-06-03Remove vestigial httpclient.h include from files that no longer need it.Rider Linden
2015-05-11Updated feature manager downloader to coroutine.Rider Linden
Added "raw" coroutine handler (returns raw result as LLSD::Binary) and split out the guts of the get, put, etc methods. Moved getStatusFromLLSD from HttpCoroHandler into HttpCorutineAdapter
2015-05-01Move remote parcel request to a coro in LLRemoteParcelInfoProcessorRider Linden
Fix typo in twitter. Disable unit test for remote parcel info request until test infrastructure for new core is done.
2015-04-20Convert twitter to coroutines.Rider Linden
2014-11-18Fix for gpu_bench crash without parallels knock-onGraham Linden
2014-06-17DRTVWR-354 : Rewrite Responders for Twitter and Flickr to conform to new ↵Merov Linden
LLHTTPClient interface. Fix merge error in Facebook connect as well
2014-02-26Changed SLShare photo upload filename to Untitled for the sake of default ↵Cho
Flickr title
2014-02-06fixed SLShare connection state issues for ACME-1298Cho
2013-12-05ACME-1043 : Use a clean browser for connection to Flickr and Twitter as wellMerov Linden
2013-11-26LLTwitterConnect and LLFlickrConnect now use caps again, instead of pdp15Cho
2013-11-13added fancier link description text and switched back to using dev servers ↵Cho
instead of caps for Flickr and Twitter
2013-11-13changed Twitter photo character limit to 100 just to be safe, and switched ↵Cho
to use cap server for Flickr and Twitter service
2013-11-06separated web floaters for Facebook, Flickr, and Twitter to fix ACME-1151Cho
2013-11-04added Twitter floater for ACME-1146, ACME-1147, ACME-1148, ACME-1149, and ↵Cho
ACME-1150
2013-11-02added Flickr floater for ACME-1136, ACME-1137, ACME-1138, ACME-1140, and ↵Cho
ACME-1141
2013-11-01added LLTwitterConnect for ACME-1133Cho