05d45fe945
po update
2010-05-29 07:18:56 +00:00
55e994ac3c
merge of '751ff97c62634ee13a8f8baf3d7947e373d5368a'
...
and 'ddc06f282f1b88e164c208509d818e3ed701143e'
2010-05-23 16:06:20 +00:00
6d46a21f9f
implemented WEBIRC support in the I2PTunnel IRC server
2010-05-23 16:04:22 +00:00
7344c2af47
* I2PTunnelHTTPClient: Reject 192.168.*
2010-05-05 17:34:24 +00:00
2baee7413c
* Replace size() <= 0 with isEmpty() everywhere, ditto > 0 -> !isEmpty()
2010-05-05 16:51:54 +00:00
c44698f61a
comments
2010-04-23 16:27:56 +00:00
ad4da54bc4
I2PTunnelServer: Log incoming connections with net.i2p.i2ptunnel.I2PTunnelServer=INFO
2010-04-18 15:22:33 +00:00
10d37a9be5
log tweaks
2010-04-15 18:16:00 +00:00
8258cdd6cf
Limit max header lines
2010-04-15 18:13:30 +00:00
2fcee6e87a
I2PTunnelHTTPClient: Test for " http://:/ " and output error page.
...
This avoids an ArrayIndexOutOfBoundsException, which can eventually
cause the eepproxy to stop functioning.
2010-04-15 06:38:35 +00:00
63562ddd48
* i2ptunnel: Implement access lists for TCP servers.
...
Enter b32 or b64 hash or dest into list box, and
check enable for whitelist. Uncheck enable and enter
i2cp.enableBlackList=true in advanced i2cp options for
blacklist. Todo: make black/whitelists radio buttons.
2010-04-12 19:18:21 +00:00
605dfec5e7
dont call exit
2010-03-31 18:33:40 +00:00
e9fe80f8e5
* HTTPResponseOutputStream: More static
2010-03-29 21:12:51 +00:00
617d1cd648
propagate from branch 'i2p.i2p.zzz.test' (head c295ab421dd719cfe0e273268b5b4e48505e4f61)
...
to branch 'i2p.i2p' (head 995914d8e049d9bb695fd25e4cf5be860cd4e487)
2010-03-18 15:49:03 +00:00
05597ae914
disable i2ptunnel nonce checking if console password is set
2010-03-17 16:23:20 +00:00
9f1a663f63
typo fix thx duck
2010-03-16 13:52:57 +00:00
9df87ba167
partial fix for i2ptunnel nonce troubles
2010-03-13 20:33:48 +00:00
fde36fe238
flip backwards arraycopy args
2010-03-13 14:59:54 +00:00
116be93160
Russian translation updated (snark file open error message, reseed messages, SOCKS IRC proxy)
2010-03-13 09:57:55 +00:00
16930d2004
merge of '18a87911d2a41f5a1fa0f5019d9bcd7249731338'
...
and '1d260b764d0fde4b8df67bdb23320b85e6944721'
2010-03-05 15:56:57 +00:00
1820a29aed
translation update
2010-03-05 15:14:43 +00:00
afbb1dbe86
compile fix
2010-03-05 14:44:18 +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
285a5eed35
Russian translation updated (job queue link, address helper conflict message)
2010-03-04 13:04:01 +00:00
45ca459ceb
* HTTP Proxy:
...
- Fix address helper conflicts caused by last checkin
- Use B32 instead of random hostname for conflict link
2010-03-02 22:50:46 +00:00
efdc8e5df0
* HTTP Proxy:
...
- Put B32 instead of B64 in Host: header, saves 450 bytes
- Eliminate some redundant lookups
- Fix http://i2p/b64/ and /eepproxy/site/ requests
- Disallow a port specified for an i2p address
- Cleanup and comments
2010-02-27 01:16:39 +00:00
3d8365a473
* HTTP Proxy: Fix blank page instead of error page for eepsite unreachable
2010-02-18 16:32:44 +00:00
04ae0e2610
* I2PTunnelRunner: Flush initial data, for some reason it wasn't
...
getting flushed ever in some cases.
2010-02-10 20:17:31 +00:00
cfeafacd07
update the pos
2010-01-29 09:26:02 +00:00
3bf95e566c
* I2PTunnelServer: Fix bug preventing connection retries
...
at startup from working
2010-01-21 14:17:37 +00:00
00fa3806d8
Russian translation update (Share ratio, HTTP bidir, Add Client, ...)
2010-01-18 19:28:32 +00:00
0a1960461a
Fully clean up I2PTunnel. No more lint issues, should compile 100% clean.
...
Dropped unused class BufferLogger from I2PTunnel as it is not used anylonger.
2010-01-15 03:32:35 +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
b15392ea85
Insert reverse connection ability into the http server code so that
...
seedless can start to get worked on. It's disabled by default.
2010-01-10 11:23:20 +00:00
eaaf6af31d
javadoc and logging tweaks; bring back i2ptunnel link to summary bar
2010-01-06 14:52:53 +00:00
a2ce10759c
po update
2010-01-02 16:55:15 +00:00
92597baab9
Russian translation updated: I2PTunnel (138/138)
2010-01-02 07:56:35 +00:00
62786dcc09
Tagged couple of messages required for error pages (previously marked as fixme's)
2010-01-02 07:49:42 +00:00
c012e5bf17
tagging and translation
2010-01-02 05:43:50 +00:00
cbd50372e4
Fixed: braceless if (where it proved to be harmful)
2010-01-01 17:33:55 +00:00
3caee8bc71
i2ptunnel java tagging and fixups
2010-01-01 14:58:21 +00:00
6c64faf0ba
translation
2010-01-01 14:31:06 +00:00
498af5d203
i2ptunnel\jsp tagging and translation
2009-12-31 13:10:33 +00:00
cdb390f7ce
fix bundle script
2009-12-16 17:23:52 +00:00
cec75fa60e
fix i2ptunnel bundles
2009-12-15 01:51:56 +00:00
eb23306b12
configurable jump list
2009-12-15 01:48:57 +00:00
a3d79aaa4e
Russian translation: I2PSnark (140/140), SusiDNS (1/1), I2PTunnel (3/3)
2009-12-14 20:15:16 +00:00
4562254862
propagate from branch 'i2p.i2p' (head f672021bb9871a728005be3bd9581710738b9e5f)
...
to branch 'i2p.i2p.zzz.test' (head e115e218dbb666839e69fa1e1ba7378554b9874f)
2009-12-10 13:34:05 +00:00
8116d88aaf
translation build fixups
2009-12-10 02:12:18 +00:00
9af796a10a
translation support
2009-12-10 01:06:55 +00:00