[freenet-support] Freenet 0.7 build 1032 and call for translators

2007-05-18 Thread batosai
Matthew Toseland a ?crit :
> On Sunday 13 May 2007 17:58, batosai wrote:
>> Matthew Toseland a ?crit :
>>> If you want to translate Freenet into your native
>>> language, please contact us, and use the built-in functionality of your
>>> node to do it: set your language on the config page (set it to unlisted
>>> if your language isn't there already), and use the Translation page to
>>> translate strings.
>> French translation is almost done. I noticed a problem with one
>> translation key : TranslationToadlet.translationUpdateTitle
>>
>> Even translated, english version is still displayed. Weird isn't it ?
> 
> Unable to reproduce bug. Where exactly is the english version still 
> displayed? 

On the title of the translation page : the one where you type your
language's version of a sentence.

> Does this still happen with the latest svn build?

Dunno. I used my node as the updater loaded it (1032).

For the moment, the translation file is beeing reviewed by NextGen$ (I
hope so ;) ).



[freenet-support] mr newbie says how to find nodes

2007-05-18 Thread Matthew Toseland
On Friday 18 May 2007 18:39, Edward Langenback wrote:
> On Friday, May 18, 2007 at 3:36:04 AM
>
> in Message <5ee09f060705180136k34a49ffbwc6759e591de6e3ed at mail.gmail.com>, 
Srivatsan wrote:
> > Hi.
> > Connect to /server irc.freenode.net.
> > register yourself and connect to #freenet-refs
> > u will always find people there :)
>
> In my case I found it easier all the way around to get the pyfreenet
> package and use the refbot in bot2bot only mode.

It probably is. It's disapproved of because of the theory that it might 
produce a bad topology. But then, so does newbies only connecting to newbies. 
How do we ensure that there are enough oldies on the channel at any one time 
without creating ubernodes?
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: 
<https://emu.freenetproject.org/pipermail/support/attachments/20070518/7cb4b7f8/attachment.pgp>


[freenet-support] Freenet 0.7 build 1032 and call for translators

2007-05-18 Thread Matthew Toseland
On Friday 18 May 2007 18:38, batosai wrote:
> Matthew Toseland a ?crit :
> > On Sunday 13 May 2007 17:58, batosai wrote:
> >> Matthew Toseland a ?crit :
> >>> If you want to translate Freenet into your native
> >>> language, please contact us, and use the built-in functionality of your
> >>> node to do it: set your language on the config page (set it to unlisted
> >>> if your language isn't there already), and use the Translation page to
> >>> translate strings.
> >>
> >> French translation is almost done. I noticed a problem with one
> >> translation key : TranslationToadlet.translationUpdateTitle
> >>
> >> Even translated, english version is still displayed. Weird isn't it ?
> >
> > Unable to reproduce bug. Where exactly is the english version still
> > displayed?
>
> On the title of the translation page : the one where you type your
> language's version of a sentence.

Ah. Fixed.
>
> > Does this still happen with the latest svn build?
>
> Dunno. I used my node as the updater loaded it (1032).
>
> For the moment, the translation file is beeing reviewed by NextGen$ (I
> hope so ;) ).

Yes, it has been applied.
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: 
<https://emu.freenetproject.org/pipermail/support/attachments/20070518/d6deb4da/attachment.pgp>


[freenet-support] Freenet 0.7 build 1032 and call for translators

