aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/gnunet/voting/messages
Commit message (Collapse)AuthorAge
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* - fix election cryptoFlorian Dold2014-03-30
| | | | | | | | | - multi-way elections - high-level signature containers - fix bug in mesh test case - fix bug in Strings.java - ivy repo
* - simplify request containersFlorian Dold2014-03-11
| | | | | | | - statistics bugs - fix missing annotation in consensus api - work on voting
* - add encrypted vote classFlorian Dold2014-02-25
| | | | | - remove unused / renamed messages
* - support mesh's new NACK messageFlorian Dold2014-02-25
| | | | | | | | | | - remove - python test skeleton for voting - encrypted votes - establish threshold key during ballot registration - ballot tool can request threshold public keys from authorities
* -fix #3076Florian Dold2013-10-29
|
* - automatic test for votingFlorian Dold2013-10-29
| | | | | - signed messages
* - use identity in votingFlorian Dold2013-10-21
| | | | | | | | - group certificate tool instead of ca daemon - consensus api fully implemented, consensus+testbed test - authorities use consensus - some progress on transport api
* - started implementing new cryptoFlorian Dold2013-10-15
| | | | | - $-expansion and XDG in config
* - identity service implementedFlorian Dold2013-10-08
| | | | | | | | | - started with arm implementation - removed locking from scheduler - separated TaskConfiguration and TaskIdentifier - implemented proper message stream tokenizer - work on voting
* - testbed: create/destroy, start/stop, getInformation, connectOverlay ↵Florian Dold2013-09-25
| | | | | | | | | implementation and tests - voting: ballot serialization/deserialization, unencrypted tally authority implementation, ballot tool works for register/vote/query - issues
* - fix schedulerFlorian Dold2013-09-11
- thread-safe scheduler - work on voting