aboutsummaryrefslogtreecommitdiff
path: root/src/util/auth.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Much better API for auth.{cpp, h}est312016-03-151-11/+24
| | | | | | | | * 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
* Make early protocol auth mechanism generic, and add SRPest312015-05-111-0/+37
Adds everything needed for SRP (and everything works too), but still deactivated, as protocol v25 init packets aren't final yet. Can be activated by changing the LATEST_PROTOCOL_VERSION header to 25 inside networkprotocol.h.