2007-05-18 Thread Matthew Toseland
On Sunday 13 May 2007 17:58, batosai wrote:
> Matthew Toseland a ?crit :
> > If you want to translate Freenet into your native
> > language, please contact us, and use the built-in functionality of your
> > node to do it: set your language on the config page (set it to unlisted
> > if your language isn't there already), and use the Translation page to
> > translate strings.
>
> French translation is almost done. I noticed a problem with one
> translation key : TranslationToadlet.translationUpdateTitle
>
> Even translated, english version is still displayed. Weird isn't it ?

Unable to reproduce bug. Where exactly is the english version still displayed? 
Does this still happen with the latest svn build?
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: 
<https://emu.freenetproject.org/pipermail/support/attachments/20070518/b945f437/attachment.pgp>


[freenet-support] key based routing

2007-05-18 Thread Matthew Toseland
Read the papers/watch the videos on the web site.

On Friday 18 May 2007 11:13, Srivatsan Ravi wrote:
> Hi.
> I want to know how the closest node is chosen from the routing table. and
> how it is implementedthe overlay structure and network
> topology..the wiki doesnt seem to give enough details...
> i get the basic idea.but i want finer implementation details
> It'd be gr8 if i could get some dev notes etcto help me understand
>
> Srivatsan
> (Kryptos)
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: 
<https://emu.freenetproject.org/pipermail/support/attachments/20070518/1dd7fe07/attachment.pgp>


[freenet-support] key based routing

2007-05-18 Thread Srivatsan Ravi
Hi.
I want to know how the closest node is chosen from the routing table. and
how it is implementedthe overlay structure and network topology..the
wiki doesnt seem to give enough details...
i get the basic idea.but i want finer implementation details
It'd be gr8 if i could get some dev notes etcto help me understand

Srivatsan
(Kryptos)

On 5/18/07, Volodya  wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Srivatsan Ravi wrote:
> > I want to know how key based routing using DHT works in Freenet?Could i
> > get some detailed docs regarding it
> > Thanks
> > Kryptos23
> > (Srivatsan)
>
> It's not really clear what you are asking, but i'll try to answer.
>
> Key has 2 parts, routing key and decryption key; only routing key is used
> for routing
> purposes. When your node requests the key it looks for the closest
> location within
> connections. Basically each key "wants" to be in a particular location. If
> the best choice
> is closer than the node that you are running than HTL is decremented, if
> it's worse it's
> restarted from the max (i think it's 10)...
>
> There must be more stuff going on, but i'm not quite sure what it is.
>
> - Volodya
>
> - --
> http://freedom.libsyn.com/   Voice of Freedom, Radical Podcast
> http://freeselfdefence.info/ Self-defence wiki
> http://www.kingstonstudents.org/ Kingston University students' forum
>
> "None of us are free until all of us are free."~ Mihail Bakunin
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.2.2 (GNU/Linux)
>
> iD8DBQFGTXiDuWy2EFICg+0RAi+NAJ9VoJ3T5rPuj40Sx6JpOGBjrn9hlACeOQcu
> Sh2upq3v8Q4kRyDQVmOga7E=
> =frme
> -END PGP SIGNATURE-
> ___
> Support mailing list
> Support at freenetproject.org
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at
> http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:support-request at freenetproject.org?subject=unsubscribe
>
-- next part --
An HTML attachment was scrubbed...
URL: 
<https://emu.freenetproject.org/pipermail/support/attachments/20070518/8b44c55a/attachment.html>


[freenet-support] mr newbie says how to find nodes

2007-05-18 Thread Srivatsan Ravi
Hi.
Connect to /server irc.freenode.net.
register yourself and connect to #freenet-refs
u will always find people there :)


On 5/18/07, Emrys moose  wrote:
>
> Hi.
> I have just downloaded and installed freenet. I installed an irc client
> and went to the channel mentioned #freenet-refs but no-one was there. Went
> back agin later still no-one. Is there another way to find some nodes?
> thanks for your time
> Davey Boy
>
> --
> Be a better Globetrotter. Get better travel answers
> <http://us.rd.yahoo.com/evt=48254/*http://answers.yahoo.com/dir/_ylc=X3oDMTI5MGx2aThyBF9TAzIxMTU1MDAzNTIEX3MDMzk2NTQ1MTAzBHNlYwNCQUJwaWxsYXJfTklfMzYwBHNsawNQcm9kdWN0X3F1ZXN0aW9uX3BhZ2U-?link=list&sid=396545469>from
> someone who knows.
> Yahoo! Answers - Check it out.
>
>
> ___
> Support mailing list
> Support at freenetproject.org
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at
> http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:support-request at freenetproject.org?subject=unsubscribe
>
-- next part --
An HTML attachment was scrubbed...
URL: 
<https://emu.freenetproject.org/pipermail/support/attachments/20070518/72157a42/attachment.html>


[freenet-support] mr newbie says how to find nodes

2007-05-18 Thread Edward Langenback
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On Friday, May 18, 2007 at 3:36:04 AM
in Message <5ee09f060705180136k34a49ffbwc6759e591de6e3ed at mail.gmail.com>, 
Srivatsan wrote:

> Hi.
> Connect to /server irc.freenode.net.
> register yourself and connect to #freenet-refs
> u will always find people there :)

