- Feb 02, 2021
-
- Feb 01, 2021
-
- Jan 31, 2021
-
- Jan 30, 2021
-
- Jan 29, 2021
-
-
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
-
- 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
-
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.
-
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
-
- Jan 18, 2021
-
-
idk authored
Find and fix the bug which appears in 'https://old.reddit.com/r/i2p/search?q=console&restrict_sr=on&sort=relevance&t=all' a bunch of Reddit posts, due to a mistake in the Firefox Profile Installer which expected router.config to be in the (deprecated)Roaming application data, even though it was in the Local Application Data, and if it did not exist, created it. If the (deprecated)Roaming application data directory had a router.config file, then I2P attempted to use the Roaming application directory, and the user could end up with a router that had no client apps configured, resulting in a poor UX
-