nomel7

Results 8 issues of nomel7

Currently in TopologyMaintenanceSessionImpl if a node receives a probe from another node it will avoid initiating a probing chain itself to avoid flooding the network. This is implemented in probeForLocation()....

If we are really below minPeers() then TrPeerManager should try spawn multiple assimilation requests in order for the node to try get back up to speed.

There is a chance, negligible in natural usage, possibly higher with an "attacker" that users with the same nickname and shortened key (see ShortenedPublicKeyFinder.getShortenedKey()) will collide and cause problems with...

We've changed the L&F to [Web Look and Feel](http://weblookandfeel.com/). This seems to have affected some of our Swing components in the wrong way. For example, certain button which were transparent...

GUI

The MicroblogPostPanel, which uses a JTable as its underlining Swing component, should display microblogs based on their relative size rather than a "one size fits all". Might be simple to...

GUI

We need a front end for the ContactBook. This should support CRUD functionality. Also, needs to support the ability to view a contact's full public key (for sharing).

GUI

A listener like registerFailureListener() but for a successful session would be helpful and would make broadcast a bit nicer.

Currently MicroblogHandler works fine along with MicroblogSessionImpl but things are perhaps not as explicit as they should be. MicroblogHandler really has two "loops" one to move through Microblogs and another...