2d601099f3
propagate from branch 'i2p.i2p.zzz.test' (head 128a31611abc6a88e58133f3bf6a577fe6dd5b1c)
...
to branch 'i2p.i2p.zzz.test4' (head fa9a871892517271eb2531b433fe80a2a713be9c)
2010-10-05 13:06:16 +00:00
48ccf85e97
try again to fix the i2ptunnel nonce problem
2010-10-05 00:08:59 +00:00
6cf7bc7985
* i2ptunnel:
...
- Add hostname DSA signature field, to be used for addkey forms.
Experimental, may be commented out later.
2010-10-02 17:20:39 +00:00
4456048e79
* HTTPResponseOutputStream
...
- More caching
- Stats cleanup
- Max header length check
- Catch OOM
- Initializer cleanup
- Javadoc
2010-10-02 14:43:40 +00:00
91bcf947df
* Javadocs
...
* Base64: comment out some unused methods
* Remove huge whitespace in CryptoConstants
* ElGamalAESEngine:
- Reduce rates
- Check number of tags earlier
2010-08-30 17:51:49 +00:00
4323036992
javadocs
2010-08-10 16:17:09 +00:00
be75455b84
More i2ptunnel error propagation fixes - key file - thx echelon
2010-07-08 18:45:30 +00:00
a1524241cb
Set permissions on directories and files when they are created
2010-07-06 15:22:48 +00:00
30c8cf7b96
merge of 'c6af0acc022d4fc8e24488a86ab869d7cb561f57'
...
and 'fafee42899e7efa42942bc451a888bf77be69ac9'
2010-07-05 16:39:47 +00:00
c43ca7de87
- removed one useless line of code
2010-07-05 15:34:39 +00:00
826951536b
- anged user agent for outproxy from Wget/1.11.4 to Firefox 3.6.6 on WinXP to avoid getting blocked as a crawler
2010-07-05 14:35:22 +00:00
5f52edf831
* I2PTunnelIRCClient: Filter PART messages like we do for QUIT
2010-07-05 14:21:38 +00:00
5dee6cb3d5
* I2PTunnel: More error propagation fixes
2010-07-03 13:59:46 +00:00
2a96c9a145
static
2010-07-03 13:58:59 +00:00
6435514e0d
* I2PTunnelHTTPClient: Don't use BufferedReader
2010-07-03 13:41:24 +00:00
cd7a41924d
cleanup
2010-07-03 13:40:27 +00:00
b9452546c5
fix ant distclean poupdate
2010-07-03 13:39:25 +00:00
4fa89d5e86
javadoc
2010-07-03 13:38:13 +00:00
530a3fcd10
* I2PTunnel: Don't start a tunnel if no valid destinations;
...
cleanups, logging, and error propagation fixes
2010-06-30 23:37:25 +00:00
2025fe7c20
* SOCKS: Better HTTP error message
2010-06-29 02:27:10 +00:00
8c2641703c
- Move connection profile and delay connect to advanced config section
...
- Add persistent client key support to SOCKS IRC
2010-06-26 04:11:02 +00:00
6f3597cc83
fix display of interactive setting
2010-06-26 04:00:18 +00:00
34a1085604
use a different user agent for outproxy traffic
2010-06-13 16:04:28 +00:00
75ba58d68c
* Translation: Set xgettext add-comments option
2010-06-02 18:12:46 +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
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
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
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
3bf95e566c
* I2PTunnelServer: Fix bug preventing connection retries
...
at startup from working
2010-01-21 14:17:37 +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