Interchangeable functions for clients are now fully asynchronous. This helps to improve efficiency.
1.2.0
Every interchangeable function for servers now must be asynchronous. This helps to improve efficiency down the line
1.1.3
A bug has been fixed when saving/loading server information to files.
1.1.2
Usage: python server.get_login_attempts( username = None, or string address = None, or string start_date = None, or datetime object or float (timestamp) end_date = None or datetime object or float (timestamp) )
1.1.1
PIckle has been removed due to serious security concerns and replaced with JSON. This means you can no longer send entire classes across the network at once - however it is worth removing the vulnerability.
1.1.0
Not secure
This release comes with greatly improved data transferring methods. Alvaro now uses Pickle to encode/decode data - allowing you to send all different types of information and even entire classes/objects!!
This release also comes with some better exception handling for any errors that may occur (This may change in the near future)