Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-25Command-line UX overhaul (#8852)ohemorange
2021-05-24Upgrade pylint (#8855)Brad Warren
2021-04-13Define OS options by a dedicated object in Apache configurator (#8778)Adrien Ferrand
2021-04-08Use Python 3 style super (#8777)Brad Warren
2021-04-06Enable mypy strict mode (#8766)test-masterAdrien Ferrand
2021-04-02Upgrade to mypy 0.812 (#8748)Adrien Ferrand
2021-03-10Convert Python 2 type hints to Python 3 types annotations (#8640)Adrien Ferrand
2021-03-10Deprecate acme.typing_magic module, stop using it in certbot (#8643)Adrien Ferrand
2021-03-04Removed a Python 2 fallback in certbot.Reverter. (#8694)Mads Jensen
2021-02-26Stop inheriting from object. It's unneeded on Python 3+. (#8675)Mads Jensen
2021-02-26Python 3 obsoletes explicit __ne__ methods (#8676)Mads Jensen
2021-02-09Remove dependency on six (#8650)Brad Warren
2021-01-08Change the SUSE override to use apachectl (#8592)Antonio Larrosa
2020-12-10Deprecate support of Apache 2.2 in certbot-apache (#8516)Adrien Ferrand
2020-11-06Remove python_version setting from mypy.ini (#8426)Brad Warren
2020-09-23Convert http links to https (#8287)Cameron Steel
2020-09-19Use in dict rather than "in dict.keys()". Fix linting warnings about "not in"...Mads Jensen
2020-06-26Fix paths when calling out to programs outside of snap (#8108)ohemorange
2020-06-10Implement umask for Windows (#7967)Adrien Ferrand
2020-06-04apache: handle statically linked mod_ssl (#8007)alexzorin
2020-05-20Error out earlier in apache installer when mod_ssl is not available (#7984)ohemorange
2020-04-16Consolidate cover envs and default to py3-cover (#7905)Brad Warren
2020-04-13Minor bugfixes (#7891)Karan Suthar
2020-03-24[Apache v2] Load apacheconfig tree and gate related tests (#7710)m0namon
2020-03-24Disable TLS session tickets in Apache (#7771)ohemorange
2020-03-16Cleanup more pylint issues (#7848)Brad Warren
2020-02-27Merge pull request #7742 from osirisinferi/force-non-restrictive-umaskm0namon
2020-02-19Correct AutoHSTS docs (#7767)Brad Warren
2020-02-14Remove useless pylint error suppression directives (#7657)Adrien Ferrand
2020-02-06Missing importOsirisInferi
2020-02-06Wrap makedirs() within exception handelrsOsirisInferi
2020-02-04Use unrestrictive umask for challenge directoryOsirisInferi
2020-01-30Merge remote-tracking branch 'origin/master' into ap2_to_masterJoona Hoikkala
2020-01-30Remove SSLCompression off line from all config options (#7726)ohemorange
2020-01-25Disable old SSL versions and ciphersuites to follow Mozilla recommendations i...ohemorange
2020-01-17Spelling and grammar fixes (#7695)Ville Skyttä
2020-01-06Modifications needed for merging to masterJoona Hoikkala
2020-01-06Merge remote-tracking branch 'origin/master' into ap2_merge_masterJoona Hoikkala
2020-01-03Fix gating to ensure that no parsernode functionality is run unless explicitl...Joona Hoikkala
2019-12-19Implement get_virtual_hosts() for ParserNode interfaces (#7564)Joona Hoikkala
2019-12-11Lint certbot code on Python 3, and update Pylint to the latest version (#7551)Adrien Ferrand
2019-12-10[Apache v2] Implement parsed_files (#7562)Joona Hoikkala
2019-12-09Reorganize imports (#7616)Adrien Ferrand
2019-12-03[Apache v2] Move the apachectl parsing to apache_util (#7569)Joona Hoikkala
2019-12-02[Apache v2] Implement find_ancestors (#7561)Joona Hoikkala
2019-11-27Refactor tests out of packaged module for apache plugin (#7607)ohemorange
2019-11-25Make the contents of the apache plugin private (#7579)ohemorange
2019-11-18Implement add_child_comment (#7518)Joona Hoikkala
2019-11-15[Apache v2] Initial ApacheParser skeleton (#7559)sydneyli
2019-11-15fixes #7553 (#7560)Brad Warren