-----------------
Features:
* Added SSL/TLS support to socket server
* Added support for HTTP and websockets using aiohttp
* Added support for ``server.on`` for easier event filtering to a server
Internal:
* Moved ``mara.clients`` to ``mara.server.connections``
* Renamed ``*Client`` classes to ``*Connection``
* Changed ``server.clients`` to ``server.connections``
* Changed ``ClientEvent.client`` to ``ConnectionEvent.connection``
Bugfixes:
* Fixed issue with multiple telnet servers