In my case I found it easier all the way around to get the pyfreenet package
and use the refbot in bot2bot only mode.


in Him,
 -Ed

- --
The best way to get past my spam filter is to use pgp or
gnupg to encrypt your Mail to me with
RSA Key ID: 0x84D46604
(fingerprint: DA03 1EA4 7F5D DF74 B89F  E871 757E 627C 84D4 6604)
This key can be found on public keyservers such as
http://keyserver.kjsl.com:11371/#extract
- -=-=-=-=-=-=-=-=-=-=-=
http://blog.peculiarplace.com/
http://comfortfantasies.purrfectdomains.com/
http://comments.lurasbookcase.com/
http://dilithium.purrfectdomains.com/
http://iamnotahamster.peculiarplace.com/
http://offthecuff.lurasbookcase.com/
http://topshelf.lurasbookcase.com/
http://shopper.purrfectdomains.com/
http://lurasbookcase.com/
http://peculiarplace.com/
 / \
 \ /   Join the ASCII-Ribbon Campaign to Stamp Out HTML Email !
  X
 / \
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)

iQEVAwUBRk3kw3V+YnyE1GYEAQhyoQf+K6mflII5dfUgbEoOfFqPTYqELJKwR6k0
cB0B5TswfdhB13orXOVIo7VxTxMtNY6YnvQGCzEg/mQV1o+3Cpr67V6D4d7UUbov
KK6z/GBZOnWoumq0I3XaYajQACxHIu4M4cP7iDw3XQEyohHQUepc+jgufgjFUSVf
IwA1nkIsAMabp+/Su7P73Umayza+yUVk3FIRndECy2T8xkg8yyM5c1mEVxfgF95U
G2MuQSBatcUjZW5BhvRUgMAiT3uFhQbzVC52LmNLvJaYtSvXJMMHLj1abo6dWy0z
etpxkb8QyBDyuRju9NPsq5ieYiFMwEmAaJsUVwg+EfPaeIPKB/920g==
=mgaU
-END PGP SIGNATURE-




Re: [freenet-support] Freenet 0.7 build 1032 and cal l for translators

2007-05-18 Thread Matthew Toseland
On Friday 18 May 2007 18:38, batosai wrote:
> Matthew Toseland a écrit :
> > On Sunday 13 May 2007 17:58, batosai wrote:
> >> Matthew Toseland a écrit :
> >>> If you want to translate Freenet into your native
> >>> language, please contact us, and use the built-in functionality of your
> >>> node to do it: set your language on the config page (set it to unlisted
> >>> if your language isn't there already), and use the Translation page to
> >>> translate strings.
> >>
> >> French translation is almost done. I noticed a problem with one
> >> translation key : TranslationToadlet.translationUpdateTitle
> >>
> >> Even translated, english version is still displayed. Weird isn't it ?
> >
> > Unable to reproduce bug. Where exactly is the english version still
> > displayed?
>
> On the title of the translation page : the one where you type your
> language's version of a sentence.

Ah. Fixed.
>
> > Does this still happen with the latest svn build?
>
> Dunno. I used my node as the updater loaded it (1032).
>
> For the moment, the translation file is beeing reviewed by NextGen$ (I
> hope so ;) ).

