Cynthion
Cynthion
I extended the [IUserManagement](https://github.com/Hive2Hive/Hive2Hive/blob/master/org.hive2hive.core/src/org/hive2hive/core/api/interfaces/IUserManager.java) interface and implemented isRegistered() and isLoggedIn().
Very good idea! I would appreciate if we could introduce separate packages for both unit and integration tests. If we want, we could add a "IT" suffix to integration tests....
While doing the conceptional work, we should also respect some future requirements of which we already know. For example the version conflict handling, etc. In general, what are your ideas...
I implemented some basic events that come in handy for a developer. So far I added events for local user management (register, login, logout). This is nothing that wouldn't have...
What's the status?
I would like to see such events for all operations: File Management: - A file is recovered remotey User Management: - A user has logged in on another/remote User Client...
> Do you need something more? I tried to come up with a checklist while imaging that I want to build a user-friendly UI. Please edit this comment directly to...
@bitsquare These application ideas look vastly interesting. I didn't think that there are so many application scenarios in the Bitcoin space. We are looking forward to see such software in...
This is possible. A new process would include the following steps: - download the UP - decrypt the UP (done automatically) - set the new password (make sure the pin...
> An option would be that the developers can chose between the available crypto-libraries Of course, that was in my mind. We could hide it behind an interface and let...