- Feb 05, 2021
- Feb 04, 2021
-
-
idk authored
add SSH tunnel for gitssh.idk.i2p services to i2ptunnel.config files for docker and regular installs
-
- Feb 03, 2021
-
-
zzz authored
WIP - not hooked in
-
zzz authored
Remove blanket unreachable test for inbound tunnels, replace with reachable test for IBGW only Retain inbound reachable test for hidden routers Retain inbound reachable test for first hour of uptime Add outbound reachable test for first hour of uptime Add locally-unreachable test for outbound tunnels (was inbound only) Minor cleanups Log tweaks
-
- Feb 02, 2021
- Feb 01, 2021
-
-
zzz authored
hostname -> host name or other rewording
-
- Jan 31, 2021
- Jan 30, 2021
- Jan 29, 2021
-
-
zzz authored
-
zzz authored
Util: Fix net.i2p.util.Addresses::getIP empty string Test parts of net.i2p.util.Addresses See merge request i2p-hackers/i2p.i2p!16
-
The standard library behavior is to return the localhost when null or an empty string is passed. getIP seeked to override that behavior, but didn't treat the empty string case. Test parts of net.i2p.util.Addresses
-
- Jan 28, 2021
-
-
idk authored
Fix docker build Closes #6 See merge request i2p-hackers/i2p.i2p!19
-
idk authored
Change the default I2P site theme so that it looks like the default light theme, diff provided by sadie, reviewed and checked in my idk
-
- Jan 27, 2021
-
-
zzz authored
-
LoveIsGrief authored
Restoring cached globbed files doesn't seem to work. The folder only contains a single file anyway, so it shouldn't endlessly grow in size.
-
- Jan 25, 2021
-
-
LoveIsGrief authored
The follow clients and tunnels are available on all interfaces (0.0.0.0) of the container: - routerconsole - SAM - I2P HTTP Proxy - Irc2P
-
LoveIsGrief authored
The range of 5k ports should be replaced by a more precise choice of ports. It also pollutes the `docker inspect` output with 5k more lines.
-
- Jan 24, 2021
-
-
zzz authored
-
idk authored
-
idk authored
Remove background gradient from Hidden Services Manager pages and Snark Light theme. Allow hidden services manager items to use the whole width of the window.
-
idk authored
Make usage of 2-word Address Book consistent across console instead of mixed up(AddressBook, Address Book, addressbook, Addressbook, address book). Upper-case in app titles, lower-case in the text. Change CSS on address book to have the rounded buttons used in the rest of the console.
-
- Jan 23, 2021
-
-
LoveIsGrief authored
-
idk authored
Ready: Activate CI test job for master See merge request i2p-hackers/i2p.i2p!17
-
LoveIsGrief authored
We shouldn't build it for every single branch and commit
-
LoveIsGrief authored
It wasn't working at all which mean we would never use the cache
-
LoveIsGrief authored
-
LoveIsGrief authored
ant needed to be updated to >1.9, but the old image used an old alpine with the max version of ant being 1.8. The build is split into 2 phases to reduce the size of the image. A builder makes the installer and installs it in one image. The installed files are copied over to the actual result image.
-
zzz authored
Eepsite: pull new and updated help translations Replace possibly more-translated, but very very old (not from transifex) pages
-
zzz authored
javadocs for new test classes
-
zzz authored
ConvertToHash test I2PAppContext part See merge request i2p-hackers/i2p.i2p!15
-
This allows us to mock parts of the I2PAppContext as we like. The mocking is done when `testContext` is created in the constructor, which replaces the existing global context.
-
- Jan 22, 2021
-
-
zzz authored
-