Yes, it has been applied.


pgp5cCQb1irhr.pgp
Description: PGP signature
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Re: [freenet-support] mr newbie says how to find nodes

2007-05-18 Thread Matthew Toseland
On Friday 18 May 2007 18:39, Edward Langenback wrote:
> On Friday, May 18, 2007 at 3:36:04 AM
>
> in Message <[EMAIL PROTECTED]>, 
Srivatsan wrote:
> > Hi.
> > Connect to /server irc.freenode.net.
> > register yourself and connect to #freenet-refs
> > u will always find people there :)
>
> In my case I found it easier all the way around to get the pyfreenet
> package and use the refbot in bot2bot only mode.

It probably is. It's disapproved of because of the theory that it might 
produce a bad topology. But then, so does newbies only connecting to newbies. 
How do we ensure that there are enough oldies on the channel at any one time 
without creating ubernodes?


pgprVl0Xl1NC0.pgp
Description: PGP signature
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

[freenet-support] key based routing

2007-05-18 Thread Volodya
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Srivatsan Ravi wrote:
> I want to know how key based routing using DHT works in Freenet?Could i
> get some detailed docs regarding it
> Thanks
> Kryptos23
> (Srivatsan)

It's not really clear what you are asking, but i'll try to answer.

Key has 2 parts, routing key and decryption key; only routing key is used for 
routing
purposes. When your node requests the key it looks for the closest location 
within
connections. Basically each key "wants" to be in a particular location. If the 
best choice
is closer than the node that you are running than HTL is decremented, if it's 
worse it's
restarted from the max (i think it's 10)...

There must be more stuff going on, but i'm not quite sure what it is.

- Volodya

- --
http://freedom.libsyn.com/   Voice of Freedom, Radical Podcast
http://freeselfdefence.info/ Self-defence wiki
http://www.kingstonstudents.org/ Kingston University students' forum

 "None of us are free until all of us are free."~ Mihail Bakunin
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFGTXiDuWy2EFICg+0RAi+NAJ9VoJ3T5rPuj40Sx6JpOGBjrn9hlACeOQcu
Sh2upq3v8Q4kRyDQVmOga7E=
=frme
-END PGP SIGNATURE-



Re: [freenet-support] mr newbie says how to find nodes

2007-05-18 Thread Edward Langenback
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On Friday, May 18, 2007 at 3:36:04 AM
in Message <[EMAIL PROTECTED]>, Srivatsan wrote:

> Hi.
> Connect to /server irc.freenode.net.
> register yourself and connect to #freenet-refs
> u will always find people there :)

In my case I found it easier all the way around to get the pyfreenet package
and use the refbot in bot2bot only mode.


in Him,
 -Ed

- --
The best way to get past my spam filter is to use pgp or
gnupg to encrypt your Mail to me with
RSA Key ID: 0x84D46604
(fingerprint: DA03 1EA4 7F5D DF74 B89F  E871 757E 627C 84D4 6604)
This key can be found on public keyservers such as
http://keyserver.kjsl.com:11371/#extract
- -=-=-=-=-=-=-=-=-=-=-=
http://blog.peculiarplace.com/
http://comfortfantasies.purrfectdomains.com/
http://comments.lurasbookcase.com/
http://dilithium.purrfectdomains.com/
http://iamnotahamster.peculiarplace.com/
http://offthecuff.lurasbookcase.com/
http://topshelf.lurasbookcase.com/
http://shopper.purrfectdomains.com/
http://lurasbookcase.com/
http://peculiarplace.com/
 / \
 \ /   Join the ASCII-Ribbon Campaign to Stamp Out HTML Email !
  X
 / \
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)

