#freenet IRC Log

Index

IRC Log for 2007-11-03

Timestamps are in GMT/BST.

[0:07] * dbkr (n=dave@) Quit (Remote closed the connection)
[1:19] * Dokupuffs (n=me@) has joined #freenet
[1:58] * NEOatNHNG (n=NEOatNHN@) Quit ("Ex-Chat")
[2:28] * Duther (n=Email@) Quit ()
[2:34] * FrinkC is now known as FrinkC|off
[2:36] * cyclo (n=cyclo@) Quit (Read error: 110 (Connection timed out))
[2:39] * SirSilhouette (n=User@) has left #freenet
[2:54] * Shadow_Vixen (n=panther@) Quit ("Leaving")
[3:17] * thuck_ (n=thuck@) has joined #freenet
[3:17] * gasi______ (n=chatzill@) has joined #freenet
[3:18] * gasi______ is now known as gasi
[3:34] * thuck (n=thuck@) Quit (Connection timed out)
[3:35] * gasi_____ (n=chatzill@) Quit (Read error: 110 (Connection timed out))
[3:42] * Dokupuffs (n=me@) Quit ()
[3:54] * vivendi (n=vivendi@) has joined #freenet
[4:03] * vivendi (n=vivendi@) Quit ()
[4:50] * Ratchet__ (n=xxxx@) has joined #freenet
[5:00] * Caco_Patane (n=drone@) Quit (Read error: 110 (Connection timed out))
[5:05] * Ratchet (n=xxxx@) Quit (Read error: 110 (Connection timed out))
[5:25] * ed_ (n=Ed@) has joined #freenet
[5:28] * edt (n=Ed@) Quit (Read error: 110 (Connection timed out))
[6:22] * pichu0102_ (n=pichu010@) Quit (Read error: 110 (Connection timed out))
[6:22] * Pichu0102 (n=pichu010@) has joined #freenet
[6:53] * gugusgrrr (n=grr@) has joined #freenet
[7:05] * gugusgrrr_ (n=grr@) Quit (Read error: 110 (Connection timed out))
[7:18] * mv_ (i=me@) has joined #freenet
[7:28] * mv1 (i=me@) Quit (Read error: 110 (Connection timed out))
[7:55] * Ratchet__ is now known as Ratchet
[9:43] * dantys (n=dantys@) has joined #freenet
[9:49] * dantys (n=dantys@) Quit (Remote closed the connection)
[10:08] * saces (n=saces@) Quit ("<insert funny quit message here>")
[10:21] * saces (n=saces@) has joined #freenet
[11:04] * Hayona (i=lol@) Quit (Remote closed the connection)
[11:18] * Silmaris (n=tinsuckb@) has joined #freenet
[11:19] <Silmaris> hi - can anyone help me with a problem please?
[11:19] <Silmaris> I'm trying to exchange refs, but bots just reply with "there was a problem with the node"
[11:22] * Hayona (i=lol@) has joined #freenet
[11:23] <Silmaris> no?
[11:35] <Silmaris> hello?
[11:40] * tullyvey (n=tullyvey@) has joined #freenet
[11:42] * plarf (n=mdx@) has joined #freenet
[11:42] * phrosty (i=phrosty@) Quit ("He who asks a question is a fool for five minutes; he who does not ask a question remains a fool forever.")
[11:43] * Shadow_Vixen (n=panther@) has joined #freenet
[11:46] * FrinkC|off is now known as FrinkC
[12:30] <Bombe> Good morning.
[12:37] * MKL__ (n=MKL@) has joined #freenet
[12:37] * MKLMKL (n=MKL@) Quit (Read error: 104 (Connection reset by peer))
[12:46] * tullyvey (n=tullyvey@) Quit ("Ex-Chat")
[13:30] * Usurp (n=Usurp|ou@) has joined #freenet
[13:43] * Silmaris (n=tinsuckb@) Quit ()
[13:46] * snaqo (n=ugah@) has joined #freenet
[14:19] * snaqo (n=ugah@) Quit ("Leaving")
[14:21] * NEOatNHNG (n=NEOatNHN@) has joined #freenet
[14:53] * esmaeel (n=esmaeel@) has joined #freenet
[14:57] * dbkr (n=dave@) has joined #freenet
[14:57] <dbkr> Bombe: ping
[14:58] <Bombe> dbkr, pong.
[15:01] * SirSilhouette (n=User@) has joined #freenet
[15:04] * esmaeel (n=esmaeel@) Quit (SendQ exceeded)
[15:04] * esmaeel (n=esmaeel@) has joined #freenet
[15:13] <esmaeel> $uname
[15:13] <esmaeel> help 6
[15:14] * esmaeel (n=esmaeel@) has left #freenet
[15:26] <dbkr> Bombe: hi :)
[15:27] <dbkr> can I ask you about Freenet plugins?
[15:28] <Bombe> dbkr, you can try. :)
[15:28] <dbkr> :)
[15:29] <dbkr> first question: I spent some time the other night splitting up Freemail into CLI and plugin interfaces
[15:29] * Usurp|away (n=Usurp@) has joined #freenet
[15:29] <dbkr> beforehand, it used both the Main-Class and Plugin-Main-Class jat attributes...
[15:30] <dbkr> but set to the same thing
[15:30] <dbkr> wheras now they're different
[15:30] * Usurp (n=Usurp|ou@) Quit (Read error: 110 (Connection timed out))
[15:30] * Usurp|away is now known as Usurp
[15:30] <dbkr> nextgens informs me that the plugin interface might not like this, and said the best bet might be to ask you about it
[15:30] <dbkr> I can't see why it would do, though.
[15:31] <Bombe> The plugin interface itself doesn't care about the manifest, only the loader does. And the loader picks the Plugin-Main-Class attribute.
[15:31] <Bombe> So that shouldn't be a problem at all.
[15:31] <Bombe> Of course you have to be careful about those nasty classpath issues with the freenet.jar and stuf.f.
[15:32] <dbkr> yeah, that's why I split it up - needing the freenet jar on the classpath was less than ideal :/
[15:32] <Bombe> Indeed.
[15:32] <dbkr> but gg, it doesn't seem to have caused any probs so far
[15:32] <Bombe> Good work, then. :)
[15:33] <dbkr> I haven't looked at the plugin API much yet, although it looks like you can just put a web interface on the plugin's 'Visit' button.
[15:33] <dbkr> the ideal thing for Freemail would be to stick a link on main nav bar
[15:33] <dbkr> and also use the same nav bar on Freemail pages.
[15:33] <Bombe> Yes. Implement FredPluginHTTP and the three methods it provides, then you can generate HTML and return that.
[15:34] <Bombe> Integration into the navigation is planned, I don't know how far that is yet, though.
[15:34] * TheBishop_ (n=bishop@) Quit (Remote closed the connection)
[15:35] <dbkr> right
[15:35] <dbkr> If I get particularly productive and have sufficient time, I'm assuming it wouldn't interfere with plans if I went & wrote it?
[15:36] <dbkr> I'd say so here first obviously
[15:37] <Bombe> You're absolutely right. :)
[15:40] <dbkr> gg
[15:46] * Aldebaran (n=Miranda@) has joined #freenet
[15:52] * Aldebaran (n=Miranda@) has left #freenet
[15:53] * aldebaran (n=Miranda@) has joined #freenet
[15:54] * aldebaran (n=Miranda@) has left #freenet
[15:54] * Usurp|away (n=Usurp|aw@) has joined #freenet
[15:55] * Usurp (n=Usurp@) Quit (Nick collision from services.)
[15:55] * Usurp|away is now known as Usurp
[16:09] * NEOatNHNG (n=NEOatNHN@) Quit ("Ex-Chat")
[16:47] * SirSilhouette (n=User@) has left #freenet
[16:56] * snaqo (n=ugah@) has joined #freenet
[17:19] * sich (n=sich@) has joined #freenet
[17:32] * aldebaran (n=Miranda@) has joined #freenet
[17:39] * Usurp (n=Usurp|aw@) has left #freenet
[17:42] * aldebaran (n=Miranda@) Quit ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
[18:05] * sback (n=sback@) has joined #freenet
[18:32] * dbkr (n=dave@) Quit (Remote closed the connection)
[18:40] * snaqo (n=ugah@) Quit ("Leaving")
[18:52] * Ranger1058_ (n=chatzill@) has joined #freenet
[18:53] * plarf (n=mdx@) Quit ("leaving")
[18:56] <Ranger1058_> hi all, is there anyone who could help me setup a few refs? - i've been trying to msg bots in the freenet-refs channel using bulix.org but i'm missing something :) thnx from the n00b. :)
[18:59] * Aldof666a2 (n=zim@) has joined #freenet
[19:03] <Ranger1058_> hey all, could anyone tell me if i need to forward certain freenet ports, can't seem to find any wiki on this :)
[19:03] * Duther (n=l@) has joined #freenet
[19:07] <Aldof666a2> .
[19:11] * Ranger1067 (n=no@) has joined #freenet
[19:11] * Ranger1058_ (n=chatzill@) Quit ("ChatZilla 0.9.78.1 [Firefox 2.0.0.9/2007102514]")
[19:37] <Tommy[D]> Ranger1067, perhaps you should tell use what you did and whats the problem or error message?
[19:46] <Ranger1067> Well i'm getting the response from bots that there was a problem connecting to the node
[19:46] <Ranger1067> I'm guessing its a firewall issue so i've turned that off to test
[19:46] <Tommy[D]> can you tell the exact message?
[19:50] <Ranger1067> while adding your ref, I noticed that it does not have a physical.udp line. Once you get a connection and that line is added to your ref, renew the URL you share with people (and bots)
[19:51] <Ranger1067> I've added 5 friends now, but i'm missing a step somewhere, maybe port forwarding (6137/888 are already forwarded)
[19:51] <Ranger1067> 6137/8888 even
[19:53] * sback (n=sback@) Quit ("Leaving")
[19:54] <Ranger1067> friends html page of the node says "your node is not processing any requests right now"
[19:57] <Ranger1067> i'll go for a sys restart n see if that fixes it.
[19:57] * Ranger1067 (n=no@) Quit ()
[20:22] * SirSilhouette (n=User@) has joined #freenet
[20:26] * bwpow (n=miraculu@) has joined #freenet
[21:00] <Aldof666a2> How do you make refbot trade both opennet and darknet refs? refbot.py only asks opennet ref URL?
[21:10] * Pichu0102 (n=pichu010@) Quit (Read error: 110 (Connection timed out))
[21:10] * Shadow_Vixen (n=panther@) Quit ("Leaving")
[21:13] * Shadow_Vixen (n=panther@) has joined #freenet
[21:18] <Tommy[D]> Aldof666a2, only opennet is possible, darknet is for trusted friends you know and for those you dont need a bot
[21:41] <Aldof666a2> k
[21:54] * Pichu0102 (n=pichu010@) has joined #freenet
[21:56] * |sich| (n=sich@) has joined #freenet
[21:56] * sich (n=sich@) Quit (Read error: 104 (Connection reset by peer))
[22:06] * sanity (n=ian@) Quit ()
[22:10] * bwpow (n=miraculu@) Quit ("Prisiel som, videl som, hmmm")
[22:32] * sanity (n=ian@) has joined #freenet
[22:32] * ChanServ sets mode +o sanity
[22:33] * phrosty (i=phrosty@) has joined #freenet
[22:35] * |sich| (n=sich@) Quit ("KVIrc 3.2.6 Anomalies http://www.kvirc.net/")
[22:53] * bwpow (n=miraculu@) has joined #freenet
[22:57] * snaqo (n=ugah@) has joined #freenet
[23:21] * Drevor_ (i=Drevor39@) has joined #freenet
[23:22] * Drevor (i=Drevor49@) Quit (Nick collision from services.)
[23:29] * Nogaso (n=Nogaso@) has joined #freenet
[23:35] * snaqo (n=ugah@) Quit ("Leaving")

Irc logs of #freenet : 2008 2007 2006 2005

These logs were automatically created by FreenetLogBot on chat.freenode.net using the Java IRC LogBot.