aboutsummaryrefslogtreecommitdiff
path: root/src/feature/hs/hs_config.c
AgeCommit message (Expand)Author
2023-05-10hs_pow: Make proof-of-work support optional in configureMicah Elizabeth Scott
2023-05-10hs_pow: Rate limited dequeueMicah Elizabeth Scott
2023-05-10fix typo in HiddenServiceExportCircuitIDMicah Elizabeth Scott
2023-05-10hs: Setup service side PoW defensesDavid Goulet
2021-10-19Merge branch 'maint-0.4.6'David Goulet
2021-10-19Merge branch 'ticket40476_045_01' into ticket40476_046_01David Goulet
2021-10-19hs: Improve warning for bad service versionDavid Goulet
2021-10-14hs: Fix memory leak if service failed to configureDavid Goulet
2021-06-28If TestingTorNetwork, skip perm check on the hs directorySteven Engler
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2021-02-19hs-v2: Warn of v2 obsolete if configuredDavid Goulet
2021-02-19hs-v2: Removal of service and relay supportDavid Goulet
2021-02-19hs: Rename service config port objectDavid Goulet
2021-02-19hs-v2: Remove client supportDavid Goulet
2020-11-12Fix typos.Samanta Navarro
2020-03-30Use a macro to make our hs_opts checking terser.Nick Mathewson
2020-03-30Use SECTION_HEADER, not "HiddenServiceDir".Nick Mathewson
2020-03-30Derive hidden service configuration from hs_opts_t.Nick Mathewson
2020-03-30Start using confmgt logic to parse HS configuration.Nick Mathewson
2020-03-30Use config_lines_partition() to parse hs config sections.Nick Mathewson
2020-01-21hs-v3: Add the Onion Balance config file optionDavid Goulet
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-12-20Code Style: Delete PRIVATE defines that are never usedteor
2019-11-07Fix various doxygen comments in feature/hs.Nick Mathewson
2019-10-01Help users who try to use v2 client auth in v3 onions.George Kadianakis
2019-08-26hs-v3: Log info INTRO2 DoS defenses service valuesDavid Goulet
2019-08-26hs-v3: Implement torrc DoS defenses optionsDavid Goulet
2019-04-24hs_config: Allow Tor to be configured as an IPv6-only v3 single onion serviceteor
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-10-30Detect the onion service version and then check for invalid options unless we...Neel Chauhan
2018-09-20Support 'none' in torrc for HiddenServiceExportCircuitID.Alexander Færøy
2018-09-15Change HiddenServiceExportCircuitID to take a string parameter: the protocol.Alexander Færøy
2018-09-15Introduce per-service HiddenServiceExportCircuitID torrc option.George Kadianakis
2018-09-07hs-v3: Load client authorization secret key from fileSuphanat Chunhapanya
2018-08-22hs: Learn service version by trying to load the keysDavid Goulet
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-05Move literally everything out of src/orNick Mathewson