Release Notes: Difference between revisions

m
#Dayfile and Standard Logfiles are now sources through SQLite. Although the text logfiles will continue in first instance, the performance of SQLite is such that it outperforms plain text file reads. Also the availability of SQL besides the Linq library of C# is advantageous.
#Use latest versions of libraries. This may have effect on FTP, FTPS and SFTP. Standing issues were:
##FTPS - not all servers were able to handle re-use of resource, maybe .NET5 solves this.
##SFTP - login with just un/pw.
##SFTP - login with just un/pw was not possible under mono, if it is neither under .NET5 the user will have to use another login possibility FTPS or use of a key.
#Renewed compliance to [https://validator.w3.org/ W3 markup validation].
#Map: Users will now always appear on the map, the link to their site is no longer compulsory (but highly appreciated).
#Logging: moved some messages to different classes (Tracing, Info, Warning, Error). In general the view of the logfile improved with less messages (up to level Info).