Download

Problems

Search for solutions in our discussion group.

If you can't find a solution after thoroughly searching the discussion group, join the group and send us an email with a descriptive, specific subject. We will be glad to help.

Third Party Criticism

Find recent criticism on Sneer by other people using this Google search.

We value feedback a lot. If you post criticism about Sneer, please include the phrase "Sneer can improve". This will help people find your post using the link above.

Please be constructive and give concrete examples of what you are talking about.

Security

Security is built into Sneer from the beginning:
  • Each brick runs in its own classloader so that it can be sandboxed using the Java security model. However, Sneer is NOT sandboxing them yet.
  • All data communication passes through a single point in the code, allowing data encryption to be added when that becomes a priority.
  • Each Sneer user has their own "Seal" (a SHA512 hash of an ECDSA256 public-key) for authentication, although it is NOT being enforced right now.
So, simply DO NOT run 3rd party bricks you don't trust and do not use Sneer to host or transfer security-critical information just yet.

GUI Freeze-ups

The GUI is not stable yet and will occasionally freeze-up. We are pushing the limits of existing GUI frameworks, which are mostly geared toward having the GUI initiate events and not asynchronously reacting to events in the system. Swing and GUI experts in general are very welcome to the project.