[root]/src/net/java/sip/communicator/impl/credentialsstorage

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 20 (100.0%) | 1287 (100.0%) | 64.3 |
| lubomir_m | 10 (50.0%) | 1151 (89.4%) | 115.1 |
| damencho | 2 (10.0%) | 66 (5.1%) | 33.0 |
| emcho | 5 (25.0%) | 47 (3.7%) | 9.4 |
| yanas | 2 (10.0%) | 15 (1.2%) | 7.5 |
| s_vincent | 1 (5.0%) | 8 (0.6%) | 8.0 |
Changes project name in source license headers from SIP Communicator to Jitsi
4 lines of code changed in:
Remove unused method and variable.
1 lines of code changed in:
Load Master Password Window before credential storage window and before provisioning.
14 lines of code changed in:
Fixes warnings and javadocs.
8 lines of code changed in:
Commits uiRegistration.patch provided by Dmitri Melnikov on the dev mailing list in the thread "password storage exception".
135 lines of code changed in:
Commits a part of the fix.patch provided by Dmitri Melnikov in the dev maling list thread "password storage exception" in order to try to address NullPointerExceptions.
9 lines of code changed in:
Commits migration.patch (migrates old passwords to the credential storage on startup) and passwordInput.patch (the OK button gets clicked when Enter is hit inside the master password entry field) provided by Dmitri Melnikov as part of Google Summer of Code 2010 on the dev mailing list in the thread "Password Storage in trunk".
57 lines of code changed in:
Fixing storing passwords and fixing build.
7 lines of code changed in:
Fix storing passwords on Linux, wrong key length. Now tries first the default key length(256) and if it fails it goes to 128.
Fix authentication failed detection when connecting to openfire.
59 lines of code changed in:
Commits passwdstorage2.patch provided by Dmitri Melnikov on the dev mailing list in the thread "Password Storage in trunk".
120 lines of code changed in:
Removes use of the String.isEmpty() method as it does not exist in Java 1.5
43 lines of code changed in:
Merges branches/gsoc10/passwdstrg@7435 which represents the work of Dmitri Melnikov on the "Password storage" GSoC 2010 project into trunk.
830 lines of code changed in: