kytv
3f4d154414
Brief instructions on lipo.
2012-01-01 00:20:06 +00:00
kytv
4c76a93adb
Add CPU type check for OSX
...
I removed Tanuki's broken CPU "bitness" check for OSX in
3db46be1ede7d858b6c319905cf310d99227eb29. With this commit I add one that
works. Note that at this point we don't use the "bitness" checking because we
ship a quad-fat wrapper for OSX. Unfortunately, one can only manipulate the osx
binaries with "lipo" which is only available in OSX. In the future we may want
to use the "bitness" logic.
In any case, the old check set the bits to 64 for Leopard and above, but just
because a Mac is running Leopard or Snow Leopard doesn't mean it's 64bit
capable. This addition of mine will actually check the flags using sysctl. I'm
not using uname because OSX < Lion starts in 32bit mode by default (but can
still run 64bit binaries).
2011-12-31 22:46:49 +00:00
kytv
ce0e0b2004
Fix typo (s/stip/strip/), thanks k0e
2011-12-31 20:38:29 +00:00
kytv
b3e162e706
s/libwrapper.dll/wrapper.dll/
2011-12-31 14:16:24 +00:00
kytv
f6d821c932
linux-ppc specific wrapper notes
2011-12-31 14:14:35 +00:00
kytv
45fb0ad9f3
Small wrapper-building HOWTO for BSD
2011-12-31 14:14:08 +00:00
f92edb44ba
how to update the wrapper
2011-12-29 16:51:47 +00:00
kytv
2250ce642a
Remove mention of mtn repository that hasn't been active for nearly a year
2011-12-27 23:04:12 +00:00
kytv
f4b52b7ccd
Remove tino's freenet proxy as it has been shut down
2011-12-27 23:00:31 +00:00
kytv
bd14dc3112
i2prouter: set locale environment variables if LANG not set
...
Check for /etc/environment and /etc/default/locale and retrieve/set locale
variables from them--but only if LANG is unset. This should help in those
cases in which someone is starting I2P as a daemon using an initscript and I2P is
starting /before/ the environment is configured, leading to the wrong file
encoding being detected.
2011-12-19 18:14:21 +00:00
dev
cefe20f11d
Switched itoopie to a brighter version.
2011-12-19 16:46:48 +00:00
kytv
a2454e8e7d
tiny regression fix
...
The css file originally had align:center, which is invalid. I assumed
text-align was meant but I was obviously wrong.
2011-12-17 23:07:44 +00:00
kytv
a7311a5752
Minor css fixes (fixing validity not style)
2011-12-17 18:27:17 +00:00
kytv
6fa01a3b2d
Better command to determine JAVABINARY
...
Switch to one awk command instead of using grep and cut.
2011-12-10 20:11:21 +00:00
49d88f0060
* Console, i2psnark: More button CSS tweaks
2011-12-09 13:18:20 +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
b2e4ab4a30
merge of '400a5244d9222e3fa5b59c06d1d1e2aff96bc0ad'
...
and 'cd21f20ad4b02cde232d083cca6b68b8c3097edc'
2011-12-02 18:02:10 +00:00
c9cccd7581
* Console:
...
- Summary bar tweaks
- Config nav CSS tabs
- CSS cleanups from last checkin
2011-12-02 17:21:04 +00:00
echelon
58f562d1bd
added irc.echelon.i2p to list of IRC servers
2011-12-02 17:15:07 +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
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
bf461ee77e
* Update: Files listed in deletelist.txt will be deleted
2011-11-28 18:00:36 +00:00
1339209fa9
* Reseed:
...
- Restore i2pbote (ticket #516 )
- Remove r31453 (cert expiring, host soon to be shut down permanently)
2011-11-27 19:06:40 +00:00
kytv
85d7cfb9e0
Remove broken if statement
...
Tanuki's script has a broken check for
OSX versions older than Leopard that sets
the CPU bitness to 32 for < 10.5. Since the
doesn't even work on Tiger (or older) (and
our binary is quad-FAT), this check is not
neeeded.
2011-11-21 22:02:41 +00:00
kytv
f97779bed7
fix stupid typo by adding a missing ! (*facepalm*)
2011-11-21 21:36:49 +00:00
7aff01ea84
* SusiDNS: Remove .jsp suffixes
2011-11-14 15:06:23 +00:00
fcbee9d9c5
* Installer: Fix Ukrainian translation (ticket #550 ) thx rndnick
2011-11-12 13:55:46 +00:00
624badfb5f
* Console:
...
- Less magic and fix img sizes, for speed and less artifacts while rendering
- CSS tweaks
2011-11-11 02:50:55 +00:00
kytv
4677b27e49
Minor and maybe pointless change: We use monotone to manage the i2p source. Any
...
other DVCSes that I2P may be managed in aren't official.
2011-11-10 12:25:30 +00:00
5b5c39bf45
merge of '95d0c51104a5fdcaa83228fbf9016b66b6227600'
...
and 'fb96ae6d12deead2b45984e33fcfeedb4641b3ac'
2011-11-09 23:27:45 +00:00
37e3e9e2cf
* Console: Add ability to hide news
2011-11-09 18:38:39 +00:00
3fbe8e70e6
* wrapper.config: Increase shutdown timeout
2011-11-09 18:33:06 +00:00
kytv
6849427b4f
*Sigh* The WRAPPER_CONF variable exists and I don't know why I didn't use it
...
before with my 'gentoo hack'.
2011-11-09 18:30:21 +00:00
kytv
5efd19e4e0
Add doctype, <title>, <p> tags.
2011-11-08 21:26:39 +00:00
kytv
6fc0e0fe22
ticket #490
2011-11-08 14:40:24 +00:00
kytv
ef3f184233
Minor cleanups to the css files (no actual theme changes)
...
* Remove spaces before :
* Remove traling spaces
* Remove lines consisting of spaces
* Ensure spaces before {
* Fix indentation in a couple of spots
2011-11-08 11:44:45 +00:00
20733d3bd2
to DOS line endings
2011-11-07 16:06:05 +00:00
530b481ffd
0.8.11
2011-11-07 14:48:31 +00:00
kytv
67cc3ad5b0
-7rc
...
Updating geoip
Bumping version b/c of dream's changes to I2PServerSockets
2011-11-05 14:33:19 +00:00
kytv
668df37d20
becoming an upgrade hosting host
2011-11-03 21:58:44 +00:00
e53290db18
proxy error page tweaks
2011-11-02 18:05:40 +00:00
96d5d75d56
* Reseed:
...
- Add new host i2p.mooo.com thx "bugme" (wii.torproject -at- gmail dot com)
- Handle % escaping in file URLs
- Do basic validation of router hash
- Add some more sanity checks
2011-11-02 17:58:24 +00:00
kytv
32a4ccc575
Gentoo compatibility
...
Update i2prouter to be more compatible with Gentoo systems and add a commented out entry to wrapper.config
2011-11-02 00:05:51 +00:00
1a2bd800d9
checklist cleanup
2011-10-25 21:33:24 +00:00
c90097eca7
0.8.10
2011-10-19 23:43:12 +00:00
kytv
25a257b6f1
Even though the country no longer exists, re-add Serbia and Montenegro to
...
countries.txt. zzz: thanks for reminding me that most users will have an old
geoip file.
2011-10-16 16:26:07 +00:00
kytv
a296dedebe
Add new countries from Maxmind's geoipdb
2011-10-12 23:49:24 +00:00
kytv
161e7ca8b2
Add flag for Guernsey from the Open Clip Art Collection, released into the
...
public domain
2011-10-12 23:47:21 +00:00
ab4de7b392
0.8.9
2011-10-10 19:57:56 +00:00