beb6d1f43f
I2PLogger fix; better log init
2011-12-31 00:49:39 +00:00
4d1736eaf6
jetty logging tweaks
2011-12-30 21:58:16 +00:00
03e86fcb24
make jetty use I2P logging
2011-12-30 19:44:57 +00:00
be7623a462
- Start webapps after console for faster startup
...
- Add delay in systray port checker to ensure console is up
- Move I2PRequestLog to net.i2p.jetty package
2011-12-29 23:25:27 +00:00
07162b56c8
escape quotation marks in jsp files
...
The routerconsole's precompilejsp target failed when using the jetty packages
from Debian. These escaped jsp files also work with 'our' jetty6 (and jetty6).
2011-12-25 22:37:30 +00:00
ec7ec564be
- Fix Console concurrent ThreadPool
...
- Uncomment eepsite concurrent ThreadPool and fix arguments
- Reduce eepsite acceptors to 1
- Add jetty-ssl.xml example
- jetty.xml cleanup
2011-12-24 17:09:01 +00:00
0fb9096096
- Fix help.jsp mapping to language
...
- Fix nowebapp.jsp for non-started webapps
- Fix nowebapp.jsp for url /foo for non-started webapp foo
2011-12-24 05:26:56 +00:00
8ea587accb
fix up-to-date check
2011-12-23 15:41:05 +00:00
d976b59732
fix getWebApp()
2011-12-23 15:36:44 +00:00
fbbab0d819
mods to compile with Jetty 6
2011-12-23 01:01:40 +00:00
56901e5ff7
base files from Jetty 5.1.15 for reference
2011-12-23 01:00:45 +00:00
04cbcf2759
reapply I2P mods
2011-12-23 00:58:13 +00:00
99ad70e80a
6.1.26 base for reference
2011-12-23 00:57:46 +00:00
92b9d0a996
First cut at migrating to Jetty 6 and prep for using an external
...
Jetty 6 package.
- Add several jars from the Jetty 6 distribution
- Update jetty.xml
- Add context XML files
- Update WorkingDir to migrate the content XML files
- Update RouterConsoleRunner and LocaleWebAppHandler
- Remove all old Jetty 5.1.15 local mods;
this will break Seedless using a custom Server() constructor
- Update I2PRequestLog to be a mod of NCSARequestLog from 6.1.26
- Put I2PRequestLog in its own jar
- Copy MultiPartRequest and other required classes from Jetty 5.1.15
and add it to susimail, as the replacement MultiPartFilter in
Jetty 6 is difficult to migrate to, and does not support content-type
- Update i2psnark for Jetty 6
- Disable i2psnark RunStandalone, unused and instantiated Jetty 5
- Fix up all webapp build.xml to reference new jars
Not yet working: Plugin/webapp run detection and stopping, eepsite CGI
Not well tested: Plugins, classpaths, webapps
2011-12-23 00:56:48 +00:00
f9b2100d75
Updated Ukrainian translation from Transifex
2011-12-18 00:09:52 +00:00
1488cd0f48
* i2psnark:
...
- Replace file name characters not supported in default charset
- Add torrent file name to local details page
2011-12-17 13:52:32 +00:00
5b05d86ec6
merge of '577418047ed3ead63f9f7dc4211cf4ac7e19d251'
...
and 'c5d321a2c838422c5e813359c2e86f9b98561cf9'
2011-12-16 12:24:37 +00:00
212981dfee
Add hooks so the new PortMapper lets i2p plugins not fail when the router console is not on port 7657. Also raise an exception when requesting unregistered ports so as to encourage swift adding of the registration hooks when those ports are taken.
2011-12-15 23:36:32 +00:00
7864404a8c
Swedish language translation updates from Transifex
2011-12-15 20:20:33 +00:00
eb32e2e23e
merge of '581e8c75800b84404730c41f6eb904fbc4e43804'
...
and 'fda7a0fe63b4cda793b7c15d5d263c211b2a0903'
2011-12-14 00:20:17 +00:00
6ce5e8bd03
Don't require that full stats need to enabled in order to graph high capacity
...
peers. (closes #450 )
2011-12-13 23:08:41 +00:00
15cbb6bb71
add charset, which is not necessarily the same as file.encoding
2011-12-13 15:24:20 +00:00
00c0171d31
English po updates (pushed to Transifex)
2011-12-12 11:23:02 +00:00
1e5afa8568
German and Spanish translation updates from Transifex
2011-12-12 11:17:17 +00:00
6caa1c3e81
HTTP server tunnel, use log.WARN for 3 first minutes. ( closes #460 )
2011-12-11 17:22:28 +00:00
be1d95e991
form size increase to match future hq.postman.i2p limits
2011-12-06 21:49:55 +00:00
0f384c86fe
* Router:
...
- More refactoring tasks to their own files
- Adjust some thread priorities
2011-12-05 16:18:35 +00:00
4c2c198c0a
cleanup
2011-12-05 16:17:09 +00:00
51899e9ea0
CSS
2011-12-05 01:01:14 +00:00
c5f98a04fa
* Console:
...
- Less icons on configclients.jsp
- Fix some browsers breaking line on negative numbers
- Tab CSS tweaks
2011-12-04 18:52:17 +00:00
88e7d60e3e
* IRC Client: Lower log level for connect error to warn (thx echelon/sponge)
2011-12-04 18:49:50 +00:00
0d145fc77f
* i2psnark: Fix directories not always deleted when torrent is deleted
2011-12-04 18:49:07 +00:00
c9cccd7581
* Console:
...
- Summary bar tweaks
- Config nav CSS tabs
- CSS cleanups from last checkin
2011-12-02 17:21:04 +00:00
0a76a0db22
* Susimail:
...
- Login screen tweaks
- Cleanups, generics, static
2011-12-02 17:05:08 +00:00
080cc962fb
* Console:
...
- Split up config network page
- CSS tweaks and cleanups
- Change some form notices to errors
- Spiff up the buttons
new silk icons: See licenses/LICENSE-SilkIcons.txt
new toopie icon: Shrunk from existing one
2011-11-30 23:23:41 +00:00
f6cff78528
* IRC Server: Fix IOOBE (ticket #559 )
2011-11-30 23:16:29 +00:00
5fd20fc77c
* i2psnark:
...
- Retry link on torrent download fail
- Clear URL after clicking 'add torrent'
- Message tweaks
- CSS tweaks
2011-11-30 23:15:22 +00:00
c0b9fe0340
* Router: Refactor periodic tasks to their own files
2011-11-29 15:25:40 +00:00
6bcf40b41a
merge of '31dc69e6816f5a08d4183272f46d23e9c397f9c6'
...
and 'da86088817442e065e854274adbd896a92ee148f'
2011-11-28 22:58:08 +00:00
6b811b36b9
replace more equalsIgnoreCase() calls
2011-11-28 22:55:10 +00:00
8619fd2c05
dont use equalsIgnoreCase() for booleans
2011-11-28 21:52:49 +00:00
d9dcb1e583
* Specify locale in all toLowerCase() and toUpperCase() calls to
...
avoid "Turkish four i problem"
2011-11-28 20:32:23 +00:00
2537f48d08
Add (more) IRCop (and other safe) commands to the IRCfilter whitelist
2011-11-28 17:42:28 +00:00
8744c83ff6
optimize outbound whitelist
2011-11-27 19:05:38 +00:00
e4004e6f83
socket error log fix
2011-11-26 22:20:31 +00:00
18c850c085
commands that are commonly used by IRCops. Should be harmless.
2011-11-24 18:27:55 +00:00
6b49c03eb8
Add MOTD and ADMIN to the "do not filter" list
2011-11-24 10:42:18 +00:00
95dd34f009
Since they're harmless, add default unrealircd aliases to the "don't filter"
...
list.
2011-11-24 10:40:15 +00:00
f4f5873692
minor HTML fixes, trailing space removal
2011-11-21 20:18:26 +00:00
bef8fe0c8c
spacing
2011-11-21 15:28:19 +00:00