Commit Graph

23 Commits

Author SHA1 Message Date
c7eaec27d8 Update utils.py 2022-12-23 08:23:14 +08:00
97a79645b0 fix of issue #1261
split record by "."
idna.encode leads into full stop if the string starts with "_" or "-"
2022-12-12 17:31:32 +01:00
52169f698c undo of commit a7f55de
did not fix issue #1261
leaded into issue #1321
2022-12-12 17:30:42 +01:00
3e68044420 Update utils.py
This should fix the error you were experiencing, as it will now only attempt to process the `data` argument if it is a tuple containing two elements. If the `data` argument is not in the expected format, the function will simply return an empty string instead of raising an exception.
2022-12-09 08:15:13 +08:00
40deb3c145 Create method to encode and decode idna
Previously strings with characters like "ß" would throw and exception
This seems to happen because the lib behind encode().decode('idna')
cant handle characters like this
2022-04-25 10:05:46 +02:00
ba2423d6f5 fix if condition in pretty_domain_name (#1008) 2021-10-30 21:29:55 +02:00
79457bdc85 Bug domain parse (#936) 2021-10-30 21:06:44 +02:00
46993e08c0 Add punycode (IDN) support (#879) 2021-03-16 19:37:05 +01:00
0dfced4968 Upgrade pip packages 2020-10-10 20:27:09 +02:00
a3fd856dd8 Code refactoring and bug fixes 2020-06-19 08:47:51 +07:00
39db31b5ae Add missing ensure_list util function 2020-05-25 14:16:33 +01:00
2d55832729 Add missing format arguments for error message 2020-03-04 00:27:48 +01:00
52eb62a911 Fix unit tests
The python float number formatting causes unit tests failed
2020-02-13 16:22:07 +07:00
13aab7f6ee Merge pull request #645 from eht16/outgoing_request_logging
Add log message after remote server request
2020-02-12 09:45:12 +07:00
81bfde5a79 Add log message after remote server request
This might be handy to detect remote server problems or debugging
timeouts and the like.
2020-02-02 15:23:00 +01:00
68843d9664 Add new setting to verify outgoing SSL connections
The new setting 'verify_ssl_connections' tells the requests library to
verify secured outgoing HTTP connections.
Usually verifying is desired and helps to reveal configuration
problems. It also disables an ugly warning when HTTPS connections
are made without verification.
2020-01-25 19:44:11 +01:00
f5b88ebc73 Merge branch 'master' into record_adjustment 2019-12-16 15:54:38 +07:00
14658d797e Adjustment in domain's record applying 2019-12-14 14:47:21 +07:00
ad6b04bd78 LGTM fixes 2019-12-14 08:31:23 +07:00
c0594b2c0b Fix SAML 2019-12-13 21:55:11 +07:00
6af94df00a LGTM fixes. Remove unused import and variables 2019-12-07 20:20:40 +07:00
840e2a4750 Update docker stuff and bug fixes 2019-12-04 11:50:46 +07:00
8ea00b9484 Refactoring the code
- Use Flask blueprint
- Split model and views into smaller parts
- Bug fixes
- API adjustment
2019-12-02 10:32:03 +07:00