Andrew Bettison
5047e20bf0
Fix compile error with Java 1.6
2017-09-27 14:49:13 +09:30
Jeremy Lakeman
6853f9a3e6
Treat all IOExceptions and all Runtime exceptions after closing as EOF
2017-09-11 14:09:27 +09:30
Andrew Bettison
9ba74c6767
Update copyright messages in Java API
2017-09-11 11:39:44 +09:30
Jeremy Lakeman
34ad8c0fc0
Treat IllegalStateExceptions thrown by some implementations as EOFExceptions
2017-08-29 16:51:14 +09:30
Jeremy Lakeman
2356a8ec20
Fix follow / ignore failure handling
2017-06-28 12:08:05 +09:30
Jeremy Lakeman
89d5f877c1
Treat Subscribers as the same only if they have the same signing key
2017-06-20 16:31:56 +09:30
Jeremy Lakeman
ef2430fd58
Handle expected EOF after closing in a different thread
2017-06-20 16:31:20 +09:30
Jeremy Lakeman
9cb561229a
Allow following a feed that isn't in rhizome yet, and override the displayed name
2017-06-20 12:17:57 +09:30
Jeremy Lakeman
508e95436a
Add API's for marking a feed as blocked
2017-06-07 13:52:44 +09:30
Jeremy Lakeman
65bc309999
Allow POST requests with no Content-Length
2017-05-24 16:38:42 +09:30
Jeremy Lakeman
af2d32c25b
Add Java API for importing bundles with manifests in zip comments
2017-05-24 13:33:03 +09:30
Jeremy Lakeman
2db8c24e15
Use chunked transfer encoding and expect header in Java API
2017-05-23 11:37:26 +09:30
Jeremy Lakeman
cc0d6fcdb9
Return Invalid bundle status if rhizome manifest not found during import
2017-05-09 14:26:23 +09:30
Jeremy Lakeman
6c4e7de574
Add sender & recipient filters to rhizome restful api
2017-05-08 11:38:20 +09:30
Jeremy Lakeman
556dabe458
Flip sense of MeshMSMessage comparison to match other comparables
2017-04-26 14:11:25 +09:30
Jeremy Lakeman
7c4c242577
Add placeholder for blocked feeds
2017-04-24 14:52:25 +09:30
Jeremy Lakeman
fb2322d45f
Add Java Date for timestamps
2017-04-19 14:46:37 +09:30
Jeremy Lakeman
f060e4dc59
Add Java api for meshmb restful activity
2017-04-19 14:46:37 +09:30
Jeremy Lakeman
5ccff053c2
Add bundle author to feed metadata
2017-04-19 14:46:36 +09:30
Jeremy Lakeman
a0dbe115aa
Add Java API for managing subscriptions
2017-04-19 14:46:36 +09:30
Jeremy Lakeman
e7ca268dbc
Add restful API's for follow and ignore
2017-04-19 14:46:36 +09:30
Jeremy Lakeman
8571de4848
Avoid recompiling java class if they have not changed
2017-02-14 14:56:40 +10:30
Andrew Bettison
e769af0067
Compile Java during make, not during tests
...
Re-organised all Java source code under the java-api subdirectory, which
also contains a Makefile.in that performs the Java compilation. This
makefile is only invoked if ./configure finds a working Java compiler.
2016-11-14 11:28:08 +10:30