- Mar 29, 2010
-
-
zzz authored
- Always show start button for webapps and plugins * configclients.jsp, configupdate.jsp: - Fix submission when entering CR in a text box * Plugins: - Stop all plugins at shutdown - Log tweaks * WebApps: - Remove the WAC after stopping it - Stop a WAC before starting it to prevent dups
-
- Mar 25, 2010
-
-
zzz authored
-
- Mar 18, 2010
-
-
zzz authored
-
- Mar 15, 2010
-
-
zzz authored
- Mar 13, 2010
-
-
zzz authored
-
- Mar 08, 2010
-
-
zzz authored
-
- Mar 05, 2010
-
-
zzz authored
-
zzz authored
-
zzz authored
- New, for filtering IRC client traffic when using SOCKS * I2PTunnelIRCClient: - Make filter classes static and public for use by SOCKS - Eliminate redundant case conversion - Pass ISON message through (jIRCii uses it for pings) - Switch back to StringBuffer since it's used by 2 threads - Set daemon on filter threads * SOCKS5Server: - Fix handling of multiple authentication methods
-
- Mar 02, 2010
-
-
zzz authored
- Add link to jobs.jsp on configservice.jsp - Add plugin disableStop support
-
- Feb 27, 2010
-
-
http://zzz.i2p/topics/571zzz authored
-
zzz authored
- Put B32 instead of B64 in Host: header, saves 450 bytes - Eliminate some redundant lookups - Fix http://i2p/b64/ and /eepproxy/site/ requests - Disallow a port specified for an i2p address - Cleanup and comments
-
- Feb 23, 2010
-
-
zzz authored
will be transparently unpacked with unpack200. Savings is about 60%. Someday we will do this for suds, but we can do it for xpi2ps now. * build: Add updater200 target
-
- Feb 22, 2010
-
-
zzz authored
- Add js delete confirm - Remove delete button for webapps * i2psnark: - Ignore a non-i2p tracker in a torrent rather than deleting the torrent, thus "converting" a torrent to in-netowrk use via the open trackers - Add js delete confirm
-
- Feb 19, 2010
-
-
zzz authored
-
- Feb 18, 2010
-
-
zzz authored
-
- Feb 15, 2010
-
-
zzz authored
-
- Feb 13, 2010
- Feb 12, 2010
-
-
sponge authored
org.mortbay.jetty.Server modified method to accept Attributes for batch webapp launches via addWebApplications().
-
- Feb 10, 2010
- Feb 06, 2010
-
-
zzz authored
-
- Feb 04, 2010
-
-
zzz authored
-
- Feb 03, 2010
-
-
zzz authored
* i2psnark debug logging tweak
-
- Jan 31, 2010
-
-
zzz authored
-
- Jan 30, 2010
-
-
sponge authored
Fix setkeys bug in DoCMDS, forgot to create the object before calling t's methods, which threw an NPE.
-
- Jan 29, 2010
-
-
zzz authored
- Cleanup and javadoc
-
- Jan 28, 2010
-
-
dev authored
-
- Jan 26, 2010
- Jan 24, 2010
-
-
zzz authored
-
zzz authored
- Store and report UDP clock skews even for large values, so a badly skewed local clock will be reported to the console - Don't shitlist for NTCP clock skew if we don't know what time it is - If NTP hasn't worked yet, have NTCP or SSU update the clock one time - Include failed clock skew in NTCP skew vector if there aren't many connections - Don't include NTCP clock skews for non-established connections - Fix framed clock skew frame size - Report framed clock skew even if for only one peer, if NTP hasn't worked yet - Don't log RRD errors after clock adjustment - Reduce min skew for console warning to 30s (was 45s) - More Java 5 cleanups
-
zzz authored
-
- Jan 21, 2010
- Jan 19, 2010
-
-
sponge authored
on a stream... AKA setting keepalive. This should fix the stuck NTCP issue that has been bothing zzz for years. * Set keepalive on BOB connections too, since this will assist closing the connections in the event of a crash on a client.
-