summaryrefslogtreecommitdiff
path: root/service/pixelated/bitmask_libraries/nicknym.py
AgeCommit message (Collapse)Author
2015-11-06Refactor - Removed class SoledadSessionJefferson Stachelski
The SoledadSession class was removed and some methods implemented there was moved to LeapSessionFactory and LeapProvider
2015-08-11[refactor] Extracts get_key logic, sharing itVictor Shyba
This avoids direct access to keymanager and reuses logic from NickNym class. -- Issue #422
2015-08-11always sending pubkey to nicknym for nowVictor Shyba
2015-08-11fixes mail fetcherVictor Shyba
2015-08-11look for public key, avoid duplication with unsync dbVictor Shyba
2015-08-11keymanager reenabledVictor Shyba
2015-06-10Provider web certificate will always be bytestring now, requests complains ↵Bruno Wagner
otherwise
2015-06-09Removed triplicated code to concatenate user mailVictor Shyba
2015-06-08Heavy rework on certs, removed most of it, simplified the logicBruno Wagner
2015-06-08Fixed certificates initialization and removed which_api_bundleBruno Wagner
2015-04-23Changes to streamline the session creation and authenticate with the ↵Bruno Wagner
external srp leap library
2015-03-31Better naming for which_bundle functionsFolker Bernitt and Victor Shyba
-- Issues #93 and #333
2014-11-20place and fixing pepDuda Dornelles
2014-08-25Add copyright and license notice to serviceAlexandre Pretto Nunes
2014-08-20Added setup.py and changed app to pixelated because it will be a packageBruno Wagner Goncalves