5be077e25d
Clean up single char indexOf()
2016-12-02 18:52:37 +00:00
5b31540fe8
Console: Version the css links
2016-12-02 17:23:02 +00:00
04321e6af3
remove jump server
2016-12-01 14:29:02 +00:00
850f1504f7
NetDb: Add MTU, SSU caps, IPv6 prefix, and cost lookups
2016-11-27 15:46:07 +00:00
8d494ad162
Lookup by port and sig type
2016-11-26 17:43:18 +00:00
5a87c232ea
NetDb: Add advanced lookup form
...
Fix /16 and /8 lookup
Fix tab highlighted for all lookups
Add sybil points for banlist
2016-11-26 15:11:06 +00:00
e3435dce10
sybil tweaks
2016-11-25 13:54:17 +00:00
497d08845c
add links
2016-11-24 18:12:18 +00:00
cc6cd9e402
Sybil tool enhancements
2016-11-24 18:04:40 +00:00
64f5fed05a
blocklist feed tweaks
2016-11-24 13:54:54 +00:00
1d280156a2
Console: Lookup RI by IP with netmask
2016-11-23 18:08:15 +00:00
08f7e5d6a8
ip links
2016-11-23 17:08:13 +00:00
b72b768945
Console: Lookup RI by IP
2016-11-23 16:13:07 +00:00
89733251d4
Console: Lookup RI by caps
...
stub out lookup by IP
2016-11-23 16:00:36 +00:00
625e992c91
News: Add command line support
2016-11-23 14:06:33 +00:00
62064da081
News: Support blocklist in the news feed (proposal 129)
2016-11-23 13:54:05 +00:00
97af7d0622
margins on /configlogging
2016-11-20 15:43:16 +00:00
b0bba18f33
Build: Add manifest attributes for java version to all jars and wars
2016-11-17 15:14:50 +00:00
70902bd279
Tomcat 6.0.48
2016-11-17 14:56:52 +00:00
cd4d5a39bf
Console: Add netdb lookup by family
2016-11-17 14:33:33 +00:00
37d3204e43
Router: Add methods to verify and track members of our family;
...
use on sybil page
2016-11-16 18:01:24 +00:00
126850626c
socks findbugs
2016-11-16 15:26:19 +00:00
42cbc1e9ac
Console: Remove dead home page links
2016-11-16 12:34:24 +00:00
75d599e061
Handle case where it was an emptyList
2016-11-13 16:11:19 +00:00
efd953f3d4
Console: Add initial news to bottom of news page so it doesn't disappear (ticket #1153 )
2016-11-13 15:56:47 +00:00
0108c1c290
i2psnark: Periodically DHT nodes (ticket #1328 )
2016-11-13 13:48:38 +00:00
f69c0998ea
Susimail: Fix nonce error on login after logout
...
Fix internal error after cancel button on settings form when not logged in
2016-11-12 20:10:58 +00:00
35548ff9be
Susimail: Add logout button to more pages (ticket #1374 )
2016-11-12 19:43:00 +00:00
2c65173bec
Console: Add IPv6 firewalled setting on /confignet
2016-11-12 15:14:43 +00:00
6acc23af00
Console: Fix inadvertent config save when clicking restart or shutdown
...
on /configstats
2016-11-12 14:54:56 +00:00
d7a84c88cd
JRobin: Move DeallocationHelper logging from wrapper log to router log
...
Fix redundant cast
2016-11-12 12:29:30 +00:00
c9c29520b4
Consistently log authentication failures for all interfaces
2016-11-06 17:20:35 +00:00
26a24a98ed
add java 9 log warning
2016-11-06 15:31:01 +00:00
e8de1daf65
Util: Consolidate linux service detection code
2016-11-06 00:49:34 +00:00
11e86110e7
Build: Add support for using libtomcat8-java package, untested
2016-11-05 18:50:22 +00:00
f42d76b4b4
Console: Add message to ignore InstanceManager warning (ticket #1818 )
2016-11-05 17:52:21 +00:00
e379ca6c54
SusiDNS: Fix jsp EL syntax error with EL 3.0 (Tomcat 8) (ticket #1870 )
2016-11-05 15:31:07 +00:00
5d0b35d53a
Console: Improve handling and logging of webapps that fail to start
2016-11-04 17:02:15 +00:00
b77c4c67a1
i2psnark: Add launch-i2psnark.bat (ticket #1871 )
...
author is MXPLRS|Kirill, adapted from launch-i2psnark,
same license
2016-11-04 13:19:02 +00:00
9e8251fb9f
spelling take 2
2016-10-30 17:56:41 +00:00
6ff9483e07
Console: Java 9 fixes for classloader (ticket #1870 )
...
May not be sufficient for plugins
Unlinkify viewmtn links on /jars, site is down
2016-10-29 16:21:02 +00:00
916fc96654
opus mime type
2016-10-28 16:15:16 +00:00
95ae86d962
Jrobin: Fix for error in DeallocationHelper on Java version 9-internal
2016-10-28 15:18:08 +00:00
04392069a6
JRobin: Fix for Java 9 to remove dependency on Sun private classes
...
https://github.com/OpenNMS/jrobin/issues/3
http://stackoverflow.com/questions/1854398/how-to-garbage-collect-a-direct-buffer-java
Code from http://sourceforge.net/p/tuer/code/HEAD/tree/pre_beta/src/main/java/engine/misc/DeallocationHelper.java
unmodified, GPLv2
2016-10-26 19:31:40 +00:00
78acf707dc
JRobin: 1.6.0-1, 2014-10-28, checked in as source
...
from https://github.com/OpenNMS/jrobin/releases
Replaces 1.5.9.1 from 2008-09-05
Needed for Java 9 to remove dependency on Sun private classes.
No modifications, but includes only core, data, and graph;
cmd, convertor, inspector, and tests are not included.
Using source instead of jar because:
- Release jar not available
- Additional change will be needed for Java 9
to remove dependency on Sun private classes, see:
https://github.com/OpenNMS/jrobin/issues/3
2016-10-26 17:45:34 +00:00
08d1ea89bf
Build: Set Java 7 build target for all jars;
...
embedders (esp. Android) targetting 1.6 must
set javac.version=1.6 in override.properties and set
both bootclasspath variables.
2016-10-26 16:56:13 +00:00
3063e37cbd
Systray: Remove old 32-bit Windows implementation, replaced by DTG
2016-10-25 23:59:20 +00:00
d2569fa446
i2psnark: Don't count unchoked but uninterested peers as uploaders
...
when calculating global uploader limit, to allow more upload slots,
especially when some torrents are stalled.
Convert some shared fields to atomics for concurrency.
2016-10-25 22:30:55 +00:00
8a8452290c
Zxing 3.3.0
2016-10-25 15:04:55 +00:00
85223303f2
Jetty 8.1.21.v20160908
2016-10-22 16:22:08 +00:00