Peter Bieringer
|
9787f87cc7
|
make tox happy
|
2024-12-14 08:36:03 +01:00 |
|
Peter Bieringer
|
119cefce34
|
Improve: log important module versions on startup
|
2024-12-14 08:22:22 +01:00 |
|
Peter Bieringer
|
416081a81f
|
review, calculate also max TLS version
|
2024-11-14 07:38:03 +01:00 |
|
Peter Bieringer
|
243b888c8e
|
fix unsupported log level
|
2024-11-14 07:38:03 +01:00 |
|
Peter Bieringer
|
9ecb95ce37
|
feedback from isort
|
2024-11-14 07:38:03 +01:00 |
|
Peter Bieringer
|
fb904320d2
|
add support for ssl protocol and ciphersuite
|
2024-11-14 07:38:03 +01:00 |
|
Mathieu Dupuy
|
34b449f27f
|
chore: pyupgrade --py38-plus
|
2024-08-06 13:49:23 +02:00 |
|
Unrud
|
2b8f4b9419
|
Replace pkg_resources with importlib for Python >= 3.9
Fixes #1184
|
2022-04-04 18:18:50 +02:00 |
|
Unrud
|
bbaf0ebd8c
|
Change name in file header
|
2021-12-09 16:55:46 +01:00 |
|
Unrud
|
cecb17df03
|
More type hints
|
2021-09-26 22:24:45 +02:00 |
|
Unrud
|
9c622b57d5
|
Allow callable in configuration for plugin.type
Example:
```python3
\# Load default configuration
my_config = config.load()
\# Pass a class directly
my_config.update({"auth": {"type": MyAuth}})
\# Pass an object directly
my_rights = MyRights()
my_config.update({"rights": {"type": lambda config: my_rights}})
app = Application(my_config)
````
|
2020-04-09 22:01:35 +02:00 |
|
Unrud
|
0cd95f8a39
|
Rename loader to load_plugin
|
2020-01-15 00:33:21 +01:00 |
|
Unrud
|
8543f3ea1d
|
Extract method loader()
|
2020-01-14 22:43:48 +01:00 |
|