|---> DFileServer 2.1.0 - 2025-04-19 [The Red Deer Redemption]
| | - Redesigned and updated Interprocess Messenger that allows task sending down a
| | channel that can be accepted and locked in by a single thread that can take it.
| | - Interprocess Messengers can pause ( with or without a timeout ) until a message is
| | received, removing the need for sleep delays on threads that primarily respond to messages.
| | - Network stack broken into a listener thread, and multiple HTTP delivery threads,
| | finally making good on the 2.0 promise of scalable threading.
| | - Directory Index updated to a new modern cleaner look.
| | - IPv6 support and HTTPS ( IPv4 ) support.
| | - Newly implemented TCPInterfaces structure that allows for multiple Interfaces
| | (IPv4, IPv6, HTTPS IPv4) to be bound to ports, and allowing for them to be active
| | at the same time if wanted, allowing for the server to distribute across a vast array
| | of protocols simultaneously. Work is going to be going on this to allow them to distribute
| | differently as well in the future, but for now this works.