82eea0a8f9
NetDB: Cache blinding data for lookups and decryption (proposal #123 )
2019-03-27 12:51:10 +00:00
00d4525325
Data: Initial work on b32 format for blinded leasesets (proposal 149, WIP)
2019-03-23 13:39:47 +00:00
f17776ec54
i2ptunnel: Escape {} in URLs (ticket #2130 )
2019-03-22 15:41:16 +00:00
335736b2b7
Fix log strings
2019-03-02 18:13:55 +00:00
ab7f61d220
Console: Drop midnight and classic themes (ticket #2272 )
2019-02-18 18:14:28 +00:00
b310c60188
Javadoc fixes
2019-02-06 12:48:33 +00:00
bd6cf53d53
i2ptunnel: Fix HTTP websockets by passing through
...
Connection headers containing "upgrade" (ticket #2422 )
Server-side change only. Client-side in previous commit.
2019-02-03 17:29:16 +00:00
e20a6a9685
i2ptunnel: Fix HTTP websockets by passing through
...
Connection headers containing "upgrade" (ticket #2422 )
Client-side change only. Server-side todo.
2019-02-03 16:31:26 +00:00
175ea0f0c2
i2ptunnel: Update clearnet UA to match current TBB
2019-02-01 19:07:22 +00:00
30015c1933
i2ptunnel: Handle PUT like POST
2019-02-01 13:49:13 +00:00
4f8455040e
i2ptunnel: Caching of outproxy selection, avoid last-failed outproxy
2019-02-01 13:39:57 +00:00
ec5e2dba94
i2ptunnel: More localhost checks
2019-02-01 13:03:40 +00:00
3527f251c8
Debian: Add build option for libtomcat9 (ticket #2364 )
2019-01-24 14:15:04 +00:00
7c5162e155
I2CP: Move the port 7654 definition
2018-12-03 16:17:30 +00:00
5e7a277e98
I2CP: Consolidate all the port 7654 definitions
2018-12-03 15:22:36 +00:00
e68182a157
Build: Provide option to prevent Class-Path in manifests (ticket #2317 )
2018-10-10 12:30:34 +00:00
b7ff82eb82
IRC: Make inbound whitelist static
2018-09-26 14:16:05 +00:00
34f0d7d7b3
Build: Compile jsps in-order for reproducibility (ticket #2279 )
2018-09-24 15:52:42 +00:00
6b53a4fac4
Build: Fix hang with Tomcat 8.5.33+ (ticket #2307 )
2018-09-16 11:29:03 +00:00
1f92232253
Findbugs all over
2018-08-26 13:50:40 +00:00
57ddc8ea4f
conversion cleanup
2018-08-25 14:29:32 +00:00
c455f15b2a
i2ptunnel: Change read timeout defaults now that streaming read timeout works
2018-08-16 18:39:07 +00:00
63f0355680
Console: Prep for removing themes (ticket #2272 )
2018-07-28 13:47:08 +00:00
884a42b814
Build: Remove more files from Debian source tarballs
...
Don't need to both delete and exclude for tarballs
Restore commons-logging.jar to build classpath where needed for deb builds
Add classpath entries to fix Debian javadoc build
2018-05-30 12:52:30 +00:00
e67c750fab
i2ptunnel: Retry accept after server socket closed (ticket #2003 )
2018-05-26 20:00:10 +00:00
2d7f0d35ce
i2ptunnel CLI help tweak
2018-05-26 19:52:41 +00:00
9eb3cc5916
i2ptunnel: Fix dup tunnels clicking generate on new tunnel (ticket #2225 )
...
remove dup call to processAction()
2018-05-25 19:39:22 +00:00
e14a4f0111
HTTP Client: Allow SSL to i2p hosts by default
2018-05-05 22:25:13 +00:00
e310588273
SSL wizard: Start of POST handling
...
Work around Jetty XML bug
classpath fixes to follow
2018-04-28 22:07:14 +00:00
a0fabe5f92
i2ptunnel: Fix startup deadlock in TCG
2018-04-28 21:58:13 +00:00
145730f5b8
SSL wizard: Add missing file, fix form params
2018-04-28 15:25:05 +00:00
c34fd76a78
Proxy: Don't generate footer hidden by CSS
2018-04-25 14:27:40 +00:00
ab9dac8827
Migrate webapp detection calls to PortMapper.isRegistered()
2018-04-25 14:21:23 +00:00
8c0e82d4f3
i2ptunnel build restructuring:
...
Move Messages class from web to ui package, and from jar to war.
Build web package in a separate pass (prep for ssl helper)
API notes in javadocs
Hopefully doesn't break Android build
2018-04-14 18:54:17 +00:00
bdff474d94
i2ptunnel: Rewrite or pass through Accept: header
...
Needed for zeronet
2018-03-19 16:56:53 +00:00
6908616a74
i2ptunnel: Don't set content-encoding and compress if already set,
...
no matter what the encoding was, can't have two
2018-03-19 13:47:56 +00:00
6eb09bd0c8
i2ptunnel: Check port mapper for webapp presence (ticket #2161 )
2018-03-14 14:09:41 +00:00
e7c2162874
i2ptunnel: Strip server Date header
...
More efficient header checks
Jetty config tweaks
2018-03-10 16:56:59 +00:00
419d411b1b
i2ptunnel: Fix multipart config for /register
...
Fix CSP for /register
2018-03-04 13:31:35 +00:00
3bc9053a86
KeyStore: Log expiration of self-signed certs
2018-03-04 12:14:05 +00:00
27042f9930
i2ptunnel: Add alt names in standard and irc client tunnel certs
2018-02-25 16:31:48 +00:00
12c7871640
i2ptunnel, systray: Replace hardcoded console URL in more places (ticket #2160 )
2018-02-19 23:12:06 +00:00
ad4eef9757
i2ptunnel, I2CP, SAM: Change selfsigned cert cname to localhost (ticket #2160 )
2018-02-19 22:14:50 +00:00
826d8ca07f
i2ptunnel: Retry accept after router soft restart (ticket #2003 )
...
This sends the router restart indication from I2CP router side
to client side to streaming to I2PTunnelServer via
a new streaming exception.
2018-02-18 13:53:50 +00:00
fb6eea2484
NPE fixes
2018-02-17 18:41:30 +00:00
cd3515923e
i2ptunnel: Close sockets in finally{}
2018-02-17 16:04:09 +00:00
cabf1aa3c5
Streaming: configurable response when over connection limits (ticket #2145 )
...
Drop when way over limits.
Default to HTTP 429 for HTTP Server tunnels
Increase recently-closed cache size
2018-02-16 19:49:49 +00:00
167839b267
i2ptunnel, eepget: Capitalize Cache-Control
...
Change POST throttle response to 429
2018-02-14 12:54:16 +00:00
c48796c0f4
change clearnet UA again (ticket #2163 )
2018-02-14 12:48:35 +00:00
1826fcee0c
i2ptunnel: Close sockets on error
2018-02-12 17:25:35 +00:00