d6c0da701d
removing mtn.i2p-projekt.i2p and trac.i2p2.i2p (said to be permanently down)
2023-01-15 18:37:31 +01:00
19e3122f48
i2ptunnel: Return error code from SOCKS client on failure to build tunnels
...
previously just closed the socket
2023-01-15 11:18:00 -05:00
acec9b5275
i2ptunnel: Return 503 from HTTP client on failure to build tunnels
...
previously just closed the socket
2023-01-15 10:37:55 -05:00
522cf05880
Console: Add netdb search by introducer count
2023-01-15 10:05:20 -05:00
a3fd28dcf4
i2ptunnel: Interrupt pending client tunnel build when stop button is clicked
...
Message/log cleanups
2023-01-15 10:02:17 -05:00
a4220f7bc6
Transport: Add 8080 to ports list
...
as suggested by drzed
2023-01-15 09:02:35 -05:00
d6891d4b7a
Console: Show smoothed receive BPS for SSU peers
...
Don't show zero send/receive BPS after 15 sec idle; show smoothed value,
so display isn't mostly zeros.
BPS sorters will now work correctly and totals are more accurate.
Pass now to send/receive BPS methods and BW estimator
Comment out UDPTransport.noteSend()
Fix alignment issue in NTCP peers table
Show 0 instead of 0.00 for zero BPS
Change rounding mode of formatters
2023-01-15 08:17:09 -05:00
65d99d2082
Build: Provide hints on how to fix it when msgfmt fails
2023-01-15 07:05:55 -05:00
f3f4cd7a21
Console: Show if data structure is compressible (advanced)
...
Convert IPv6 addresses to canonical form
2023-01-14 08:08:25 -05:00
cf82d3a156
Transport: isValidPort() micro-optimization
...
add i2pd console to list
2023-01-14 07:03:16 -05:00
2ba106e38e
use buildI2PSnark rather than pkg as dependency of git-bundle
2023-01-13 20:31:03 +00:00
c4fd1b610b
Router: Simplify published stats values
...
to be only what stats.i2p needs
Disabled until next release, to preserve dev build anonymity,
tested while enabled
Commented out unsed code
ref: http://zzz.i2p/topics/3515
2023-01-12 15:25:52 -05:00
841e277180
SAM: Abort tunnel build if control socket closes
...
Command error handling and message improvements
Implement simple HELP command
bump -1
2023-01-12 13:35:05 -05:00
0bb9984dfa
Util: Add warning about copying router.config to another router
2023-01-12 06:58:51 -05:00
f814b85a86
Console: Add ability to search netdb for a range of ports
...
Minor cleanup of dup strings
2023-01-11 13:44:42 -05:00
904829c1d5
Console: Hide Hidden Services Manager link until TCG is running
...
Use PortMapper constants to check registration
Reported by lbt
2023-01-11 13:37:29 -05:00
b2d78e4724
Console: Add service true/false to version info
...
As proposed at http://zzz.i2p/topics/3520
2023-01-11 13:12:09 -05:00
34be58962a
SSU2: Removed cached bitmasks
...
Waste of space and probably slower
2023-01-11 13:01:02 -05:00
fb7cd7e3ef
Streaming: now() call consolidation
2023-01-11 12:57:43 -05:00
e1e65546b8
Build: Add bundle target alias, referenced in some docs
...
reported by lbt
2023-01-11 12:48:21 -05:00
a6e8d53b37
Console: Incorporate bionic build patch from previous checkin
...
Remove patch from debian files
2023-01-11 10:15:12 -05:00
87fbec3e39
Debian files for 2.1.0
...
Including bionic build fix
Don't know why focal worked without it
2023-01-11 09:53:37 -05:00
a5d649ba2d
2.1.0
2023-01-10 09:32:31 -05:00
1e34738fca
SSU: Rewrite/fix previous Java 7 (Android) fix
...
Update checklist to specify bootclasspath, so these are caught in the future
bump -16-rc
2023-01-08 14:45:17 -05:00
433340c11b
SSU: Fix NPE handling SSU1 peer test msg 7
...
Reported by drzed
2023-01-08 13:04:23 -05:00
d9a75a5afc
AppArmor: Allow classes.jsa in other locations
...
Remove dup line
Reported/tested by lbt
2023-01-08 13:04:23 -05:00
43090cbc32
put must be followed by get in order to contain the current key, UDPTransport
2023-01-08 00:42:32 +00:00
e70229140b
use a containsKey()+put instead of putIfAbsent because putIfAbsent is not present in Java 8, thereby breaking Maven builds
2023-01-08 00:28:26 +00:00
b4fb8ba2c9
bump for review -15-rc
2023-01-06 14:45:01 -05:00
5e23488a96
Blocklist update
2023-01-06 14:39:47 -05:00
9adbef3f27
Pull translations
2023-01-06 14:38:46 -05:00
09a97c31fc
Reseed: Exclude SSU2 with introducers from local reseed file
2023-01-04 08:52:57 -05:00
76d8d9110a
Console: Add link to sort netdb country chart by count
2023-01-03 10:10:35 -05:00
67c09c69f0
Console: Replace triangle icons with ** on the new peers tab
...
Can't get the icons to look nice
2023-01-03 09:29:32 -05:00
513a33abe6
Profiles: Capacity calculator minor cleanup
2023-01-02 16:44:31 -05:00
b313817399
Update annotation of tunnel reject codes
2023-01-02 16:21:47 -05:00
0f7dca99d1
don't attempt to pass windows flags to cc when building jbigi, jcpuid on non-Windows platforms
2023-01-02 16:59:23 +00:00
c0891c4a4c
Build: Add mockito to core javadocs path to prevent warnings in mavenCentral.deps task
2023-01-02 09:54:10 -05:00
a94382458e
set apart windows flags including JAVA_HOME in case the path contains a space
2023-01-02 02:28:44 +00:00
6856969d01
add quotes around JAVA_HOME on windows so that it can use a JAVA_HOME that exists in %ProgramFiles%
2023-01-01 23:48:57 +00:00
e4fba64fc1
Quote and shellcheck the jbigi.jar build scripts in order to fix errors when building jbigi jars on Windows
2023-01-01 23:09:10 +00:00
0c4fd2dbb1
quote JAVA_HOME during jbigi build
2023-01-01 22:22:03 +00:00
6ad90ca38a
Change the gmp mirror so that when you try to build a jbigi.jar it does not fail. Can be changed back by editing core/c/jbigi/download_gmp.sh
2023-01-01 22:05:00 +00:00
edfc9b1454
I2CP: Reduce session limit to 50
...
Set limit to 0 if vmCommSystem
i2ptunnel: Do not retry if session limit exceeded
2023-01-01 13:08:25 -05:00
6bcc866f38
GeoIP 2023-01
...
bump BuildTime
2023-01-01 11:21:31 -05:00
04d0ecc1a7
i2psnark: Prep for JS DnD (Gitlab MR !73 )
...
Strip file:// in create form for non-JS DnD
Add IDs to relevant elements for access by JS
JS to follow after further testing
2023-01-01 10:46:07 -05:00
2ad33706e3
i2psnark: Add missing button icons (dark/light themes)
2023-01-01 10:41:59 -05:00
952d9fd471
Build: Add jsdoc target
...
Doesn't really do much yet because none of our js has jsdocs
2023-01-01 10:40:33 -05:00
be7e213736
Pull translations from tx
...
preliminary in case TX API v2 stops working
2022-12-31 15:08:09 -05:00
5818f8e26d
bump -14-rc
2022-12-31 14:10:58 -05:00