- Modbus: more comments to remember some necessary changes. 2020-06-16, by Edouard Tisserant
- Modbus/BACnet : add some comments so that we don't forget some pending optimization. 2020-06-16, by Edouard Tisserant
- Modbus: Delete stored configuration when identical to default configuration. 2020-06-16, by Edouard Tisserant
- BACnet: prevent saving configuration that is same as default, delete it if so. 2020-06-15, by Edouard Tisserant
- BACnet and Modbus : fix configuration storage directory 2020-06-15, by Edouard Tisserant
- Runtime extrension web settings: distinguish display string and token when calling NS.newExtensionSetting, thus allowing meaningful name to be displayed instead of an id. 2020-06-15, by Edouard Tisserant
- Debug : when BEREMIZ_DEBUG file exist, display all commands issued in console. 2020-06-12, by Edouard Tisserant
- BACnet and Modbus : Simpler configuration management. NevowServer.py now allows each extension to create and delete multiple configuration forms in the setting page, deprecating delSettings and addAfter. 2020-06-12, by Edouard Tisserant
- BACnet and Modbus: Remove additional loading and unloading, use the one already in place for extensions. 2020-06-12, by Edouard Tisserant
- merge 2020-06-07, by Mario de Sousa
- Bacnet plugin web configuration: strip leading and trailing spaces for net. interface and port numb. 2020-06-07, by Mario de Sousa
- Modbus plugin, web interface: strip leading and trailing spaces from string parameters 2020-06-07, by Mario de Sousa
- Modbus plugin web interface: show the keyword "#ANY#" on TCP servers 2020-06-07, by Mario de Sousa
- Modbus plugin: fix bug: was checking user configuration against wrong limits 2020-06-07, by Mario de Sousa
- Modbus plugin: fix algorithm detecting Modbus TCP servers using the same IP port on the same network interface 2020-06-07, by Mario de Sousa