===
* Improved Unicode support. Fixes failing tests and errors lowering Unicode
channel names.
* Sourceforge 18 - The ServerConnection and DCCConnection now encode any
strings as UTF-8 before transmitting.
* Sourceforge 17 - Updated strings.FoldedCase to support comparison against
objects of other types.
* Shutdown the sockets before closing.
Applications that are currently encoding unicode as UTF-8 before passing the
strings to `ServerConnection.send_raw` need to be updated to send Unicode
or ASCII.