Add deprecation warning, redirect to elixir-tdlib
Fix type issue in example config file
Update mix.exs and changelog for version 0.1.1-alpha
Fix notification of authkey's generation
Fix typo in auth_key_handler
Remove or fix old broken tests + update dependencies
Merge pull request #14 from Fnux/auth-refactoring
AuthKey generation refactoring
Add a few @TODO at the top of auth_key_handler.ex
More validations during the generation of the AuthKey
Add new_nonce_hash1 check + Fix server_salt serilization
Fix old workaround + Fix auth_key presence check sending encrypted msgs
Restructure sessions' supervision tree
Handle AuthKey generation with a dedicated process
Fix initial bad_server_salt (endianness issue)
Use a struct to store Payloads after parsing
Fix (Hope) 'bad_msg_notification' errors
Add configuration section to the readme