ee1edb3383
renaming
2015-01-06 14:10:25 +00:00
975378b224
* i2ptunnel:
...
- Add local SSL support for std. and IRC client tunnels (ticket #1107 )
Keystore goes in ~/.i2p/keystore; pubkey cert goes in ~/.i2p/certificates/i2ptunnel
- Escape messages to index page
- Show message for uncaught exception
2014-08-21 12:21:29 +00:00
4746d9eb80
Fix CSP to allow inline style and refresh
...
Add filter to all webapps
2014-07-26 11:01:16 +00:00
af575d6c95
* Console:
...
- Fix several XSS issues (thx Aaron Portnoy of Exodus Intel)
- Add Content-Security-Policy and X-XSS-Protection headers
- Disable changing news feed URL from UI
- Disable plugin install from UI
- Disable setting unsigned update URL from UI
- Disable /configadvanced
* DataHelper: Disallow \r in storeProps() (thx joernchen of Phenoelit)
* ExecNamingService: Disable (thx joernchen of Phenoelit)
* Startup: Add susimail.config to migrated files
2014-07-26 09:32:26 +00:00
8b1abc08db
Add Destination.toBase32()
2014-06-23 20:06:03 +00:00
0f862124fe
- Tweak display name of HTTP client tunnel
...
- Show outproxy plugin status on i2ptunnel index page
2014-01-25 17:56:35 +00:00
5f7a761e42
* I2CP: Move SSL client socket code to util,
...
move cert location to certificates/i2cp.
* I2PTunnel: Support SSL for connection to local server
for Standard, HTTP, and IRC server tunnels.
Put server cert in certificates/i2ptunnel if necessary.
2013-10-17 13:22:17 +00:00
29ce84ff33
disapproval of revision '2fccba5dbe1b538679f15727fd95295842ed8839'
2013-05-29 12:48:11 +00:00
650b920e11
I2PTunnel: break out of frame when using the "test server bypassing i2p" link
2013-04-29 17:09:25 +00:00
d6b28a4eb1
* i2ptunnel: Set target=_top in all external links to break out of console iframe
2013-04-18 15:24:46 +00:00
943e2d7fe7
propagate from branch 'i2p.i2p.zzz.test' (head 48448fc896d1e0859f481e98d0e80e764cc40736)
...
to branch 'i2p.i2p' (head aedb9b8335d6de72dd633e79716fff6ffec263a1)
2012-10-28 12:17:38 +00:00
6868047ee4
* i2ptunnel:
...
- Refactor TCG to use ClientApp interface
- Remove 'reload config' button
- Synchronization fixes
- Don't instantiate early, to allow router to hold
a reference. TCG.getInstance() may now
return null when in RouterContext.
- Jsps display message when TCG not initialized
2012-10-27 18:51:50 +00:00
c2d178efc3
Fixed a very stupid bug >_<
2012-10-24 19:51:54 +00:00
211128f128
i2ptunnel: Truncate long client destinations (ticket #581 )
2012-10-24 02:30:19 +00:00
5d3984e353
* Addresses: Reject numeric IPs of the form n, n.n, and n.n.n
...
* Console, i2ptunnel: More validation of address and port in forms
2012-09-26 20:00:59 +00:00
7ecb90640c
fixes after review
2012-07-30 13:15:58 +00:00
ce7a46bbed
Open Previewed http dests with target="_parent" in i2ptunnel
...
Before iframing i2ptunnel, clicking the Preview button would open the site in the parent
window. This change will cause the sites to open in the parent window from
within the iframed page.
2012-07-20 19:20:18 +00:00
b48014f8e6
Use favicon from theme in I2PTunnel if it exists
2012-07-10 21:29:49 +00:00
3685bf04d0
add X-Frame-Options to console headers
2012-05-13 13:05:17 +00:00
274e37b284
propagate from branch 'i2p.i2p' (head 0a3db5b65f8fdc3e91000c9dff9e679401b52f72)
...
to branch 'i2p.i2p.zzz.jetty6' (head da78bc5726f3715ec8083aa86bcaa6c05896b8d6)
2012-02-18 15:28:34 +00:00
8a33ee2078
Added link to tunnel wizard on main i2ptunnel page
2012-02-04 10:49:07 +00:00
405c24b0e3
Add JSP 2.1 trim white space directive to all jsps to save a few KB
2012-01-10 13:21:35 +00:00
642376b0b6
HTML fixes
2011-03-21 14:27:46 +00:00
db93421599
* I2PTunnel: Fix NPE
2011-02-03 15:45:26 +00:00
2ea05f01eb
Fix typo
2011-01-17 19:26:41 +00:00
cc4158a7e1
* i2ptunnel:
...
- Use dropdown box to select interface for clients
- Warn on index page if required fields not set
2010-12-30 00:36:41 +00:00
dd39f3f244
i2ptunnel jsp cleanup
2010-11-19 16:14:14 +00:00
f698ef93e8
* I2PTunnel SOCKS and SOCKS IRC clients:
...
- Add SOCKS 5 outproxy support, with username/password authorization
* I2PTunnel
- Index page outproxy display cleanup
2010-11-17 15:47:00 +00:00
9244bd6b0f
* I2PSOCKSIRCTunnel:
...
- New, for filtering IRC client traffic when using SOCKS
* I2PTunnelIRCClient:
- Make filter classes static and public for use by SOCKS
- Eliminate redundant case conversion
- Pass ISON message through (jIRCii uses it for pings)
- Switch back to StringBuffer since it's used by 2 threads
- Set daemon on filter threads
* SOCKS5Server:
- Fix handling of multiple authentication methods
2010-03-05 14:04:32 +00:00
11249657ac
Clean up reverse connection ability, remove some annoyingly redundent code.
...
Place all settings in the console. It works!
2010-01-14 05:45:01 +00:00
3caee8bc71
i2ptunnel java tagging and fixups
2010-01-01 14:58:21 +00:00
498af5d203
i2ptunnel\jsp tagging and translation
2009-12-31 13:10:33 +00:00
9af796a10a
translation support
2009-12-10 01:06:55 +00:00
37437da34d
* I2CP: Fix the SessionConfig serializer in DataHelper,
...
so that UTF-8 tunnel names are not corrupted by
I2CP and can be displayed on the console
* Fix UTF-8 form submission on console and i2ptunnel
2009-08-20 22:22:07 +00:00
ea7a9c259f
Remove extra whitespace in English readme; fix a couple of validation errors.
2009-08-18 12:45:33 +00:00
6a8dd0f053
Revert xhtml regressions in i2ptunnel code; fixes for various validation issues.
2009-08-17 20:17:30 +00:00
1b63aa411b
Replace all <hr /> and <br /> with <hr> and <br> whilst we're in html4 transitional.
2009-08-17 14:35:18 +00:00
a91cc94228
After much ado, fix the borked i2ptunnels page.
2009-07-18 10:16:33 +00:00
e830b46173
Remove nasty file:// references inserted by overeager editor.
2009-07-17 23:55:27 +00:00
a4d053f555
Revert i2ptunnels main page to previous version in attempt to fix borkage.
2009-07-17 22:56:06 +00:00
b298796060
Attempting fixage of borked i2ptunnels main page.
2009-07-17 22:21:01 +00:00
2772a0e5e4
More I2Ptunnels page surgery. Not out of the woods yet!
2009-07-17 13:09:05 +00:00
46970f5a4a
I2P Tunnels shakeup.
2009-07-17 12:26:29 +00:00
4b1eabf1fc
merge of '8a3fab47a669f61548d9807e8e047b19248a23ab'
...
and 'a3189032197fadc3ecba67c5568b8841e8a6105e'
2009-07-07 00:04:03 +00:00
1c2cd4dcb2
Overhaul console layout. Add <h1> header to most pages. Etc.
2009-07-06 13:29:35 +00:00
cc2be105a6
* I2PTunnel:
...
- Add edit text
- Fix broken favicon
2009-07-05 21:00:29 +00:00
6c349d0ec4
Add standby indication to i2ptunnel page
2009-06-04 16:06:39 +00:00
720aa704c4
port streamr to i2ptunnel
2009-02-23 05:09:44 +00:00
3603cc23ee
add socks 4/4a support
2009-02-22 02:58:00 +00:00
f4c3607c4d
* I2PTunnel:
...
- Add new IRCServer tunnel type
- Catch OOMs in HTTPServer
- Name the IRCClient filter threads
2009-02-22 00:35:24 +00:00