- Mar 03, 2017
-
-
zzz authored
- Remove with-libtomcat6-java and with-libtomcat7-java - Replace with-libjetty8-java with-libjetty9-java - Add libtomcat8-java dependency in debian builds - Change libservlet-3.0-java implicit dependency to libservlet-3.1-java - Initial mods for trusty build files, as it does not have jetty 9 - Initial xenial build files - Add link to jetty9-apache-jsp.jar - Add necessary util jars to jsp classpath Non-Debian builds: - Move tomcat runtime from javax.servlet.jar to jasper-runtime.jar, to be consistent with Jetty 8 - Switch from jetty (glassfish) to apache (tomcat) jsp implementation, to be consistent with Debian builds - Drop checked-in Tomcat 6 and Jetty 8 jars Code: - Force Jasper initialization in RouterConsoleRunner since we don't use the Jetty annotation scanner
-
- Jan 07, 2017
-
-
zzz authored
-
- Dec 23, 2016
-
-
zzz authored
-
- Dec 16, 2016
-
-
zzz authored
-
- Dec 03, 2016
-
-
zzz authored
-
- Dec 02, 2016
-
-
zzz authored
-
- Dec 01, 2016
-
-
zzz authored
-
- Nov 17, 2016
-
-
zzz authored
-
- Nov 16, 2016
-
-
zzz authored
-
- Nov 06, 2016
-
-
zzz authored
-
- Oct 26, 2016
-
-
zzz authored
embedders (esp. Android) targetting 1.6 must set javac.version=1.6 in override.properties and set both bootclasspath variables.
-
- Oct 21, 2016
-
-
zzz authored
-
- Sep 22, 2016
-
-
zzz authored
-
- Aug 14, 2016
-
-
zzz authored
Register actual listen host with port mapper Register POP and SMTP ports with port mapper
-
- Aug 12, 2016
- Jul 18, 2016
-
-
zzz authored
-
- Jun 04, 2016
-
-
zzz authored
-
- May 08, 2016
-
-
zzz authored
Partial fix for UTF-8 usernames Better input checking and help messages
-
- May 07, 2016
-
-
zzz authored
for gettext < 0.19
-
- May 01, 2016
-
-
zzz authored
speeding up builds with translations by 20x
-
- Apr 29, 2016
-
-
zzz authored
-
- Apr 27, 2016
-
-
zzz authored
in router context, like we did for clients earlier
-
- Apr 24, 2016
-
-
zzz authored
- Enable form - Switch to multipart form for getting old private key file - Add advanced authentications PrivateKeyFile: Add InputStream constructor for i2ptunnel
-
zzz authored
i2ptunnel: Add new registration authentication page - Remove old, unused hostname signature generation PrivateKeyFile: Ensure initialization before returning private keys
-
- Apr 16, 2016
-
-
zzz authored
-
- Apr 13, 2016
-
-
zzz authored
Remove duplicate lookups in SOCKS 5 Log tweaks Streaming, i2ptunnel: Catch null destination in connect() calls Synchronize Connection.setRemotePeer(); remove _remotePeerSet field
-
- Apr 07, 2016
-
-
zzz authored
Prep for dependency on libtomcat7 Doesn't work yet, breaks susidns. glassfish-javaee for jstl.jar and standard.jar version 1.2 won't work with tomcat7, it's ancient and not compatible with recent el libs. Add back option to depend on libjakarta-taglibs-standard and libjstl1.1-java which are version 1.1.2, but not clear if they will work with tomcat7 either, even though they are dependencies of libjetty8-extra-java. We switched from JSTL 1.1.2 to JSTL 1.2 when we went from Jetty 5 to Jetty 6 in 2012. 1.2 libs are not available anywhere except for Glassfish, and Debian only has the ancient Java EE 5 Glassfish 2.1. Not clear there's any way to get susidns (and bote) to work with both Tomcat 6 and 7. - Fix wrong jsp-api version - Fix other minor errors in install and links files. - Log stack trace for Jetty warnings if log level is WARN - SusiDNS: Move standard.jar and jstl.jar out of WEB-INF/lib, where Tomcat 7 build refuses to find them
-
- Apr 01, 2016
-
-
zzz authored
Add dependency on libjetty8-java and libservlet3.0-java packages Remove those binaries in debian builds Prep for dependency on libservlet2.5-java package Prep for dependency on libtomcat6-java package Prep for dependency on libtomcat7-java package Prep for dependency on libjakarta-taglibs-standard-java package Prep for dependency on libjstl1.1-java package Add build properties for building with packages Rework of apps/jetty/build.xml for building with packages Redefine debian/ as the files for the jessie build Make debian-alt directories for ubuntu builds Move debian/changelog to debian-alt/trusty/changelog Move debian-alt/jessie/changelog to debian/changelog Add apps/jetty/jettylib/jsp-api.jar to classpath for jsp builds
-
- Feb 27, 2016
-
-
zzz authored
Fix build.xml war dependency tracking
-
- Feb 26, 2016
-
-
zzz authored
- Fix hostname signature not finding private key file - Hide hostname signature if not successful - Null check for hostname signature failure - Make add-to-addressbook link a button - Add QR code generation
-
- Feb 25, 2016
-
-
zzz authored
-
- Feb 19, 2016
-
-
zzz authored
(thx orignal)
-
- Feb 13, 2016
-
-
zzz authored
- Add options to block by referer and user-agent - Increase size of access list field in form - Log blocked destinations in b32, not b64 - Strip X-Runtime header Streaming; - Log blocked destinations in b32, not b64
-
- Feb 06, 2016
-
-
z3r0fox authored
Linting dep-ann: Added @Deprecated annotations in i2psnark, i2ptunnel, ministreaming, routerconsole, streaming
-
- Jan 27, 2016
- Jan 22, 2016
-
-
zzz authored
Clean up text on the conflict page for readability.
-
- Jan 14, 2016
-
-
zzz authored
-
- Jan 06, 2016
-
-
zzz authored
I2PTunnel: Fixup console links in error pages if console is on a non-standard host or port, or on https PortMapper: Add method to convert wildcard host to actual host
-