b4911a2b2f
support plugin themes
2010-02-26 16:58:01 +00:00
7b70210c9a
* UDP Transport:
...
- Replace the unused-since-2006 TimedWeightedPriorityMessageQueue
with DummyThrottle
- Don't instantiate and start TWPMQ Cleaner and OutboundRefiller
threads, part of priority queues unused since 0.6.1.11
- Don't instantiate and start UDPFlooder, it is for testing only
2010-02-26 16:54:41 +00:00
e3353df8bb
* NTCP Transport:
...
- Replace lists with concurrent queues in EventPumper
and NTCPConnection to remove global locks
- Java 5 cleanup
2010-02-26 16:52:09 +00:00
25285fc059
remove jobs link from summary bar
2010-02-26 16:47:41 +00:00
7720f71e44
* eepsite: Add some help to index.html
2010-02-26 16:46:12 +00:00
1657ac5357
* netdb: Fix NPE after OOM http://trac.i2p2.i2p/ticket/38
2010-02-26 16:45:34 +00:00
299214aa1d
* i2psnark:
...
- Fix NPE after create file failure
- Sanitize more characters in file names
2010-02-26 16:44:49 +00:00
5fd4488e08
Russian translation updated (delete confirmation, non-i2p trackers warning)
2010-02-23 08:49:37 +00:00
87fcaf2651
* Unzip: Any files in the zip with a .jar.pack or .war.pack extension
...
will be transparently unpacked with unpack200. Savings is about 60%.
Someday we will do this for suds, but we can do it for xpi2ps now.
* build: Add updater200 target
2010-02-23 02:44:47 +00:00
f6b9cf6f21
* configclients.jsp:
...
- Add js delete confirm
- Remove delete button for webapps
* i2psnark:
- Ignore a non-i2p tracker in a torrent rather than deleting
the torrent, thus "converting" a torrent to in-netowrk use
via the open trackers
- Add js delete confirm
2010-02-22 18:17:11 +00:00
eae18e61b7
unhide plugins, fix d/l status display
2010-02-19 14:42:43 +00:00
96735f2543
make file box bigger
2010-02-19 14:40:57 +00:00
54459d3b5c
Russian translation updated (plugin support)
2010-02-18 21:16:15 +00:00
82444f9e7b
move getConsoleServer() method
2010-02-18 16:33:47 +00:00
3d8365a473
* HTTP Proxy: Fix blank page instead of error page for eepsite unreachable
2010-02-18 16:32:44 +00:00
e2dc9715d2
* Transport:
...
- Fix recognition of IP change when not firewalled
- Require consecutive identical results from two peers before changing IP
2010-02-18 16:31:57 +00:00
d4f1230b37
better error message when finding HTML instead of metainfo
2010-02-17 19:56:54 +00:00
7701693d37
* Plugins:
...
- Fix plugin start button
- Change signer prop to match docs
- Tweaks
2010-02-17 18:12:46 +00:00
b6704fce4e
javadoc fix
2010-02-17 18:11:16 +00:00
39a68d4a2b
slew tweak
2010-02-17 18:10:45 +00:00
94633899d7
CLI exit 1 on error for ease of use in scripts
2010-02-17 18:10:20 +00:00
c45bc1554f
move to i2p.scripts
2010-02-17 18:08:54 +00:00
789c8edc45
Russian translation updated (plugin support)
2010-02-15 20:53:49 +00:00
e0b44f43e3
history for 3 props, -1
2010-02-15 16:37:22 +00:00
b45069e377
propagate from branch 'i2p.i2p.zzz.VTBM' (head fb6ef5bc51e18536bc1611a483e9be804084e37b)
...
to branch 'i2p.i2p' (head c9f5d7378a6028393fe560739ec02f5f87f50f80)
2010-02-15 16:22:20 +00:00
c3a156ce4b
propagate from branch 'i2p.i2p.zzz.plugin' (head fafcd8c8c41873b4d106a9e06504dd7b48109ad8)
...
to branch 'i2p.i2p' (head 7eafbe18b0a1e26f09b9488d374f5fed4c278a78)
2010-02-15 16:21:15 +00:00
ee5cc099ed
propagate from branch 'i2p.i2p.zzz.test' (head 0914f799641c6ec04dbe40f325f8368403167885)
...
to branch 'i2p.i2p' (head f3d096929c21753a2117f93d7550b751b021c2a7)
2010-02-15 16:17:40 +00:00
f189587153
log tweak
2010-02-15 16:16:03 +00:00
a1fb5ef6ed
verify that signing key name matches
2010-02-15 16:12:49 +00:00
8c2550c39a
* Streaming: MessageOutputStream logging tweaks
2010-02-15 16:10:41 +00:00
abd96a920f
0.7.11
i2p-0.7.11
2010-02-15 12:43:28 +00:00
1d3f0fe96c
* Transport:
...
- Update addressses before publishing
- Increment address cost if near capacity
- Synchronize notifyReplaceAddress()
2010-02-15 04:08:02 +00:00
49a6cdbda6
- Clear the geoip negative cache periodically
2010-02-14 01:17:19 +00:00
2700028da7
* Transport: Adjust bids based on address cost
...
- More finals
2010-02-13 15:16:12 +00:00
51a1564566
Fix addWebApplications API goofup, Bump BOB version, which I forgot to do.
2010-02-13 13:46:10 +00:00
bd068058c3
* Floodfills: Increase max to 28 (was 15) and min to 20 (was 10)
2010-02-13 12:02:33 +00:00
4591f77928
A few minor updates
2010-02-13 10:51:00 +00:00
4f70a7d0fe
* Clock:
...
- getFramedAveragePeerClockSkew() now returns a long (ms);
was a Long (s)
- Implement NTP-style clock slewing so the clock is adjusted
gradually
- Implement clock strata so we prefer better clocks
- Implement a timestamper in the transport so we will periodically
update the clock even if NTP is not working
This allows the router to converge the clock instead of simply
hoping the first connected peer is correct.
- Slow down NTP attempts after several consecutive failures
2010-02-13 01:20:23 +00:00
6d67848096
org.mortbay.jetty.Server modified method to accept Attributes for batch webapp launches via addWebApplications().
2010-02-12 22:15:59 +00:00
c145ed103a
merge of '5a88275dbd49dfde016676939fb28b1387447216'
...
and 'b4afc02ff8ecaf95f621169763cfa99e3f309102'
2010-02-11 23:02:03 +00:00
f265db4037
fix stop button; catch and log exceptions better
2010-02-11 21:41:54 +00:00
62308f26bc
* Plugins:
...
- Fix classpath setting for webapps
- Implement uninstall args in clients.config
2010-02-11 19:18:26 +00:00
2b4b47eff6
Russian translation updated (readonly install directory message)
2010-02-10 20:30:51 +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
cada9fae44
flush requests in I2PTunelRunner
2010-02-10 20:13:07 +00:00
949aea951e
* Plugins:
...
- Hook up update/delete/check/save buttons
- Implement delete
- Hide unless router.enablePlugins=true
2010-02-10 19:09:35 +00:00
cfc49ab261
* Plugins:
...
- Check plugin key against all installed plugins
- Reword some error messages
* VersionComparator: add '-' and '_' as valid separators
to better support plugin and java version checking
2010-02-10 15:35:00 +00:00
0e853a3119
fix missing readme files in debian
2010-02-10 13:45:31 +00:00
a0cad7e8e9
-10
2010-02-10 12:58:45 +00:00
880f1866dc
take version number off jrobin jar so we can overwrite if we upgrade
2010-02-10 12:06:30 +00:00