You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(37) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
|
Mar
|
Apr
(17) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
(5) |
2007 |
Jan
(2) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(37) |
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
(13) |
Apr
|
May
(4) |
Jun
|
Jul
(3) |
Aug
(10) |
Sep
|
Oct
|
Nov
|
Dec
(4) |
2009 |
Jan
|
Feb
|
Mar
(10) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
(1) |
2010 |
Jan
|
Feb
|
Mar
|
Apr
(8) |
May
(8) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
(2) |
Feb
|
Mar
(6) |
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2007-10-18 08:01:10
|
Bugs item #504455, was opened at 2002-01-16 10:59 Message generated for change (Comment added) made by djmcgrath You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=504455&group_id=2241 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Closed Resolution: None >Priority: 1 Private: No Submitted By: Andreas Forster (forsti) Assigned to: Nobody/Anonymous (nobody) Summary: found an awkward line in Irc.pl Initial Comment: Line 405 of Irc.pl ( "if ($rout & SOCK) {" ) is a bad way to check whether $rout has something to read or not. In my tests, this expression always returns true. In the current version of the bot, this doesn't cause any problems because this line will only be executed if there _is_ something to read. But there was a problem when i gave a timeout to the select-statement one line above. Since line 405 is always true, the sysread command in line 406 will be executed and wait until there is something to read from SOCK (which is the job of select). So the mentioned Bug is harmless, but could make problems when implementing new features. ---------------------------------------------------------------------- Comment By: Dan McGrath (djmcgrath) Date: 2007-10-18 04:01 Message: Logged In: YES user_id=220602 Originator: NO This bug has been closed for the following reason: Blootbot, originally a fork of infobot, has renamed itself back to infobot. As a result, all bug reports related to infobot are being closed. You are encouraged to redownload infobot from SVN and check if the original bug that you submitted still applies. If it does, please feel free to resumbit the bug report. Thank you for your understanding. Thanks! Dan McGrath ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=504455&group_id=2241 |
From: SourceForge.net <no...@so...> - 2007-10-18 07:54:41
|
Bugs item #416397, was opened at 2001-04-16 04:01 Message generated for change (Settings changed) made by djmcgrath You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=416397&group_id=2241 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Paul Guyot (pguyot) Assigned to: Nobody/Anonymous (nobody) >Summary: dec2hex doesn\'t work Initial Comment: dec2hex 32 works. But dec2hex 3735928559 doesn't. It is because the perl math in Math.pl processes base conversions and expression evaluations, while we should separate them. The submitted diff file updates conf/infobot.config and extras/Math.pl. I added the baseMath config var. I fixed Math.pl. I also added some comments (see bug #416392). ---------------------------------------------------------------------- Comment By: Paul Guyot (pguyot) Date: 2001-04-16 04:14 Message: Logged In: YES user_id=163572 Finally, the diff file comes with patch #416399. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=416397&group_id=2241 |
From: SourceForge.net <no...@so...> - 2007-10-18 07:54:41
|
Bugs item #416392, was opened at 2001-04-16 02:59 Message generated for change (Settings changed) made by djmcgrath You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=416392&group_id=2241 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Paul Guyot (pguyot) Assigned to: Nobody/Anonymous (nobody) Summary: The source is not commented sufficiently Initial Comment: Most source files are not commented at all. Other files aren't commented sufficiently. Perl is a powerful language, but without comments, it's not really readable by humans. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=416392&group_id=2241 |
From: SourceForge.net <no...@so...> - 2007-10-18 07:54:41
|
Bugs item #464239, was opened at 2001-09-23 22:17 Message generated for change (Settings changed) made by djmcgrath You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=464239&group_id=2241 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Jake (jsteenhagen) Assigned to: Nobody/Anonymous (nobody) Summary: Trailing whitespace in infobot.users Initial Comment: As long as I'm in a bug filing mood :) When I first started running the our infobot (word on irc.mozilla.org) I had a problem where users were not able to update the bot's database. I tracked it down to the fact that I apparently had some stray trailing whitespace in my infobot.users file. Rather than removing the whitespace, I just made User.pl tolerant of this condition. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=464239&group_id=2241 |
From: SourceForge.net <no...@so...> - 2007-10-18 07:54:41
|
Bugs item #461953, was opened at 2001-09-15 22:57 Message generated for change (Settings changed) made by djmcgrath You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=461953&group_id=2241 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: crashes after 5 lines Initial Comment: Bot can't read data files after 2nd startup Can't call method "can" on an undefined value at ./src/DBM.pl line 418, <FH> line 44. crashes on every version I've tried. ---------------------------------------------------------------------- Comment By: Christoffer Sawicki (qerub) Date: 2001-12-05 13:54 Message: Logged In: YES user_id=70899 I fixed it by chmod:ing u+rw for all files (chmod -R u+rw). Well, it works now. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2001-12-05 10:21 Message: Logged In: NO I have the same problem and it seems that no one intends helping us... what o/s' you guys using? ---------------------------------------------------------------------- Comment By: Christoffer Sawicki (qerub) Date: 2001-11-30 13:39 Message: Logged In: YES user_id=70899 I've got the same problem, what can I do? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2001-10-30 11:36 Message: Logged In: NO i have the same problem :( ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=461953&group_id=2241 |
From: SourceForge.net <no...@so...> - 2007-10-18 07:54:41
|
Bugs item #230112, was opened at 2001-01-25 22:20 Message generated for change (Settings changed) made by djmcgrath You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=230112&group_id=2241 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Infobot 0.50 has not been released yet. Initial Comment: Well, it's not a bug, it just drives ya *buggy* ;) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=230112&group_id=2241 |
From: SourceForge.net <no...@so...> - 2007-10-18 07:54:40
|
Bugs item #408968, was opened at 2001-03-15 19:17 Message generated for change (Settings changed) made by djmcgrath You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=408968&group_id=2241 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: infobot crash when told to shut up Initial Comment: extras/Extras.pl has a few typos.. referencing the "Channel" object, when it should be referencing "channel". causes it to crash on "shut up" if told to join an auxiallary channel. ---------------------------------------------------------------------- Comment By: Rich Lafferty (rich_lafferty) Date: 2001-03-29 20:08 Message: Logged In: YES user_id=183892 Fixed in cvs. (I'll close this once I'm able. :-) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=408968&group_id=2241 |
From: SourceForge.net <no...@so...> - 2007-10-18 07:54:40
|
Bugs item #233162, was opened at 2001-02-19 19:25 Message generated for change (Settings changed) made by djmcgrath You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=233162&group_id=2241 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) >Summary: segfault \'search google for\' Initial Comment: When you tell the infobot to 'search google for x' it returns the results just fine, but then is unresponsive for usually 1/2 to 1 minutes, and finally exits with a segmentation fault. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=233162&group_id=2241 |
From: SourceForge.net <no...@so...> - 2007-10-18 07:54:40
|
Bugs item #464234, was opened at 2001-09-23 22:04 Message generated for change (Settings changed) made by djmcgrath You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=464234&group_id=2241 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Jake (jsteenhagen) Assigned to: Nobody/Anonymous (nobody) Summary: Failure to display trailing "s" Initial Comment: If an action (or possibly any definition ends w/an "s", that s won't be displayed when the infobot spits the definition back out. <justdave> word, go away * word walks over to his corner and crie <timeless> word literal go away <word> timeless: go away =is= <action> walks over to his corner and cries ---------------------------------------------------------------------- Comment By: Peter Sergeant (sheriff_pete) Date: 2002-01-11 08:28 Message: Logged In: YES user_id=407452 fixed ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=464234&group_id=2241 |
From: SourceForge.net <no...@so...> - 2007-10-18 07:54:40
|
Bugs item #464238, was opened at 2001-09-23 22:11 Message generated for change (Settings changed) made by djmcgrath You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=464238&group_id=2241 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Jake (jsteenhagen) Assigned to: Nobody/Anonymous (nobody) Summary: "no, foo is bar" not working Initial Comment: <Jake_Laptop> word, no, far is goner <word> ...but far is gone... should have changed far => gone to far => goner ---------------------------------------------------------------------- Comment By: Jake (jsteenhagen) Date: 2001-09-23 22:13 Message: Logged In: YES user_id=331239 This is caused by the fact that the /^no,?/ condition is checked before the bot's nick is removed from $message. The solution was to move that block to further down the file in Process.pl ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=464238&group_id=2241 |
From: SourceForge.net <no...@so...> - 2007-10-18 07:54:40
|
Bugs item #518935, was opened at 2002-02-17 21:18 Message generated for change (Settings changed) made by djmcgrath You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=518935&group_id=2241 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) >Summary: Cvs Release.... Doesn\'t part channel Initial Comment: The bot answer to leave or part command whit excuse and similar... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=518935&group_id=2241 |
From: SourceForge.net <no...@so...> - 2007-10-18 07:54:40
|
Bugs item #489043, was opened at 2001-12-04 14:57 Message generated for change (Settings changed) made by djmcgrath You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=489043&group_id=2241 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Infobot Segfaults on forking::babelfish Initial Comment: Running Redhat 7.2, Perl 5.6.0, infobot 0.45.3, the bot returns from a forking::babelfish (or infact, any fork) and then sets up in an infinte loop: read(14, ":", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "A", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "l", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "d", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "E", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "!", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "d", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "e", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "n", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "i", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "t", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "t", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "o", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "@", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "c", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "h", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "i", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "p", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "s", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "w", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "o", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "r", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "l", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "d", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, ".", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "L", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "L", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "A", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "M", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "A", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "S", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, ".", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "n", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "e", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "t", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, " ", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "P", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "R", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "I", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "V", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "M", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "S", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "G", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, " ", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "#", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "s", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "u", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "c", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "k", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "o", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, " ", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, ":", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "s", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "u", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "c", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "k", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "o", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, ",", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, " ", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "q", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "u", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "o", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "t", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "e", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, " ", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "n", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "a", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "v", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "i", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "\r", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "\n", 1) = 1 time(NULL) = 1007395864 lseek(12, 253952, SEEK_SET) = 253952 read(12, "\0\0\0\0\0\0\0\0>\0\0\0\0\0\0\0\0\0\0\0008\0\275\v\0\2"..., 4096) = 40 96 time(NULL) = 1007395864 write(1, "\33[32m[ 76] \33[0m", 17) = 17 write(1, "AldE is addressing me\n", 22) = 22 time(NULL) = 1007395864 open("Sucko.log", O_WRONLY|O_APPEND|O_CREAT, 0666) = 15 fstat64(15, {st_mode=S_IFREG|0664, st_size=601146, ...}) = 0 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0 x402a7000 fstat64(15, {st_mode=S_IFREG|0664, st_size=601146, ...}) = 0 _llseek(15, 601146, [601146], SEEK_SET) = 0 fstat64(15, {st_mode=S_IFREG|0664, st_size=601146, ...}) = 0 fcntl64(0xf, 0x2, 0x1, 0x2) = 0 write(15, "1007395864 [76] AldE is addressi"..., 38) = 38 close(15) = 0 munmap(0x402a7000, 4096) = 0 time(NULL) = 1007395864 write(1, "Whom is AldE\n", 13) = 13 write(1, "Callback is CODE(0x8e51b84)\n", 28) = 28 write(1, "Q: navi\n", 8) = 8 rt_sigaction(SIGCHLD, {SIG_IGN}, {0x8093c50, [], SA_RESTART|0x4000000}, 8) = 0 fork() = 3883 write(1, "Did Quote\n", 10) = 10 write(1, "\33[32m[ 77] \33[0m", 17) = 17 write(1, "\33[1;31m<AldE/#sucko> sucko, quot"..., 43) = 43 time(NULL) = 1007395864 open("Sucko.log", O_WRONLY|O_APPEND|O_CREAT, 0666) = 15 fstat64(15, {st_mode=S_IFREG|0664, st_size=601184, ...}) = 0 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0 x402a7000 fstat64(15, {st_mode=S_IFREG|0664, st_size=601184, ...}) = 0 _llseek(15, 601184, [601184], SEEK_SET) = 0 fstat64(15, {st_mode=S_IFREG|0664, st_size=601184, ...}) = 0 fcntl64(0xf, 0x2, 0x1, 0x2) = 0 write(15, "1007395864 [77] <AldE/#sucko> su"..., 48) = 48 close(15) = 0 munmap(0x402a7000, 4096) = 0 select(16, [14], NULL, NULL, {0, 0}) = 0 (Timeout) read(14, 0x8af2850, 1) = ? ERESTARTSYS (To be restarted) --- SIGCHLD (Child exited) --- (Here it returns from the child process), and on the next line of input... read(14, ":", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "A", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "l", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "d", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "E", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "!", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "d", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "e", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "n", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "i", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "t", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "t", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "o", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "@", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "c", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "h", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "i", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "p", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "s", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "w", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "o", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "r", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "l", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "d", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, ".", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "L", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "L", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "A", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "M", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "A", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "S", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, ".", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "n", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "e", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "t", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, " ", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "P", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "R", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "I", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "V", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "M", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "S", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "G", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, " ", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "#", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "s", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "u", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "c", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "k", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "o", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, " ", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, ":", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "s", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "u", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "c", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "k", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "o", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, ",", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, " ", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "q", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "u", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "o", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "t", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "e", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, " ", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "n", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "a", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "v", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "i", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "\r", 1) = 1 select(16, [14], NULL, NULL, {0, 0}) = 1 (in [14], left {0, 0}) read(14, "\n", 1) = 1 (I had the bot redo its last command and....) lseek(10, 0, SEEK_SET) = 0 read(10, "\0\0\0\0\0\0\0\0\0\0\0\0a\25\6\0\5\0\0\0\0\20\0\0\1\0\0"..., 4096) = 4 096 lseek(10, 4096, SEEK_SET) = 4096 read(10, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\4\0\322\17\0\2"..., 4096) = 4 096 lseek(10, 4096, SEEK_SET) = 4096 read(10, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\4\0\322\17\0\2"..., 4096) = 4 096 lseek(10, 8192, SEEK_SET) = 8192 read(10, "\0\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\6\0\272\17\0\2"..., 4096) = 4 096 lseek(10, 12288, SEEK_SET) = 12288 read(10, "", 4096) = 0 lseek(10, 16384, SEEK_SET) = 16384 read(10, "", 4096) = 0 lseek(10, 20480, SEEK_SET) = 20480 read(10, "", 4096) = 0 lseek(10, 24576, SEEK_SET) = 24576 read(10, "", 4096) = 0 lseek(10, 28672, SEEK_SET) = 28672 read(10, "", 4096) = 0 lseek(10, 32768, SEEK_SET) = 32768 read(10, "", 4096) = 0 lseek(10, 36864, SEEK_SET) = 36864 read(10, "", 4096) = 0 lseek(10, 40960, SEEK_SET) = 40960 read(10, "", 4096) = 0 lseek(10, 45056, SEEK_SET) = 45056 read(10, "", 4096) = 0 lseek(10, 49152, SEEK_SET) = 49152 read(10, "", 4096) = 0 lseek(10, 53248, SEEK_SET) = 53248 read(10, "", 4096) = 0 lseek(10, 57344, SEEK_SET) = 57344 read(10, "", 4096) = 0 lseek(10, 61440, SEEK_SET) = 61440 read(10, "", 4096) = 0 lseek(10, 65536, SEEK_SET) = 65536 read(10, "", 4096) = 0 lseek(10, 69632, SEEK_SET) = 69632 read(10, "", 4096) = 0 lseek(10, 73728, SEEK_SET) = 73728 read(10, "", 4096) = 0 lseek(10, 77824, SEEK_SET) = 77824 read(10, "", 4096) = 0 lseek(10, 81920, SEEK_SET) = 81920 read(10, "", 4096) = 0 lseek(10, 86016, SEEK_SET) = 86016 read(10, "", 4096) = 0 lseek(10, 90112, SEEK_SET) = 90112 read(10, "", 4096) = 0 lseek(10, 94208, SEEK_SET) = 94208 read(10, "", 4096) = 0 lseek(10, 98304, SEEK_SET) = 98304 read(10, "", 4096) = 0 lseek(10, 102400, SEEK_SET) = 102400 read(10, "", 4096) = 0 lseek(10, 106496, SEEK_SET) = 106496 read(10, "", 4096) = 0 lseek(10, 110592, SEEK_SET) = 110592 read(10, "", 4096) = 0 lseek(10, 114688, SEEK_SET) = 114688 read(10, "", 4096) = 0 lseek(10, 118784, SEEK_SET) = 118784 read(10, "", 4096) = 0 . . on and on until . lseek(10, 85045248, SEEK_SET) = 85045248 read(10, "", 4096) = 0 lseek(10, 85049344, SEEK_SET) = 85049344 read(10, "", 4096) = 0 lseek(10, 85053440, SEEK_SET) = 85053440 read(10, "", 4096) = 0 lseek(10, 85057536, SEEK_SET) = 85057536 read(10, "", 4096) = 0 lseek(10, 85061632, SEEK_SET) = 85061632 where it segfaults. --Pete ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=489043&group_id=2241 |
From: SourceForge.net <no...@so...> - 2007-10-18 07:54:40
|
Bugs item #518934, was opened at 2002-02-17 21:15 Message generated for change (Settings changed) made by djmcgrath You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=518934&group_id=2241 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Extra modules cause crash of bot. Initial Comment: Look this: Irc client side: (@Kbyte) Kbyte-BOT: Dns www.fasturl.it (Kbyte-BOT) www.fasturl.it is 12.105.169.157 (@Kbyte) Kbyte-BOT: hey (@Kbyte) Kbyte-BOT: llll Console side: [ 86] Kbyte is addressing me [ 87] DNS Lookup: www.fasturl.it [ 88] [ 88] DNS query by name: www.fasturl.it [ 89] <Kbyte/#kbyte> Kbyte-BOT: Dns www.fasturl.it </#kbyte> www.fasturl.it is 12.105.169.157 Segmentation fault The Bot doesn't respond anymore and the connection after some time il dropped by irc server. And this if I try to use any extra module (exchange, traceroute, ecc ecc) I look that are two [ 88], but less row number when the bot send the message on channel. I use the lastest CVS revision... updater today (17/02/02) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-02-19 09:15 Message: Logged In: NO Another test I removed this if on process(): if (withDBMlock 'ignore', Fcntl::LOCK_SH, sub { But, at second question (before traslate for example) the bot die with segment fault... BD locked problem? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-02-19 08:45 Message: Logged In: NO I found where the problem is, but I'm not capable to fix it! Look that append: After some extras is execute, the database is o locked or have problem... The bot can't access to $rdb->[F_HASH] on this funcion (and in others) sub getDBMKeys { my ($dbname) = @_; my $rdb = $DBMS{$dbname}; &status(%{ $rdb->[F_HASH] }); return with_lock $rdb, LOCK_SH, sub { return keys %{ $rdb->[F_HASH] }; }; } getDBMKeys is called by process() for ignore scope. I've added &status(%{ $rdb->[F_HASH] }); for debug, and this is the log of actions: IRC: (@Kbyte) CiOtIaBoT: x to it hello (CiOtIaBoT) Kbyte: ciao (@Kbyte) CiOtIaBoT: hellp (@Kbyte) CiOtIaBoT: hellp QuiT CiOtIaBoT si collegato/a da irc (Connection reset by peer) STATUS OF BOT: [ 78] test1 [ 79] *!*@200.38.211.*80*cthulhu!hastur@*unspeakable.net15*!*@*nan*direct.ca15 [ 80] test2 [ 81] test2 [ 82] test2 [ 83] test3 [ 84] Kbyte is addressing me [ 85] <Kbyte/#kbyte> CiOtIaBoT: x to it hello [ 85] babel: en_it translation of 'hello' [ 86] </#kbyte> Kbyte: :( [ 86] test1 N.B. testx is debug scope for find where in process is the problem. Please! Fix DB code! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-02-19 08:41 Message: Logged In: NO I found where the problem is, but I'm not capable to fix it! Look that append: After some extras is execute, the database is o locked or have problem... The bot can't access to $rdb->[F_HASH] on this funcion (and in others) sub getDBMKeys { my ($dbname) = @_; my $rdb = $DBMS{$dbname}; &status(%{ $rdb->[F_HASH] }); return with_lock $rdb, LOCK_SH, sub { return keys %{ $rdb->[F_HASH] }; }; } getDBMKeys is called by process() for ignore scope. I've added &status(%{ $rdb->[F_HASH] }); for debug, and this is the log of actions: IRC: (@Kbyte) CiOtIaBoT: x to it hello (CiOtIaBoT) Kbyte: ciao (@Kbyte) CiOtIaBoT: hellp (@Kbyte) CiOtIaBoT: hellp QuiT CiOtIaBoT si collegato/a da irc (Connection reset by peer) STATUS OF BOT: [ 78] test1 [ 79] *!*@200.38.211.*80*cthulhu!hastur@*unspeakable.net15*!*@*nan*direct.ca15 [ 80] test2 [ 81] test2 [ 82] test2 [ 83] test3 [ 84] Kbyte is addressing me [ 85] <Kbyte/#kbyte> CiOtIaBoT: x to it hello [ 85] babel: en_it translation of 'hello' [ 86] </#kbyte> Kbyte: :( [ 86] test1 N.B. testx is debug scope for find where in process is the problem. Please! Fix DB code! ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-02-19 08:41 Message: Logged In: NO I found where the problem is, but I'm not capable to fix it! Look that append: After some extras is execute, the database is o locked or have problem... The bot can't access to $rdb->[F_HASH] on this funcion (and in others) sub getDBMKeys { my ($dbname) = @_; my $rdb = $DBMS{$dbname}; &status(%{ $rdb->[F_HASH] }); return with_lock $rdb, LOCK_SH, sub { return keys %{ $rdb->[F_HASH] }; }; } getDBMKeys is called by process() for ignore scope. I've added &status(%{ $rdb->[F_HASH] }); for debug, and this is the log of actions: IRC: (@Kbyte) CiOtIaBoT: x to it hello (CiOtIaBoT) Kbyte: ciao (@Kbyte) CiOtIaBoT: hellp (@Kbyte) CiOtIaBoT: hellp QuiT CiOtIaBoT si collegato/a da irc (Connection reset by peer) STATUS OF BOT: [ 78] test1 [ 79] *!*@200.38.211.*80*cthulhu!hastur@*unspeakable.net15*!*@*nan*direct.ca15 [ 80] test2 [ 81] test2 [ 82] test2 [ 83] test3 [ 84] Kbyte is addressing me [ 85] <Kbyte/#kbyte> CiOtIaBoT: x to it hello [ 85] babel: en_it translation of 'hello' [ 86] </#kbyte> Kbyte: :( [ 86] test1 N.B. testx is debug scope for find where in process is the problem. Please! Fix DB code! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=518934&group_id=2241 |
From: SourceForge.net <no...@so...> - 2007-10-18 07:54:40
|
Bugs item #504455, was opened at 2002-01-16 10:59 Message generated for change (Settings changed) made by djmcgrath You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=504455&group_id=2241 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Andreas Forster (forsti) Assigned to: Nobody/Anonymous (nobody) Summary: found an awkward line in Irc.pl Initial Comment: Line 405 of Irc.pl ( "if ($rout & SOCK) {" ) is a bad way to check whether $rout has something to read or not. In my tests, this expression always returns true. In the current version of the bot, this doesn't cause any problems because this line will only be executed if there _is_ something to read. But there was a problem when i gave a timeout to the select-statement one line above. Since line 405 is always true, the sysread command in line 406 will be executed and wait until there is something to read from SOCK (which is the job of select). So the mentioned Bug is harmless, but could make problems when implementing new features. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102241&aid=504455&group_id=2241 |
From: Agrona K. <kay...@sa...> - 2007-02-12 17:48:00
|
Hi, Economize 50% on Vaiagra Vaulium Ciualis http://www.tetrx-com Replace "-" with "." in the above link. S far as Im concerned, he killed them, and I dont care what the police say, said Dot in the Hanged Man. And if he had any decency, hed leave here, knowing as how we knows he did it. |
From: Reino C. <de...@ja...> - 2007-02-07 08:24:37
|
Hi, Viragra 1,80 Ciralis 3,00 Lervitra 3,35 http://style.printeryml-com Replace "-" with "." in the above link -- Yet you say you have some names for us? said Mr. Crouch. I I do, said Karkaroff breathlessly. And these were important supporters, mark you. People I saw with my own eyes doing his bidding. I |
From: Hohepa G. <ki...@ca...> - 2007-02-06 15:32:21
|
Hi, Vriagra 1,80 Crialis 3,00 Levritra 3,35 http://nubbi.progenyid-com Important: Replace "-" with "." in the above link -- thin like Dumbledore, but his white hair was short, and his goatee (finishing in a small curl) did not entirely hide his rather weak chin. When he reached Dumbledore, he shook hands with both of his own. |
From: Psyche R. <hu...@ma...> - 2006-12-15 21:08:41
|
Re: leftis info=20 HOT FRIDAY FOR TTEN =20 TTEN *** TTEN *** TTEN =20 TTEN - Ten & 10, Inc. =20 GROUND FLOOR opportunity in the WIFI Industry!! =20 TTEN could see explosive growth as a newly trading company - 500%-1000% is not uncommon. =20 Current: 0.11 Sh or t Term Tar get: 1.20 =20 TTEN has grown from China business focus to USA, Europe, Latin America as well as other areas of Asia. Within 12 months expected to generate $2 MILLION in NET INCOME. $200 MILLION in 5 years. =20 TTEN is made up of 4 operating subsidiaries: =09 Tech 10: WIFI and WiMAX Mobile 10: Music and mobile entertainment delivered via Internet, G3, etc Dream Learning Center: Digital Media Learning products Ten & 10 Network: Sales and marketing Telecommunications is globally a TRILLION dollar industry. =20 Tech 10 has entered into a strategic alliance with FSP Holding an Asian based WiFi and WiMAX provider. The collective goal of the venture is to become the premier MAN/LAN (metropolitan area network/local area network) provider satisfying the needs of government and corporations in Asia. FSP is currently a pioneer in developing high performance, efficient and expandable wireless/wired communication networks in Asia. The Core business is: metropolitan wireless broadband for emergency responses, the WiMAX applications and value-added services, include: Public Safety Surveillance and Mobile Command Center, Distance Learning, Cyber Cafe Access, Dynamic Video Surveillance, SOS Poles, Public Traffic System, Road Monitoring System, Video-Conferencing, Multi-media Broadcasting, Train Compartment Monitoring etc. FSP anticipates the ability to generate gross revenues of about $2 billion in five years, and net profits of about $200 million. =20 WATCH TTEN GO HIGHER AND HIGHER. |
From: Wolodymyr C. <gla...@ft...> - 2006-12-01 12:11:21
|
Hi, CHfEAP PfARMACY http://www.kderunkasdefunjasxunde.com =20 Reporting, our guard-guy-girl said. The Red One is unconscious. |
From: Samuele T. <szc...@af...> - 2006-11-28 09:34:39
|
Hi, =20 VjAGRA_lq_$1,78 CjALiS_hh_$3,00 LEVjTRA_yx_$3,33 =20 www [dot] rx44 [dot] info _____ =20 pistol on the floor. As I dived for it the door shut and sealed with a |
From: Silvestre C. <ba...@cc...> - 2006-10-21 08:15:26
|
Hi, VdIAGRA for LESS http://www.nimikiontindefandesun.com =20 much prefer flying to walking. question that we have to answer. |
From: Charles J. <bl...@ho...> - 2005-04-21 20:20:55
|
I'm using Perl-Fu v2.0 http://android18.slim.summitmedia.co.uk/perl-fu2.html >From: "Michael H. Collins" <mi...@li...> >To: ho...@mi... >CC: inf...@me..., inf...@li... >Subject: Re: [infobot] unsubscribing? >Date: Mon, 18 Apr 2005 09:47:44 -0500 > >ho...@mi... wrote: >>On Mon, 18 Apr 2005, Michael H. Collins wrote: >> >>>Dunno but I have been comparing infobot and flooterbuck and have begun >>>using flooterbuck almost exclusivly >> >> >>Michael - can you briefly explain why? What's it got that infobot >>hasn't? Does it preserve all infobot's functionality? It certainly >>looks a bit more active, but latest release is still over a year >>ago... > >Yes. I am frustrated with devel on all the infobots. Not being a coder >about all I can do is run em and report bugs. > >Flooterbuck has a few modules thrown in that infobot does not come with >unless I am missing something. > >my best one is running on irc.taphouse.org #subgenius and his name is bobot > > > > > > >-- >Michael H. Collins Admiral, Penguinista Navy > >http://linuxlink.com > >/"\ ASCII Ribbon Campaign >\ / No HTML/RTF in email > x No Word docs in email >/ \ Respect for open standards > >In a related story, the IRS has recently ruled that >the cost of Windows upgrades can NOT be deducted >as a gambling loss. > |
From: Rocco C. <rc...@po...> - 2005-04-19 00:47:01
|
On Mon, Apr 18, 2005 at 05:29:20PM -0500, Corwin Brust wrote: > Rocco Caputo wrote: > > > http://android18.slim.summitmedia.co.uk/perl-fu2.html > > > The canonical location for perl-fu is http://perlfu.jinzougen.org That's not what google says! :) > The new 3.x version of perl-fu is totally plugin driven, including the > factiod engine. FWIW, I'd love to see a version of Infobot which was > plugin compatible with perl-fu. Not sure if that could be in the cards, > but I'd love to see it. The (extra) complication is that perl-fu isn't > tied to P::C::I; it abstracts messages there from into a generic message > class instances of which are what plugins' event handlers actually > receive. I'd be happy to mess with the perl-fu guts in order to support > an generic plugin mechanism, but I wouldn't want to loose the ability to > have the same Plugin respond to messages regardless of originating service. My experimental workbench bot uses abstract messages, so I understand their benefit. Perl-fu 3 sounds dreamy in that regard, and I'm looking forward to kicking its tires. You should definitely catch BinGOs and bend his ear about plugins and messages before he releases something. -- Rocco Caputo - http://poe.perl.org/ |
From: Corwin B. <co...@mp...> - 2005-04-18 22:22:11
|
Rocco Caputo wrote: >On Mon, Apr 18, 2005 at 11:38:15AM -0400, James O'Kane wrote: > > >>If someone is going to be compiling a list of bot comparisons, add Knab to >>the list. http://sourceforge.net/projects/knab >> >> > >Since the can is open, you may as well consider perl-fu also. It's >not an offshoot of infobot, but it replicates many of infobot's >features. http://android18.slim.summitmedia.co.uk/perl-fu2.html > > The canonical location for perl-fu is http://perlfu.jinzougen.org Jinzougen and I have been working on a new major version, which should be out RSN. There's also one more release of the 2.x series which isn't up yet, but should be which contains a few performance fixes and new new plugins, most of which just express more of infobot's functionality and is exactly what irc://efnet.net/#perlhelp is currently running. >If POE::Component::IRC is part of infobot's future versions, you >should be aware that its current maintainer is working on a plugin >framework to be included with it. One True Plugin Framework might >help unify various bot initiatives. You may consider discussing how >infobot/blootbot/flooterbuck work with plugins so P::C::I does the >right thing out of the box. > > The new 3.x version of perl-fu is totally plugin driven, including the factiod engine. FWIW, I'd love to see a version of Infobot which was plugin compatible with perl-fu. Not sure if that could be in the cards, but I'd love to see it. The (extra) complication is that perl-fu isn't tied to P::C::I; it abstracts messages there from into a generic message class instances of which are what plugins' event handlers actually receive. I'd be happy to mess with the perl-fu guts in order to support an generic plugin mechanism, but I wouldn't want to loose the ability to have the same Plugin respond to messages regardless of originating service. |
From: Rocco C. <rc...@po...> - 2005-04-18 16:55:24
|
On Mon, Apr 18, 2005 at 11:38:15AM -0400, James O'Kane wrote: > If someone is going to be compiling a list of bot comparisons, add Knab to > the list. http://sourceforge.net/projects/knab Since the can is open, you may as well consider perl-fu also. It's not an offshoot of infobot, but it replicates many of infobot's features. http://android18.slim.summitmedia.co.uk/perl-fu2.html If POE::Component::IRC is part of infobot's future versions, you should be aware that its current maintainer is working on a plugin framework to be included with it. One True Plugin Framework might help unify various bot initiatives. You may consider discussing how infobot/blootbot/flooterbuck work with plugins so P::C::I does the right thing out of the box. -- Rocco Caputo - http://poe.perl.org/ |