Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login changes, key registration and login, lots of small changes #710

Merged
merged 12 commits into from
Jul 17, 2016

Conversation

rmader
Copy link
Contributor

@rmader rmader commented Jul 17, 2016

This is a rather big PR with lots of login related code but also some other small fixes I made on the way.

The main features are public key registration/creation, public key login (roughly modeled after ssh2).

smaller fixes include:

  • httpservletqueries are now explicitly in UTF-8 format (instead of ISO_8859_1). This solves some encoding issues we had in some app before
  • the log system is now closed at the end, not together with other threads
  • all login code related to passwords is now moved to the login service
  • client handshake removed. use login service instead
  • some documentation
  • many more small fixes

rmader added 12 commits July 15, 2016 20:53
Add key registration and key handshake, lots of other changes/fixes
Add key registration and key handshake, lots of other changes/fixes
Fix for logging to be able to log during shutdown
Add key registration and key handshake, lots of other changes/fixes
Add key registration and key handshake, lots of other changes/fixes
Fix for logging to be able to log during shutdown
# Conflicts:
#	src/org/loklak/LoklakServer.java
#	src/org/loklak/api/cms/SignUpService.java
@shivenmian
Copy link
Member

+1

@shivenmian shivenmian merged commit e9bb44e into loklak:development Jul 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants