4545a98968
More work on error propagation and improving log messages in i2ptunnel and I2CP client
2010-11-19 14:41:26 +00:00
457e1d293a
update
2010-11-18 22:55:45 +00:00
2f880f7b5b
propagate from branch 'i2p.i2p.zzz.test4' (head 3569f7d0608498cadafc88e87a0ad2b18c44dfb6)
...
to branch 'i2p.i2p' (head ddc9be27c47878e472d5b6c281cccb6094c42c9a)
2010-11-17 16:09:19 +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
bf0275ddcb
* I2PTunnel: Improve messages when starting and stopping tunnels, add some tags
2010-11-17 14:27:32 +00:00
d6ea9cb0a4
i2ptunnel: update russian translation
2010-11-14 14:57:47 +00:00
cd621f2b4b
* I2PTunnel SOCKS and SOCKS IRC clients:
...
- Add local proxy username/password authorization
2010-11-14 14:22:45 +00:00
7cbf74d3f2
* I2PTunnel HTTP and Connect clients:
...
- Shim in a new abstract superclass I2PTunnelHTTPClientBase for common code
- Add local proxy username/password authorization
- Add outproxy username/password authorization
- Filter hop-by-hop Proxy headers appropriately
2010-11-14 14:18:43 +00:00
2faa60ee59
update eepsite help
2010-11-13 02:43:35 +00:00
18374fe426
German translation cleanups
2010-11-10 13:29:33 +00:00
168a4ca6f9
minor translation corrections #3
2010-11-07 00:48:22 +00:00
8894aa7d38
minor translation corrections #2
2010-11-04 23:29:45 +00:00
853f941d88
merge of '598d00efae4c9b675b64fd626bc2eab2b921e0c5'
...
and 'd38686d88680521e54d7bcb8be24e21d252eb946'
2010-11-02 04:00:43 +00:00
8d13bcbac0
discourage b32
2010-11-01 14:30:57 +00:00
466128c179
* replaceAll() -> replace() when not using regex
...
* ampersand escaping (lots more to do)
2010-10-19 14:39:29 +00:00
b41e714a1b
merge of '0738aeef8a1d4e9ca82dc5ba0077d83a57c47f81'
...
and '9625ea3e96d57df74bc62018bf64230a22c49ce0'
2010-10-13 16:07:33 +00:00
798bdf32c1
* Streaming:
...
- Make flush() block less, by waiting only for "accept" into the
streaming queue rather than "completion" (i.e. ACK from the far end).
This prevents complete window stalls when flushing, and should help performance
of apps that use flush(), like i2psnark (and SAM?).
close() still does a flush that waits for completion, as i2ptunnel
doesn't like a fast return from close().
- flush/close javadocs and comments
* i2ptunnel:
- Now that streaming flush() is fixed, use it in IRCClient, and
for initial data in I2PTunnelRunner, to avoid the 250 ms
passive flush delay
2010-10-11 15:17:35 +00:00
fbc20da606
more header blocking
2010-10-11 15:14:55 +00:00
500f6cf896
use context field
2010-10-07 18:42:30 +00:00
3841e92d53
remove unused web-*.xml files from wars
2010-10-06 14:25:27 +00:00
e5f53ed5e9
revise and fix
2010-10-06 13:07:34 +00:00
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
546a588aa5
I2PTunnel & I2PSnark: Dutch translation (thanks to monkeybrains)
2010-07-05 13:37:36 +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
4808055054
merge of '02b40376f4c34b45e4f77deb70bd24bdef34f867'
...
and '2365aee6776961ebaa1ca862ffa21e0457ece0a6'
2010-07-02 05:45:46 +00:00
ee09bfac66
translation fix
2010-07-01 11:09:15 +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
2c4acce0f3
finally i2ptunnel messages_de
2010-06-15 12:13:49 +00:00
34a1085604
use a different user agent for outproxy traffic
2010-06-13 16:04:28 +00:00
026f62f183
i2ptunnel .de
2010-06-13 12:44:17 +00:00
75ba58d68c
* Translation: Set xgettext add-comments option
2010-06-02 18:12:46 +00:00