dnsimple / dns_erlang

Erlang DNS library.
Apache License 2.0
95 stars 25 forks source link

Replace deprecated calls. #11

Closed aeden closed 6 years ago

aeden commented 7 years ago

This PR replaces all old deprecated function calls with their replacements.

aeden commented 6 years ago

Closing this as I've implemented most of these in master. The one that I believe is still open is crypto:rand_uniform(0, 255) which doesn't have an obvious counterpart, and thus needs more testing.