safer sessionsaving

This commit is contained in:
joonicks
2018-12-12 14:30:01 +01:00
parent a882fe9b6e
commit 1a72d7c537
5 changed files with 23 additions and 5 deletions

View File

@@ -1,5 +1,8 @@
3.1 -- WORK IN PROGRESS (~May, 2018)
* Changed: Session config is saved to "filename.sessiontemp" and once the save is complete
its moved to "filename.session", just in case something happens that might create a corrupt
session file (eg, SIGSEGV).
* Added: SERVERSILENCETIMEOUT, maximum idle timer for server connection. in case of lost FIN packets
* Fixed: Compiles clean with -std=c89
* Added: $guid to esay variables