iQEVAwUBRk3kw3V+YnyE1GYEAQhyoQf+K6mflII5dfUgbEoOfFqPTYqELJKwR6k0
cB0B5TswfdhB13orXOVIo7VxTxMtNY6YnvQGCzEg/mQV1o+3Cpr67V6D4d7UUbov
KK6z/GBZOnWoumq0I3XaYajQACxHIu4M4cP7iDw3XQEyohHQUepc+jgufgjFUSVf
IwA1nkIsAMabp+/Su7P73Umayza+yUVk3FIRndECy2T8xkg8yyM5c1mEVxfgF95U
G2MuQSBatcUjZW5BhvRUgMAiT3uFhQbzVC52LmNLvJaYtSvXJMMHLj1abo6dWy0z
etpxkb8QyBDyuRju9NPsq5ieYiFMwEmAaJsUVwg+EfPaeIPKB/920g==
=mgaU
-END PGP SIGNATURE-

___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


Re: [freenet-support] Freenet 0.7 build 1032 and call for translators

2007-05-18 Thread batosai
Matthew Toseland a écrit :
> On Sunday 13 May 2007 17:58, batosai wrote:
>> Matthew Toseland a écrit :
>>> If you want to translate Freenet into your native
>>> language, please contact us, and use the built-in functionality of your
>>> node to do it: set your language on the config page (set it to unlisted
>>> if your language isn't there already), and use the Translation page to
>>> translate strings.
>> French translation is almost done. I noticed a problem with one
>> translation key : TranslationToadlet.translationUpdateTitle
>>
>> Even translated, english version is still displayed. Weird isn't it ?
> 
> Unable to reproduce bug. Where exactly is the english version still 
> displayed? 

On the title of the translation page : the one where you type your
language's version of a sentence.

> Does this still happen with the latest svn build?

Dunno. I used my node as the updater loaded it (1032).

For the moment, the translation file is beeing reviewed by NextGen$ (I
hope so ;) ).
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


Re: [freenet-support] Freenet 0.7 build 1032 and call for translators

