50606a6828
javadoc fix
2011-12-09 20:19:00 +00:00
25b0603fde
* I2NP:
...
- Earlier detection and better logging of
truncated TunnelGatewayMessage and DatabaseStoreMessage
- Fix and enhance UnknownI2NPMessage implementation
- Don't deserialize or verify the checksum of the
embeddedI2NP message in the TunnelGatewayMessage
at the IBGW, just use UnknownI2NPMessage and pass it along,
except if zero hop; Still to do: similar thing at OBEP
- Round expiration times when converting to/from seconds for SSU
- Cleanups and javadoc
2011-12-09 17:36:49 +00:00
937ae8ad60
* UDP:
...
- Round expiration times when converting to seconds
- Zero-copy of single-fragment messages in MessageReceiver
- Optimizations, log tweaks, comments
2011-12-09 16:43:54 +00:00
6d4a9abd35
- Fix major bug from 2005 that corrupted outbound messages
...
that were an exact multiple of the fragment size.
2011-12-09 16:41:41 +00:00
533f7620ad
bounds check
2011-12-09 13:19:18 +00:00
49d88f0060
* Console, i2psnark: More button CSS tweaks
2011-12-09 13:18:20 +00:00
1c4d1e9a62
* LeaseSet: Fix size calculations
2011-12-09 13:16:29 +00:00
51f20c2c33
* Base64: Add decodestring command in main()
2011-12-09 13:15:19 +00:00
258effcc84
* UDP PacketBuilder:
...
- Again allow transmitting all new acks if there is room;
only limit resend acks
- Sanity checks to limit to 255 acks
2011-12-07 00:51:31 +00:00
3bd641abd0
* UDP: Fix major MTU bug introduced in 0.8.9.
...
- Change large MTU from 1492 to 1484 and small from 608 to 620
for encryption padding efficiency
- Enforce sent MTU limit
- Increase receive buffer size from 1536 to 1572 so that excessive-sized
packets sent by 0.8.9-0.8.11 routers aren't dropped
- Limit the max acks in a data packet
- Limit the duplicate acks in successive data packets
- Only include acks that will fit in the mtu in a data packet
- Correctly remove acks from the pending set after they are sent,
so they aren't sent repeatedly
- Don't pad data packets unless necessary
- Debug logging and javadocs
2011-12-06 21:50:33 +00:00
be1d95e991
form size increase to match future hq.postman.i2p limits
2011-12-06 21:49:55 +00:00
bd82a0c435
increase next hop send timeout; log tweaks
2011-12-06 21:49:23 +00:00
0f384c86fe
* Router:
...
- More refactoring tasks to their own files
- Adjust some thread priorities
2011-12-05 16:18:35 +00:00
5362e7cf15
comment out some stats
2011-12-05 16:17:29 +00:00
4c2c198c0a
cleanup
2011-12-05 16:17:09 +00:00
51899e9ea0
CSS
2011-12-05 01:01:14 +00:00
3fc312a66b
locking tweaks
2011-12-05 00:59:58 +00:00
e9d0d79809
* Tunnel RED:
...
- Complete rework of participating traffic RED.
Implement an accurate bandwidth tracker in FIFOBandwidthRefiller.
- Fix drop priority of VTBM at OBEP
- Lower drop priority of VTBRM at IBGW
- Raise threshold from 95% to 120%
- Remove unused things in HopConfig
...needs more testing...
2011-12-04 19:01:52 +00:00
69cae1a052
cleanup
2011-12-04 18:53:24 +00:00
cc71e3a5ca
useless null check removal
2011-12-04 18:52:31 +00:00
c5f98a04fa
* Console:
...
- Less icons on configclients.jsp
- Fix some browsers breaking line on negative numbers
- Tab CSS tweaks
2011-12-04 18:52:17 +00:00
489a0ead14
* UDP: Fix i2np.udp.allowLocal operation (thx Quizzers)
2011-12-04 18:50:40 +00:00
88e7d60e3e
* IRC Client: Lower log level for connect error to warn (thx echelon/sponge)
2011-12-04 18:49:50 +00:00
0d145fc77f
* i2psnark: Fix directories not always deleted when torrent is deleted
2011-12-04 18:49:07 +00:00
b2e4ab4a30
merge of '400a5244d9222e3fa5b59c06d1d1e2aff96bc0ad'
...
and 'cd21f20ad4b02cde232d083cca6b68b8c3097edc'
2011-12-02 18:02:10 +00:00
c9cccd7581
* Console:
...
- Summary bar tweaks
- Config nav CSS tabs
- CSS cleanups from last checkin
2011-12-02 17:21:04 +00:00
echelon
58f562d1bd
added irc.echelon.i2p to list of IRC servers
2011-12-02 17:15:07 +00:00
0a76a0db22
* Susimail:
...
- Login screen tweaks
- Cleanups, generics, static
2011-12-02 17:05:08 +00:00
080cc962fb
* Console:
...
- Split up config network page
- CSS tweaks and cleanups
- Change some form notices to errors
- Spiff up the buttons
new silk icons: See licenses/LICENSE-SilkIcons.txt
new toopie icon: Shrunk from existing one
2011-11-30 23:23:41 +00:00
b3fcdb8e46
* Throttle: Update throttle status immediately on shutdown request;
...
clear starting-up message after 20 minutes
2011-11-30 23:17:40 +00:00
f6cff78528
* IRC Server: Fix IOOBE (ticket #559 )
2011-11-30 23:16:29 +00:00
5fd20fc77c
* i2psnark:
...
- Retry link on torrent download fail
- Clear URL after clicking 'add torrent'
- Message tweaks
- CSS tweaks
2011-11-30 23:15:22 +00:00
9ae07688a5
move dummy implementations to their own directory
2011-11-29 19:32:20 +00:00
9a2a51518a
-12
2011-11-29 15:33:37 +00:00
c0b9fe0340
* Router: Refactor periodic tasks to their own files
2011-11-29 15:25:40 +00:00
d3564dfcb5
* Random: Use new nextBytes(buf, off, len) for efficiency
2011-11-29 13:54:19 +00:00
8480788856
-11
2011-11-28 23:04:48 +00:00
6bcf40b41a
merge of '31dc69e6816f5a08d4183272f46d23e9c397f9c6'
...
and 'da86088817442e065e854274adbd896a92ee148f'
2011-11-28 22:58:08 +00:00
6b811b36b9
replace more equalsIgnoreCase() calls
2011-11-28 22:55:10 +00:00
8619fd2c05
dont use equalsIgnoreCase() for booleans
2011-11-28 21:52:49 +00:00
d9dcb1e583
* Specify locale in all toLowerCase() and toUpperCase() calls to
...
avoid "Turkish four i problem"
2011-11-28 20:32:23 +00:00
bf461ee77e
* Update: Files listed in deletelist.txt will be deleted
2011-11-28 18:00:36 +00:00
kytv
2537f48d08
Add (more) IRCop (and other safe) commands to the IRCfilter whitelist
2011-11-28 17:42:28 +00:00
1339209fa9
* Reseed:
...
- Restore i2pbote (ticket #516 )
- Remove r31453 (cert expiring, host soon to be shut down permanently)
2011-11-27 19:06:40 +00:00
8744c83ff6
optimize outbound whitelist
2011-11-27 19:05:38 +00:00
09731ffd3a
NPE fix tweak
2011-11-26 23:22:01 +00:00
6d5678c14e
pumper NPE fix
2011-11-26 22:57:23 +00:00
e4004e6f83
socket error log fix
2011-11-26 22:20:31 +00:00
17773a2de9
merge of '0df36c67913504a966d734f799d1bb39bf358396'
...
and '220f8941ffde39c665c1213cbc27037defb3527f'
2011-11-26 22:13:07 +00:00
kytv
97ead4cdd6
-7 (b/c of irc filtering changes)
2011-11-24 18:28:40 +00:00