You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: History.txt
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,8 @@ Version 2.4xxx
43
43
- Changed: OpenZwave, kWh sensor now maybe compatible with more hardware
44
44
- Changed: OpenZwave, not sending cold-white in the colorclass, solved issues on different Zipato bulbs
45
45
- Changed: OpenZWave, Renamed internally 'Color Control' to 'Color"
46
+
- Changed: Webserver, Refactor the webserver server class to separate the HTTP and HTTPS implementation, and gather all server settings in the new server_settings and ssl_server_settings classes.
47
+
- Changed: Webserver, Add -sslmethod, -ssloptions and -ssldhparam arguments to domoticz executable.
46
48
- Fixed: Alert Sensor, displaying sValue again
47
49
- Fixed: Blockly, Set user variables (you need to resave your blockly's)
48
50
- Fixed: Blockly, string uservariables where saved with quotes when not using with set-after
@@ -82,7 +84,12 @@ Version 2.4xxx
82
84
- Fixed: Fix a security issue (DOS) in webserver to prevent a remote_endpoint exception to be thrown to the WebServer class causing the webserver to be down (no possible stop and no possible connection). Now, the webserver can be scanned using the nmap tool (for the SSL configuration purpose).
83
85
- Fixed: Under FreeBSD Hardware Monitor works, but it needs the libsysinfo package to work.
0 commit comments