336e50e94a
debug log
2011-08-16 17:46:53 +00:00
0d212f6478
dont throw when setting to the same value
2011-07-28 18:23:27 +00:00
fc353ee0bd
I added a more sensible error response when a name/b32 won't look up. Also support for "alias" links, as dubiously useful as those may be. (Perhaps allowing absolute paths on eepsites without b32?)" Also it now replaces the aHelperKey with the b64 instead of stupidly leaving the lookup completely unused and pointless.
2011-07-25 23:35:14 +00:00
395173613f
* Console: Use capability method for counting integrated peers
...
* Netdb: Speed up collection of all the floodfill peers by using
PeerManager.getPeersByCapability()
* PeerManager: Capability cleanups
2011-07-21 15:34:23 +00:00
046175d866
merge of 'c0d12629a875b5dddde9fd729e05353d54a1bfc7'
...
and 'd07ed83f441d4c357e009e25aa4b55aee518dea3'
2011-07-21 15:32:44 +00:00
66b19326d5
Dropping apps/atalk demo, which was an awful example as it was apparently written
...
before streaming existed, so it's trying to do chat and file transfer
with datagrams and no error detection / correction.
2011-07-21 14:53:42 +00:00
164f6603fd
* i2psnark: Don't let connection problem crash the DirMonitor (ticket #495 )
2011-07-20 14:47:30 +00:00
150270b14f
merge of '13af6dbeb49a0ab1855da31595ba3c141e54bc59'
...
and '6b869c4d924c79a0f7695feaa15a002a061bce06'
2011-07-20 13:23:42 +00:00
42cffea077
partly update de translation
2011-07-20 01:21:36 +00:00
3834403c79
propagate from branch 'i2p.i2p' (head e014bb054baa0d8e844e9a97ad6f5b04ed7c0e56)
...
to branch 'i2p.i2p.zzz.test' (head 1e0af137b9c4c873fea72d661f2ee351a640734f)
2011-07-19 21:18:14 +00:00
d397eaaa08
- Cleanups, concurrent
...
- Basic b32 verification
2011-07-19 21:17:52 +00:00
91f2206a4f
- Set real local address on client side
...
- Put in some reasonable conn limits
2011-07-18 14:35:55 +00:00
3f8df84a4a
* Streaming: Improve conn limit log message
2011-07-18 14:29:32 +00:00
127aebeadc
merge of '5985a037ecd49475ed49c120a5ab9d898f058fe6'
...
and 'adba1e5ca6162b93d450aee8fd7e723bac51abf0'
2011-07-18 14:07:56 +00:00
dbaa659912
Now you can ?i2paddresshelper=<b32>.b32.i2p and the address helper will look up the b32 for you. (Can't/shouldn't add b32s to your addressbook). Tested and it works for me.
2011-07-17 23:54:42 +00:00
8034dc3ca7
concurrent, final
2011-07-17 19:15:16 +00:00
0a8abad72e
remove code by extending instead of implementing
2011-07-17 18:57:22 +00:00
a8378d0411
* I2PTunnel: Rename privkey file when deleting tunnel to prevent inadvertent reuse
2011-07-17 16:38:02 +00:00
7fbb3b12d1
* FileUtil: Add a rename method and a new copy method
2011-07-17 16:33:40 +00:00
8a9882c906
generic
2011-07-16 20:44:40 +00:00
f87e3b52e3
more on resume/accept, untested
2011-07-16 20:22:00 +00:00
c826f7fb48
cleanups
2011-07-16 20:17:00 +00:00
59424a899f
stub out resume/accept; allow xdcc
2011-07-16 12:46:05 +00:00
a4ec6a5369
propagate from branch 'i2p.i2p' (head 2072db743073a703da2f4be9707e7edd696c2925)
...
to branch 'i2p.i2p.zzz.test' (head cc952c7db4822bb6c49c8e6fb6df02a62c6cbe63)
2011-07-15 22:27:31 +00:00
7ba6f5a755
add gui option
2011-07-15 21:41:38 +00:00
7fa874f625
- Tracking, expiration, closing of DCC tunnels
...
- I2PTunnelRunner cleanups
2011-07-15 20:52:18 +00:00
0bf0715adc
* Shutdown:
...
- Cancel our JVM shutdown hook when shutting down
- Run a spinner task so shutdown always completes
- exit() instead of halt() so other JVM shutdown hooks run
- Prevent duplicate wrapper notifier hooks
- Notify the wrapper twice, once for stopping and once for stopped
2011-07-15 01:13:35 +00:00
79ac955b33
* I2PTunnelIRCClient:
...
- Big refactoring into multiple class files
- Allow AWAY and CAP messages
- First cut at DCC support - not for SOCKS (yet)
2011-07-14 20:06:31 +00:00
9f433b2e6b
* Streaming:
...
- Hook I2CP ports through to I2PSocket
- Javadocs, init cleanups, final
2011-07-14 18:53:10 +00:00
688634695d
javadoc
2011-07-13 14:20:20 +00:00
3380ecfa28
* SummaryHelper: Fix NPE at startup (ticket #493 )
2011-07-13 14:19:34 +00:00
48896568ce
added link to translated picture in susidns messages_fr.po
2011-07-13 08:40:10 +00:00
4ad2cf91d7
added link to translated picture in susidns messages_fr.po
2011-07-13 08:31:56 +00:00
15f7981dd2
added link to translated picture in susidns messages_fr.po
2011-07-13 08:21:48 +00:00
30a0ddc3fb
upd i2ptunnel & susidns messages_fr.po
2011-07-12 08:07:32 +00:00
0ca035dc44
merge of '49bba51653177b041a98b902ac624c8feae61698'
...
and 'f2281f98637dc74181e14a40f3b346436e95be88'
2011-07-10 15:04:50 +00:00
42acdc314a
* Router Clock: First cut at recognizing and reacting to large system
...
clock shifts by partially restarting the router. Also improve
restarts initiated from config.jsp
Tickets #465 , #468 , #494
* UPnP: Wait for a while to ensure port removal at shutdown or restart
2011-07-10 00:00:58 +00:00
9d2816f4a7
- Use a different lock for the executor than for shared clients
...
so shutdown doesn't hang
- Javadocs
2011-07-09 14:30:33 +00:00
56650ebfb4
more misc. findbugs
2011-07-08 18:05:28 +00:00
44f4e551b7
more misc findbugs
2011-07-08 17:54:57 +00:00
9d4cc26890
misc. findbugs fixes
2011-07-08 17:40:43 +00:00
c4b355124a
upd
2011-07-08 13:47:44 +00:00
98b14158e6
fix error on HTTP Proxy shutdown
2011-07-05 12:47:19 +00:00
d4b28058a7
* EepGet: Add method to add extra headers to request
2011-07-04 14:26:35 +00:00
43044586d1
* AppContext: Add hasWrapper() method
...
* Shutdown:
- Clear more resources in peer manager, netdb, stat manager,
session key manager, naming service, tunnel dispatcher,
OCMOSJ (result of testing with jvisualvm)
- Don't call wrapper on shutdown (starting two threads) if we
were started with runplain
2011-07-03 13:46:29 +00:00
57d196edd6
* Router, console, i2psnark: Change three errors to warns (tickets #479 , #482 , #487 )
2011-07-01 11:05:06 +00:00
4f5e3401f7
change default news fetch to 36 hours
2011-06-30 12:42:45 +00:00
81beb63916
propagate from branch 'i2p.i2p.zzz.android' (head cbf2d39e1944b9d601558761d0eedcdebfd2f589)
...
to branch 'i2p.i2p' (head c2393e50afccfd5682a9086f0eec2a0700cda2c9)
2011-06-30 12:27:00 +00:00
3a2e9ad5d3
propagate from branch 'i2p.i2p.zzz.test4' (head 50c95d70238ff224e57acfca3d8797990ff3d01d)
...
to branch 'i2p.i2p' (head 1fa62c230eba5af7849024338fecf51bb2719c4e)
2011-06-30 12:22:12 +00:00
2f10cca40f
* Fixes after review:
...
- Fix Polish po file
- Install as a service by default on Windows again
- Change CPUID getters to package private
- Split new jbigi install messages into two lines
- Javadocs
2011-06-26 19:07:01 +00:00