summaryrefslogtreecommitdiff
path: root/src/listeners/pincodelistener.cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-03-09Fix clang-tidy errors.Andrei Karas1-1/+1
2018-03-08Add support for enter auth pincode.Andrei Karas1-0/+48
2018-03-07Add support for set new pincode.Andrei Karas1-40/+0
Add pincode dialog and widget.
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-17Remove getter for charServerHandler.Andrei Karas1-1/+1
2014-09-12fix code style.Andrei Karas1-1/+2
2014-09-06Add partial pincode sending.Andrei Karas1-1/+4
Need reverse or find way how to encrypt pincode. For now pincodes not supported.
2014-09-06add basic implimentation for set pincode.Andrei Karas1-0/+37
For now it not sending pincode to server.