eyedeekay
8b371006fc
GeoIP: document where to run the shell script from
2024-04-04 11:16:47 -04:00
eyedeekay
2f0be8b80d
Merge branch 'master' of i2pgit.org:i2p-hackers/i2p.i2p
2024-04-04 11:14:54 -04:00
eyedeekay
d693e3b792
update geoip DB 4/3/2024
2024-04-03 10:06:57 -04:00
zzz
6e7eb3cb6a
blocklist update
2024-04-01 07:13:41 -04:00
zzz
97fe2bbed9
i2psnark: Add more known opentrackers
...
as requested
2024-03-25 10:41:47 -04:00
zzz
663ec385c7
Console readme, i2prouter: Add Czech translation
2024-03-24 09:48:48 -04:00
zzz
d179194e16
Eepsite: Add Japanese link to top of English help page
2024-03-23 11:46:42 -04:00
zzz
27f602819b
eepsite: Add Japanese, update Spanish traslation
2024-03-20 09:22:14 -04:00
zzz
eb10e9251a
i2prouter: Add Hungarian translation
2024-03-20 09:07:29 -04:00
zzz
77289b72b7
Reseeder list update
2024-03-03 11:40:39 -05:00
c54ec4d458
Build: Update gradle to 8.5
2024-01-28 12:09:10 +00:00
zzz
23fa8b9295
add sample testnet config
2024-01-04 08:06:30 -05:00
eyedeekay
e49c18a073
Checklist: remind to update topic on i2p-dev
2023-12-19 16:46:30 -05:00
eyedeekay
a587e09e24
Router: update versions
2023-12-18 12:37:12 -05:00
eyedeekay
03635ad5c7
2.4.0: Pull in new translations, ant testscripts and po4update-man.sh
2023-12-18 12:26:44 -05:00
zzz
e5d2580010
pull translations from tx
2023-12-15 13:36:36 -05:00
zzz
c577b2a05e
blocklist update
2023-12-15 13:03:10 -05:00
eyedeekay
78985cd2fd
Router: Update GeoIP and Build Time
2023-12-10 08:45:09 -05:00
zzz
143980bc3a
Installer: Fix rare misidentification of OS
...
caused by matching on hostname, e.g. Linux on a Mac
2023-12-08 06:11:12 -05:00
zzz
d833f53de0
new reseeds
2023-11-30 14:10:35 -05:00
zzz
5287da1f0f
checklist update
2023-11-28 11:37:07 -05:00
zzz
3db4f23514
Update checklist for tx v3
2023-11-07 13:31:46 -05:00
zzz
3280dd1878
Add ramble.i2p to hosts.txt
2023-10-10 12:00:10 -04:00
idk
cd6a4ac758
update translations and manpages
2023-06-29 14:40:46 -04:00
idk
40a7149215
update versions and build numbers
2023-06-29 13:39:12 -04:00
idk
c30ad8d386
update geolite database
2023-06-14 12:45:36 -04:00
idk
c6d853575d
fix makegeoip.sh script
2023-04-12 21:21:58 +00:00
idk
53bae90089
fix makegeoip script and update geoip data
2023-04-12 21:21:58 +00:00
idk
a50a65ac9f
update version numbers in installer and resources
2023-04-12 21:21:32 +00:00
idk
fe541df2c7
fix typo in checklist, add .tx to gitignore
2023-04-12 16:42:37 +00:00
idk
cbe8d3f799
add blocklist
2023-03-14 22:42:24 +00:00
idk
fdd0b6a280
remove hazardous plugin keys
2023-03-13 20:02:29 +00:00
idk
98931bb530
bump version and create tag for 2.2.0/0.9.58
2023-03-13 14:59:56 +00:00
idk
ed513b6c15
remove stats.i2p from jump services
2023-03-13 00:02:08 +00:00
idk
4b87f4d2cc
checkin reseed update
2023-03-07 19:50:58 +00:00
zzz
be5a10194a
Build: Fix list of changed files in manifests
...
Broken in move from mtn to git
Fix some places that were broken even with mtn
2023-01-22 10:08:53 -05:00
zzz
053f261e57
i2ptunnel: Fix typo for SSL outproxy host
...
for new and existing installs
Reported by Opicaak
2023-01-17 14:32:25 -05:00
zzz
a5d649ba2d
2.1.0
2023-01-10 09:32:31 -05:00
zzz
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
zzz
5e23488a96
Blocklist update
2023-01-06 14:39:47 -05:00
zzz
6bcc866f38
GeoIP 2023-01
...
bump BuildTime
2023-01-01 11:21:31 -05:00
zzz
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
zzz
a71f62c566
Router: Add IPv6 localhost and wildcard to blocklist
2022-12-20 15:12:12 -05:00
zzz
f8e0ee65f2
i2ptunnel: Change enc type defaults
...
ECIES (ratchet) introduced about 4 years ago, and we are still defaulting to both ECIES and ElG in most places.
There are four cases:
- New install: $I2P/i2ptunnel.config as shipped
- New tunnel: i2ptunnel code sets default
- Existing tunnel, no enc type config: i2ptunnel code sets default
- Existing tunnel, config changed and saved via UI in last 4 years: Setting as in config file
Changes:
- New install: Change eepsite and IRC client to ECIES-only; shared clients remains both
- New tunnel: Change from both to ECIES-only
- Existing tunnel, no enc type config: Change servers to ECIES-only; clients remain both
- Existing tunnel with enc type config: No defaults, no change
2022-11-28 09:38:34 -05:00
zzz
10b23915f1
i2ptunnel: Change default POP tunnel name to match the hostname
2022-11-26 12:44:09 -05:00
zzz
8fe9c487d3
Build: Windows script updates for 2.x.x
2022-11-22 13:26:04 -05:00
zzz
8d1d9a020f
2.0.0
2022-11-21 13:00:21 -05:00
zzz
52adc9dc16
Pull translations from transifex
2022-11-18 13:45:25 -05:00
idk
f02bf9b72b
quote %JAVA% in eepget.bat script on Windows to prevent paths from splitting. Closes 31 on i2p.www, which was mis-filed
2022-11-17 22:07:55 -05:00
zzz
37e93f6097
GeoIP 2022-11-01
2022-11-01 08:42:21 -04:00