Commit Graph

181 Commits

Author SHA1 Message Date
akwizgran
f1e12c630f Several bug fixes for DuplexConnection, logging for ConnectionRegistry.
Some packet types weren't being generated or handled, connections
weren't properly disposed of when exceptions occurred.
2013-04-10 00:11:22 +01:00
akwizgran
0d0a0d3463 Minor logging changes for TCP plugins. 2013-04-10 00:06:25 +01:00
akwizgran
2daf2bf9d6 Documented the return value of incrementConnectionCounter(). 2013-04-10 00:03:38 +01:00
akwizgran
12d28433de Transport updates only contained one property per transport. 2013-04-10 00:01:50 +01:00
akwizgran
0958570405 Fixed invalid column indices - unit tests would have caught them. 2013-04-09 21:02:37 +01:00
akwizgran
84b34048ba Don't make empty offers. 2013-04-09 20:13:59 +01:00
akwizgran
c3d193f398 Erase tag key after use. 2013-04-09 20:11:16 +01:00
akwizgran
d6ffe9b3d0 Incorrect key derivation flag was stored during invitation process. 2013-04-09 20:06:10 +01:00
akwizgran
433fe94e61 Fixed an ambiguous column name, removed some logging. 2013-04-09 17:24:16 +01:00
akwizgran
6a280944ba Don't set socket timeout unless timeouts are expected. 2013-04-09 14:03:12 +01:00
akwizgran
de472ba2a6 Create an identity at startup if the database doesn't exist. 2013-04-08 16:01:52 +01:00
akwizgran
ce7e9e73c9 Fixed a wrong argument number in a prepared statement. 2013-04-07 21:10:08 +01:00
akwizgran
8c4ba716ff Temporarily disabled IPv6 support.
Some devices don't support IPv6, so we'll need to bind separate IPv4 and
IPv6 sockets and advertise both addresses.
2013-04-07 20:38:49 +01:00
akwizgran
2de3160c90 Strip interface name from host address if present. 2013-04-07 20:13:37 +01:00
akwizgran
5b37ff3a0e Simpler key rotation: rotation period R = C + L, retention period = 3R. 2013-04-05 21:15:24 +01:00
akwizgran
b109a94155 Added a factory method for local authors. 2013-04-05 21:13:24 +01:00
akwizgran
95484b5a00 Rewrote a query that appears to have been written while on crack. 2013-04-02 15:42:43 +01:00
akwizgran
02c23f1378 Don't erase the original password array, erase the copy. 2013-04-02 12:38:55 +01:00
akwizgran
84c07a2b9c Code cleanup: remove unnecessary annotations, moved some API constants. 2013-03-31 19:25:24 +01:00
akwizgran
5800949b26 Added spinners for selecting which identity to use.
(Although it isn't possible to create an identity yet...)
2013-03-30 19:18:34 +00:00
akwizgran
3309938467 Massive refactoring to use pseudonyms instead of nicknames for contacts.
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.
2013-03-29 19:48:23 +00:00
akwizgran
4a40de957c Removed Silvertunnel-based Tor plugin.
The Tor plugin tests are consistently failing with the latest versions
of Silvertunnel and Spongy Castle; we may need to ship native Tor
binaries for Windows/Mac/Linux and use Orbot on Android.
2013-03-26 13:47:24 +00:00
akwizgran
85700dc985 Store private keys for pseudonyms and restricted groups in the DB. 2013-03-23 17:07:28 +00:00
akwizgran
4e5366509d Android UI for blogs (restricted groups). 2013-03-23 14:30:59 +00:00
akwizgran
0c64649801 Moved a private method closer to where it's used. 2013-03-18 22:25:52 +00:00
akwizgran
b280e4cbcd Removed extraneous information from DB events. 2013-03-18 22:10:16 +00:00
akwizgran
540b98ae9b Limit the number of database threads. 2013-03-15 17:44:38 +00:00
akwizgran
3fcb30c207 Database executor parameters were causing performance problems. 2013-03-15 17:28:09 +00:00
akwizgran
5f8dba7bf6 Access result columns in order, in case it helps performance. 2013-03-15 16:55:29 +00:00
akwizgran
a94867907f Getting group message headers requires acquiring rating lock. 2013-03-15 16:52:56 +00:00
akwizgran
8b6bbd77ab Attach the IDs of expired messages to MessageExpiredEvent. 2013-03-15 16:34:38 +00:00
akwizgran
3fd23830c9 Use an unbounded executor for DB tasks, which may depend on each other. 2013-03-15 16:34:00 +00:00
akwizgran
23ab23a931 Attached data to DB events to avoid DB lookups; refactored UI code.
Fields in Android UI objects that are accessed from background threads
must be declared volatile. UI objects use data attached to DB events to
avoid DB lookups, which complicates the UI code but should improve
performance.
2013-03-14 22:46:57 +00:00
akwizgran
0280ea2aa9 Android UI for peer moderation. 2013-03-12 18:02:21 +00:00
akwizgran
d3b742e14c Renamed VerificationExecutor, as it may be used for any crypto task. 2013-03-12 16:19:36 +00:00
akwizgran
36df192521 String.isEmpty() doesn't exist until Java 1.6. 2013-03-12 16:07:22 +00:00
akwizgran
211950ce66 Added a factory method for unrestricted groups. 2013-03-12 14:42:28 +00:00
akwizgran
be3b0bf4d6 Renamed some factory methods. 2013-03-12 13:59:55 +00:00
akwizgran
768bd8d603 Exclude private messages when counting unread group messages. 2013-03-11 17:58:43 +00:00
akwizgran
89087a32c3 Added new database events to support updating the UI. 2013-03-11 17:33:28 +00:00
akwizgran
46e5cef46c Removed unnecessary final modifier. 2013-03-11 16:13:20 +00:00
akwizgran
056eaa2797 Bluetooth debugging and code cleanup.
Generate a random UUID instead of using a fixed UUID. Close sockets when
exceptions are thrown (not doing so can cause problems with subsequent
sockets on Android). Use a semaphore with tryAcquire() instead of a lock
when making alien calls, to avoid possible deadlocks.
2013-03-11 10:39:30 +00:00
akwizgran
cd5d922b5e Cleaned up Android Bluetooth reflection code and added logging. 2013-03-11 10:35:14 +00:00
akwizgran
a02ca4b356 Close invitation connections after use. 2013-03-11 10:31:31 +00:00
akwizgran
1ece8a05fb Stricter verification of public keys. 2013-03-07 21:01:44 +00:00
akwizgran
ecfb4e98a1 Forgot to specify NoPadding for temporary storage cipher. 2013-03-07 10:20:07 +00:00
akwizgran
edaf4e4b23 Temporary storage crypto doesn't need AAD, so it can use a Cipher. 2013-03-06 23:01:01 +00:00
akwizgran
666499337c Mark local messages read when they're added to the database. 2013-03-05 01:52:09 +00:00
akwizgran
cabc13a701 Increased queue capacity of database executor. 2013-03-04 23:54:13 +00:00
akwizgran
a651e8ef73 Removed subject line from wire format, added content type. 2013-03-02 04:45:02 +00:00