7ee7cbf660
* Stats: Change stat.full default.to false (saves ~ 1MB)
2010-12-26 12:35:54 +00:00
ff0c168d65
* Certificate: Fix fatal null cert error
2010-12-26 12:29:55 +00:00
82e344055b
* Certificate: Use a single static null cert in place of
...
tens of thousands of them
2010-12-24 17:39:31 +00:00
7c8e5c6d66
retrofit SimpleDataStructure over SHA1Hash
2010-12-17 22:04:57 +00:00
0bd75f0e56
comment out mains
2010-12-15 23:35:50 +00:00
df3fc6e05d
Random cleanup
2010-12-15 23:19:34 +00:00
fe575a38aa
fix up DH like YK
2010-12-15 22:59:35 +00:00
4c9558c586
adjust limits to reduce chance of running out; adjust limits based on max mem
2010-12-15 17:08:11 +00:00
2deee2b1b7
AES cleanups and javadoc
2010-12-15 16:10:03 +00:00
c7c7731f91
propagate from branch 'i2p.i2p' (head 3d405c867f6903bf1d69b04c1daebf3146882525)
...
to branch 'i2p.i2p.zzz.test4' (head bfd85b10fdd1542526a4b9c53e5d4a733087f317)
2010-12-15 15:09:48 +00:00
6826c1eb69
disable I2CP auth in-JVM
2010-12-14 20:30:00 +00:00
2082feeaa9
one more log error to a warn (ticket #356 )
2010-12-14 15:14:36 +00:00
f9c2624b24
disable log priority override for now
2010-12-14 14:51:23 +00:00
e772107c58
trivial cleanup
2010-12-14 14:34:50 +00:00
8efefeeb5b
* I2CP over SSL, enable with i2cp.SSL=true
2010-12-14 14:27:35 +00:00
59af763dcd
do it the easy way
2010-12-13 15:28:06 +00:00
2880d61c1b
* Pack200: Find and use either Oracle or Apache library at runtime;
...
neither required at compile time.
2010-12-13 14:01:46 +00:00
f194f78953
use base 64 for temp dir name
2010-12-12 22:09:04 +00:00
0be2ca8beb
* I2CP: Change a log error to a warning (ticket #353 )
2010-12-11 14:24:27 +00:00
b55b552e06
* Plugins: Better handling of signing keys (Ticket #351 )
2010-12-11 13:30:34 +00:00
638e04beb8
* Log: Don't double-timestamp CRITS in wrapper.log
2010-12-11 13:25:58 +00:00
4a9f7b740c
* Console:
...
- Add SSL support - To enable, change clients.config. Examples:
## Change to SSL only - just add a '-s'
clientApp.0.args=-s 7657 ::1,127.0.0.1 ./webapps/
## Use both non-SSL and SSL - add '-s port interface'
clientApp.0.args=7657 ::1,127.0.0.1 -s 7667 ::1,127.0.0.1 ./webapps/
## ...and change URLLauncher args further down for the browser to open https:// at startup if you like.
2010-12-05 19:04:33 +00:00
3872cad2fb
* DataHelper: Have readLong() and readString() throw an
...
EOFException instead of a DataFormatException on EOF,
which should lower the log severity in I2CP and I2NP
when a client or peer disconnects.
2010-12-05 04:05:10 +00:00
86de251691
fix QueuedI2CPMessageReader not stopping; javadocs
2010-12-04 22:27:24 +00:00
0b2bc726df
fix SimpleSession NPE
2010-12-04 21:18:37 +00:00
b42967848e
javadoc
2010-12-04 20:39:51 +00:00
04af255045
SimpleSession doesnt need a notifier thread
2010-12-04 20:39:40 +00:00
3d759d76cf
javadoc, start notifier only after success
2010-12-04 20:39:22 +00:00
9aaf95ca98
* Threads:
...
- Reduce thread pool sizes based on memory and/or bandwidth limits
- Tweak some thread names for clarity
2010-12-04 18:54:06 +00:00
6dfd9bca69
log tweaks
2010-12-04 18:48:01 +00:00
947010ad01
I2PThread -> I2PAppThread
2010-12-04 18:42:40 +00:00
fabbda659b
I2CP internal mode tweaks
2010-12-03 17:23:36 +00:00
d226d6047f
javadoc
2010-12-02 12:58:53 +00:00
19c6760ea7
* I2CP: Change from the internal pseudo-socket that was
...
implemented in 0.7.9 to an internal Queue that directly
passes I2CPMessage objects. For in-JVM clients,
this eliminates two writer threads per client and
avoids the serialization/deserialization of I2CP messages.
2010-12-01 18:57:05 +00:00
293eea9e38
try to fix log flush error at file rotation
2010-11-30 19:04:03 +00:00
243bd412e1
* I2CP: Try to hide Pipe closed messages (several tickets)
2010-11-30 15:08:51 +00:00
45b8d8b6b5
* Logging:
...
- Limit buffer size; block and wakeup writer when full
- Limit errors written to system log
- Add method to force a log below the current level
2010-11-30 15:07:45 +00:00
d31113255e
* Logging:
...
- Use System locale and time zone for default date/time format,
so it matches the wrapper log time (we can't set the wrapper log time zone).
(existing installs must remove logger.dateFormat line
in logger.config to get system default format)
- Force RuntimeExceptions to CRIT level
- Don't have log() count buffer size
2010-11-29 13:13:02 +00:00
df4f40f6f4
log cleanup
2010-11-27 13:46:33 +00:00
d37944e081
javadoc
2010-11-26 00:41:20 +00:00
358846ab04
* LogManager: When not in router context, delay creating log file until required
2010-11-26 00:37:20 +00:00
9e250bc07d
fix hashcode and javadocs
2010-11-26 00:32:44 +00:00
a8b602bc54
* SimpleDataStructure: Fix problem in fromBase64() that
...
manifested itself as a configtunnels.jsp bug
2010-11-24 15:06:49 +00:00
1b59135b4a
javadoc, and comment out a test method
2010-11-24 14:53:24 +00:00
106af9967a
* SSLEepGet, Reseeder:
...
- Implement additional CA loading
- Provide facility to reuse SSL state for speed
- Provide facility to store previously untrusted certificates
- Add SSL reseed hosts, prefer them by default
- Reseed message cleanup
* build.xml:
- Add www.cacert.org cert to the installer and updater so
SSL on a.netdb.i2p2.de and c.netdb.i2p2.de will work
- Cleanup, fix distclean error in older ants.
2010-11-21 20:37:49 +00:00
72d2137e9b
javadoc fix
2010-11-19 22:07:29 +00:00
4545a98968
More work on error propagation and improving log messages in i2ptunnel and I2CP client
2010-11-19 14:41:26 +00:00
e940f51599
* SecureFile: New class, catch places that were missed,
...
add i2p.insecureFiles option to disable (default false)
2010-11-19 00:40:33 +00:00
1cad02c461
remove jrandom signing key as it may no longer be secure
2010-11-18 19:27:37 +00:00
a9801766e5
* PrivateKeyFile: Speedups and better messages
2010-11-17 22:14:55 +00:00