You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/lib
ThibG a0b614f10a Fix support for HTTP proxies (#11245)
* Disable incorrect check for hidden services in Socket

Hidden services can only be accessed with an HTTP proxy, in which
case the host seen by the Socket class will be the proxy, not the
target host.

Hidden services are already filtered in `Request#initialize`.

* Use our Socket class to connect to HTTP proxies

Avoid the timeout logic being bypassed

* Add support for IP addresses in Request::Socket

* Refactor a bit, no need to keep the DNS resolver around
7 years ago
..
activitypub Add support for Audio activities (#11189) 7 years ago
connection_pool Add request pool to improve delivery performance (#10353) 7 years ago
ostatus Change domain blocks to automatically support subdomains (#11138) 7 years ago
proof_provider Default to the web domain (eg. mastodon.lubar.me) instead of the local domain (eg. lubar.me) for keybase proofs (#10565) 7 years ago
settings Merge branch 'master' into glitch-soc/merge-upstream 7 years ago
activity_tracker.rb Create Redisable#redis (#9633) 7 years ago
application_extension.rb
delivery_failure_tracker.rb
entity_cache.rb Remove intermediary arrays when creating hash maps from results (#9291) 7 years ago
exceptions.rb
extractor.rb
fast_geometry_parser.rb
feed_manager.rb Use a redis-cached feed for the DM timeline 7 years ago
formatter.rb Fix rendering of emoji in public pages 7 years ago
hash_object.rb
inline_renderer.rb Add conversations API (#8832) 7 years ago
language_detector.rb Change language detector threshold from 140 characters to 4 words (#10376) 7 years ago
potential_friendship_tracker.rb Create Redisable#redis (#9633) 7 years ago
proof_provider.rb Add Keybase integration (#10297) 7 years ago
request.rb Fix support for HTTP proxies (#11245) 7 years ago
request_pool.rb Add request pool to improve delivery performance (#10353) 7 years ago
rss_builder.rb
sanitize_config.rb Fix sanitizer making block level elements unreadable (#10836) 7 years ago
sidekiq_error_handler.rb Fix statsd UDP sockets not being cleaned up in Sidekiq (#11230) 7 years ago
status_filter.rb
status_finder.rb
tag_manager.rb
themes.rb Allow selecting both default flavour and theme 7 years ago
user_settings_decorator.rb Merge branch 'master' into glitch-soc/merge-upstream 7 years ago
webfinger_resource.rb