From: Steve Brokenshire Date: Mon, 6 Mar 2017 10:29:36 +0000 (+0000) Subject: TODO: Updated TODO list X-Git-Tag: release-0.18~16 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=2cdadb5395d22642039184f48a8bfb880f4e7f30 TODO: Updated TODO list --- diff --git a/source/TODO b/source/TODO index 95da986..b4fc7d8 100644 --- a/source/TODO +++ b/source/TODO @@ -32,3 +32,5 @@ This file contains tasks that need to be done for future versions of Xestia Addr - Take syncronisation code out of frmActivityMgr, place into a new "framework" and make it easily to test against through the unit testing application. - Implement the quit application function properly. +- Replace the code for getting SSL information for Linux systems with + data from the SSL context object as done with Win32 and macOS.