2007-05-18 Thread Matthew Toseland
On Sunday 13 May 2007 17:58, batosai wrote:
> Matthew Toseland a écrit :
> > If you want to translate Freenet into your native
> > language, please contact us, and use the built-in functionality of your
> > node to do it: set your language on the config page (set it to unlisted
> > if your language isn't there already), and use the Translation page to
> > translate strings.
>
> French translation is almost done. I noticed a problem with one
> translation key : TranslationToadlet.translationUpdateTitle
>
> Even translated, english version is still displayed. Weird isn't it ?

Unable to reproduce bug. Where exactly is the english version still displayed? 
Does this still happen with the latest svn build?


pgpeGBtoNE1Cz.pgp
Description: PGP signature
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

[freenet-support] mr newbie says how to find nodes

2007-05-18 Thread batosai
Emrys moose a ?crit :
> Hi.
> I have just downloaded and installed freenet. I installed an irc client
> and went to the channel mentioned #freenet-refs but no-one was there.
> Went back agin later still no-one. Is there another way to find some nodes? 
> thanks for your time

Are you sure you used the correcte IRC server (irc.freenode.net) ?



Re: [freenet-support] key based routing

2007-05-18 Thread Matthew Toseland
Read the papers/watch the videos on the web site.

On Friday 18 May 2007 11:13, Srivatsan Ravi wrote:
> Hi.
> I want to know how the closest node is chosen from the routing table. and
> how it is implementedthe overlay structure and network
> topology..the wiki doesnt seem to give enough details...
> i get the basic idea.but i want finer implementation details
> It'd be gr8 if i could get some dev notes etcto help me understand
>
> Srivatsan
> (Kryptos)


pgpun9Dhnp3ym.pgp
Description: PGP signature
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Re: [freenet-support] key based routing

2007-05-18 Thread Srivatsan Ravi

Hi.
I want to know how the closest node is chosen from the routing table. and
how it is implementedthe overlay structure and network topology..the
wiki doesnt seem to give enough details...
i get the basic idea.but i want finer implementation details
It'd be gr8 if i could get some dev notes etcto help me understand

Srivatsan
(Kryptos)

On 5/18/07, Volodya <[EMAIL PROTECTED]> wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Srivatsan Ravi wrote:
> I want to know how key based routing using DHT works in Freenet?Could i
> get some detailed docs regarding it
> Thanks
> Kryptos23
> (Srivatsan)

It's not really clear what you are asking, but i'll try to answer.

Key has 2 parts, routing key and decryption key; only routing key is used
for routing
purposes. When your node requests the key it looks for the closest
location within
connections. Basically each key "wants" to be in a particular location. If
the best choice
is closer than the node that you are running than HTL is decremented, if
it's worse it's
restarted from the max (i think it's 10)...

There must be more stuff going on, but i'm not quite sure what it is.

- Volodya

- --
http://freedom.libsyn.com/   Voice of Freedom, Radical Podcast
http://freeselfdefence.info/ Self-defence wiki
http://www.kingstonstudents.org/ Kingston University students' forum

"None of us are free until all of us are free."~ Mihail Bakunin
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFGTXiDuWy2EFICg+0RAi+NAJ9VoJ3T5rPuj40Sx6JpOGBjrn9hlACeOQcu
Sh2upq3v8Q4kRyDQVmOga7E=
=frme
-END PGP SIGNATURE-
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Re: [freenet-support] key based routing

2007-05-18 Thread Volodya
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Srivatsan Ravi wrote:
> I want to know how key based routing using DHT works in Freenet?Could i
> get some detailed docs regarding it
> Thanks
> Kryptos23
> (Srivatsan)

It's not really clear what you are asking, but i'll try to answer.

Key has 2 parts, routing key and decryption key; only routing key is used for 
routing
purposes. When your node requests the key it looks for the closest location 
within
connections. Basically each key "wants" to be in a particular location. If the 
best choice
is closer than the node that you are running than HTL is decremented, if it's 
worse it's
restarted from the max (i think it's 10)...

There must be more stuff going on, but i'm not quite sure what it is.

- Volodya

- --
http://freedom.libsyn.com/   Voice of Freedom, Radical Podcast
http://freeselfdefence.info/ Self-defence wiki
http://www.kingstonstudents.org/ Kingston University students' forum

 "None of us are free until all of us are free."~ Mihail Bakunin
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFGTXiDuWy2EFICg+0RAi+NAJ9VoJ3T5rPuj40Sx6JpOGBjrn9hlACeOQcu
Sh2upq3v8Q4kRyDQVmOga7E=
=frme
-END PGP SIGNATURE-
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


Re: [freenet-support] mr newbie says how to find nodes

2007-05-18 Thread Srivatsan Ravi

Hi.
Connect to /server irc.freenode.net.
register yourself and connect to #freenet-refs
u will always find people there :)


On 5/18/07, Emrys moose <[EMAIL PROTECTED]> wrote:


Hi.
I have just downloaded and installed freenet. I installed an irc client
and went to the channel mentioned #freenet-refs but no-one was there. Went
back agin later still no-one. Is there another way to find some nodes?
thanks for your time
Davey Boy

--
Be a better Globetrotter. Get better travel answers
from
someone who knows.
Yahoo! Answers - Check it out.


___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Re: [freenet-support] mr newbie says how to find nodes

2007-05-18 Thread batosai
Emrys moose a écrit :
> Hi.
> I have just downloaded and installed freenet. I installed an irc client
> and went to the channel mentioned #freenet-refs but no-one was there.
> Went back agin later still no-one. Is there another way to find some nodes? 
> thanks for your time

Are you sure you used the correcte IRC server (irc.freenode.net) ?
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]