- Feb 03, 2021
-
-
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
-
- Jan 31, 2021
-
- Jan 30, 2021
-
- Jan 29, 2021
-
-
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
-
- Jan 27, 2021
-
-
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
-
-
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
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
-
- Jan 21, 2021
-
-
LoveIsGrief authored
After a merge request has been merged, the result should also be tested. Otherwise gitlab won't run it
-
- Jan 20, 2021
-
-
zzz authored
Test net.i2p.util.ConvertToHash See merge request i2p-hackers/i2p.i2p!13
-
In non-English environments, the message is translated.
-
zzz authored
http://zzz.i2p/topics/3036
-