fc7b1ea150
merge of '60987f4b854cedf353de8adef7747f79ca24b941'
...
and '8760d93a324f2eb837d218bc3b7450c80bb83b70'
2010-11-25 13:43:58 +00:00
0a5ffe6651
merge of '30bd40aa8c1637256a775b418e15d0e636cc96c6'
...
and 'abd4faae60790075a5dd79142e3c7f8cfb15ea40'
2010-11-25 13:43:57 +00:00
e7272fce53
Console themes: Overhaul of classic and dark; fix langbox glitch on homepage.
2010-11-25 13:40:54 +00:00
b9c36e436d
some changes to portuguese readme
2010-11-25 11:37:19 +00:00
a8a608c5c5
br and es readme tweaks
2010-11-24 22:34:56 +00:00
ef92123e00
0.8.1-6
2010-11-24 17:46:23 +00:00
58da5d7942
* Don't use bash explicitly
...
* Don't put the signer's name into the SignWith field, use the email address instead to avoid problems with spaces
2010-11-24 17:45:13 +00:00
838da762f8
-6
2010-11-24 16:47:50 +00:00
9c96c07f3e
merge of 'bbaea7567520aced60f19b571f63c11cbb3b1d76'
...
and 'e7bbb1ca66df6fb49b2f1fcb554e8077dd488fb2'
2010-11-24 16:45:43 +00:00
9053a86eb0
br->pt
2010-11-24 16:45:28 +00:00
d5b079faa8
Message cleanup
2010-11-24 16:41:19 +00:00
8228365d4b
* Router:
...
- Remove global lock on accessing config
- Add global lock on reading/writing config file
2010-11-24 16:40:13 +00:00
a8b602bc54
* SimpleDataStructure: Fix problem in fromBase64() that
...
manifested itself as a configtunnels.jsp bug
2010-11-24 15:06:49 +00:00
0b59af6551
* i2psnark:
...
- Prevent dup requests during end game
(ticket 331 - thanks sponge and Oct!)
2010-11-24 15:04:52 +00:00
90490cb65d
cleanup; limit concurrent renderings to conserve memory
2010-11-24 15:01:14 +00:00
af519732c4
save some info we might need later
2010-11-24 14:59:27 +00:00
868f5b1c38
remove dup log
2010-11-24 14:58:40 +00:00
55db8bf3f6
save p param across posts
2010-11-24 14:56:58 +00:00
18a90516b3
javadoc
2010-11-24 14:56:07 +00:00
5f3834d398
Slackware, fix rc.i2p, bad logic.
2010-11-24 14:55:53 +00:00
4dfac0846b
add pt, move readme_br to _pt
2010-11-24 14:55:16 +00:00
ffee32535e
add more info about trac
2010-11-24 14:53:41 +00:00
1b59135b4a
javadoc, and comment out a test method
2010-11-24 14:53:24 +00:00
8b5c0a2db1
Plugin: ticket 104 Fix webapp isRunning to check ALL webapps.
...
The only defecency is that if one is running, that it considers the
entire pliugin to be running. I'm not sure if that is a good thing
or a bad thing, but the other code checks threads that way.
2010-11-24 14:31:54 +00:00
dec1a9d77d
Readme.html: Remove links to tino/perv's eepsite status sites (requested by zzz); more tuneups.
2010-11-23 21:30:08 +00:00
b39d1c7322
Readme.html: finessing.
2010-11-23 20:40:12 +00:00
19696e1ec1
Readme.html: Add perv and tino eepsite lists; add i2plugins; add target="_blank" to all external links.
2010-11-23 20:08:01 +00:00
d6a6836d90
merge of '3b6c4d6af6fae83cc9b7d42e8515804ae48ec675'
...
and '799a00a4929a59478c534a56cce350cdb9a042e0'
2010-11-23 13:54:18 +00:00
53efb4e046
changes to spanish snark by user
2010-11-23 06:30:04 +00:00
fa4379aef1
Portuguese, thx to user
2010-11-22 22:30:11 +00:00
591e531ab6
Kleinschreibung
2010-11-22 22:24:09 +00:00
c41a0c49b3
merge of '09a1ef8a35181c9ebdca5244237767f3eedc3ac0'
...
and 'ff29f16d54e144a5bdc987ddb29a1b9063742e40'
2010-11-22 17:07:28 +00:00
7c37590800
2010-11-22 17:06:57 +00:00
e4e0697ea8
-4
2010-11-22 01:17:26 +00:00
ee831106b7
merge of 'c6ad7f9d5bc5afefd248c4fc8fa5266642e18143'
...
and 'cbd2b39bbf04f7e25bcea99f213cbad1c323e445'
2010-11-22 01:16:25 +00:00
502f247d08
update trac message
2010-11-22 01:12:00 +00:00
ad96c8498d
more conversion to POST
2010-11-22 01:03:35 +00:00
705598d66a
quote=user: holding back further work until dr|z3d complies with his promise
2010-11-21 23:12:11 +00:00
3e52d6959b
require POST where we can
2010-11-21 23:05:14 +00:00
76bc6f5aee
two missing spaces in i2psnark
2010-11-21 22:29:53 +00:00
6c19e7e399
* i2psnark:
...
- Defer piece loading until required
- Stub out Extension message support
2010-11-21 21:19:12 +00:00
b5ae626425
sort tweak
2010-11-21 20:49:45 +00:00
d710da5c11
add note
2010-11-21 20:48:17 +00:00
883fb2cb4a
log tweak
2010-11-21 20:47:59 +00:00
2a34ea8356
* Console:
...
- Convert GraphHelper to a FormHandler
- Require POST for all forms
- Change the way we store the Writer to prevent problems
- Fix bonus setting on configpeer.jsp
- More ".jsp" removal
2010-11-21 20:46:48 +00:00
9e8af7367e
* Addressbook: Fix rename error on Windows (tkt 323 - thanks RN!)
2010-11-21 20:40:42 +00:00
106af9967a
* SSLEepGet, Reseeder:
...
- Implement additional CA loading
- Provide facility to reuse SSL state for speed
- Provide facility to store previously untrusted certificates
- Add SSL reseed hosts, prefer them by default
- Reseed message cleanup
* build.xml:
- Add www.cacert.org cert to the installer and updater so
SSL on a.netdb.i2p2.de and c.netdb.i2p2.de will work
- Cleanup, fix distclean error in older ants.
2010-11-21 20:37:49 +00:00
c8cad6ab79
fixed a few typos
2010-11-21 18:40:30 +00:00
d8139cb19e
further changes to eepsite, e.g. s/link drücken/link klicken
2010-11-21 12:39:37 +00:00
7a469b048e
merge of '1ab0d0ba04d993e3f1101e599cecbcdc3950a26d'
...
and '26e69d318672e267117c74a736c1ab3d38215c20'
2010-11-20 16:48:40 +00:00