Cockatrice/servatrice/src
ebbit1q 45d86e7ab7
allow login using hashed passwords (#4464)
* Support getting a user's password salt via initial websocket connection (added to Event_ServerIdentification)

* Nonsense stuff to figure out later

* move passwordhasher to correct location

* protobuf changes

* add ext to protobuf

* implement request password salt server side

* add supportspasswordhash to server identification

* check backwards compatibility

* reset some changes to master

* implement get password salt client side

* implement checking hashed passwords on server login

* check for registration requirement on getting password salt

* properly check password salt response and show errors

* remove unused property

* add password salt to list of response types

Co-authored-by: ZeldaZach <zahalpern+github@gmail.com>
2021-11-09 20:00:41 -05:00
..
smtp Search full subdirectory for custom databases (#4137) 2020-11-22 20:06:25 -05:00
isl_interface.cpp add option to delete a user's messages (#4362) 2021-09-14 16:05:20 -04:00
isl_interface.h add option to delete a user's messages (#4362) 2021-09-14 16:05:20 -04:00
main.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
main.h Refactor servatrice email send 2015-07-25 18:48:34 +02:00
servatrice.cpp add option to delete a user's messages (#4362) 2021-09-14 16:05:20 -04:00
servatrice.h Server Config Whitelist Email Providers (#4416) 2021-08-18 21:18:53 -04:00
servatrice_connection_pool.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
servatrice_connection_pool.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
servatrice_database_interface.cpp allow login using hashed passwords (#4464) 2021-11-09 20:00:41 -05:00
servatrice_database_interface.h allow login using hashed passwords (#4464) 2021-11-09 20:00:41 -05:00
server_logger.cpp qt 5.15 compatibility (#4027) 2020-06-19 10:50:09 -04:00
server_logger.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
serversocketinterface.cpp allow login using hashed passwords (#4464) 2021-11-09 20:00:41 -05:00
serversocketinterface.h allow login using hashed passwords (#4464) 2021-11-09 20:00:41 -05:00
settingscache.cpp qt 5.15 compatibility (#4027) 2020-06-19 10:50:09 -04:00
settingscache.h Fixed most issues from codacy (#3050) 2018-01-27 13:31:44 -05:00
signalhandler.cpp clangify everything with the new header sorting (#3908) 2020-03-18 17:36:02 -04:00
signalhandler.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00
smtpclient.cpp Clang-format (#3028) 2018-01-27 10:41:32 +01:00
smtpclient.h Clang-format (#3028) 2018-01-27 10:41:32 +01:00