X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=blobdiff_plain;f=doc%2FTODO;h=b1e92c91f257d4594c58480aa5d3389b5d0967b5;hp=ca94247d5a63f468ce1368d5cb29b6b4bc7ff6f9;hb=b7b85a5b93bda56aa8c3fcb6e427c7126dab165c;hpb=142d5fc62cec0810847f2d19fe7ad228bed7cbf2 diff --git a/doc/TODO b/doc/TODO index ca94247..b1e92c9 100644 --- a/doc/TODO +++ b/doc/TODO @@ -12,6 +12,9 @@ Protocol-visible features: * Implement some encryption for the UI channel (probably TLS) Enhancements: + * Implement real Unicode support instead of using wchar_t. + * Upgrade file handling code (including integer handling in the + protocol code) to always use 64-bit file offsets and sizes. * Maybe find some external HTTP library which is better than the internal httplib.