Much better API for auth.{cpp, h}
authorest31 <MTest31@outlook.com>
Wed, 9 Mar 2016 02:12:22 +0000 (03:12 +0100)
committerest31 <MTest31@outlook.com>
Tue, 15 Mar 2016 04:55:49 +0000 (05:55 +0100)
commite0151d1054c9923630b8ae9cdae36efa261756d3
treec2045c38503457f34a95398630de772f4d709d7e
parentbb2ee54d3b841ebdb6c6a0b6573b64216ae0baae
Much better API for auth.{cpp, h}

* No function overloading
* Adhere coding style and with method names following
  lowercase_underscore_style
* Use std::string in external API, handling these is
  much more fun
src/client.cpp
src/network/serverpackethandler.cpp
src/script/lua_api/l_util.cpp
src/util/auth.cpp
src/util/auth.h