- Feb 10, 2016
-
-
akwizgran authored
-
- Jan 20, 2016
-
-
akwizgran authored
-
- Dec 17, 2015
-
-
akwizgran authored
-
- Dec 16, 2015
-
-
akwizgran authored
-
- Dec 15, 2015
-
-
akwizgran authored
-
- Jan 08, 2014
-
-
akwizgran authored
-
- Dec 19, 2013
-
-
akwizgran authored
Private messages are now the same as group messages, but groups can be private or public. When a contact is added, a private group is created and designated as the inbox for exchanging private messages with the contact.
-
- Dec 11, 2013
-
-
akwizgran authored
This produces a saner user experience when devices have differing clocks.
-
- Sep 27, 2013
-
-
akwizgran authored
-
- Jun 17, 2013
-
-
akwizgran authored
-
- Mar 29, 2013
-
-
akwizgran authored
The invitation and private messaging UIs are currently broken. Some key rotation bugs were fixed; others may have been created (unit tests needed). An encoding for private keys was added. Pseudonyms were moved out of the messaging package and ratings were moved in.
-
- Mar 12, 2013
-
-
akwizgran authored
-
- Mar 02, 2013
-
-
akwizgran authored
-
- Feb 28, 2013
-
-
akwizgran authored
-
- Jan 30, 2013
-
-
akwizgran authored
-
- Dec 05, 2012
- Oct 30, 2012
-
-
akwizgran authored
-
- Nov 18, 2011
-
-
akwizgran authored
-
- Jul 14, 2011
-
-
akwizgran authored
Retrieve messages from the database in raw form to avoid creating unnecessary short-lived objects. Added timestamps to headers.
-
- Jul 13, 2011
-
-
akwizgran authored
Rewrote the bundle reading and writing code to eliminate copying. Signatures and digests are now calculated on the fly as the data is read or written. This is a little bit tricky in the case of reading because ReaderImpl uses a lookahead byte, so the signature and message digest need to lag one byte behind.
-
- Jun 21, 2011
-
-
akwizgran authored
-