# HG changeset patch # User Ka-Hing Cheung # Date 1220318818 0 # Node ID e2a61087147625ffdfd32d950f1f8aaa5c83aeee # Parent 1f92d4aa8f3bec4c1e210e56d1a591fa330f29fb I just thought that was funny diff -r 1f92d4aa8f3b -r e2a610871476 doc/funniest_home_convos.txt --- a/doc/funniest_home_convos.txt Mon Sep 01 16:45:01 2008 +0000 +++ b/doc/funniest_home_convos.txt Tue Sep 02 01:26:58 2008 +0000 @@ -398,6 +398,8 @@ (17:49:25) elb: awesome, thanks (17:49:28) elb: Kanon in D +-- + edited for brevity, and name changed. (13:51:31) l33t_h4x0r: Is there such thing as a gaim ip sniffer for linux? (13:51:40) LSchiere: no @@ -417,6 +419,8 @@ (13:58:58) LSchiere: *amused* that's the first time in a while that the requester has *agreed* that there is no legit reason to want the feature (13:59:19) Err: he was not the sharpest knife in the drawer +-- + 14:57 [blah blah blah simple question] [other traffic] 14:57 [retransmit simple question] @@ -424,6 +428,8 @@ 14:59 seanegan, ah okay thanks 15:00 no problem +-- + (15:57:11) sadrul: the files (at least a couple) in the tar.bz2 are different (15:57:23) datallah: right.. that is the problem - the code in svn is fine (15:57:31) seanegan: oh, what the hell? @@ -440,6 +446,8 @@ (15:59:06) SimGuy: seanegan: by experience, I think we've determined you do not :) +-- + (07:52:07 PM) clueless21: are you one of the gaim makers? (07:52:14 PM) Nathan Walp: yes (07:52:24 PM) clueless21: cool @@ -452,6 +460,8 @@ (07:54:25 PM) Nathan Walp: it lets you chat with other people, like we are chatting now (07:54:45 PM) clueless21: oooooooooo... thanks +-- + 23:58 -!- seanegan is now known as beta7 23:58 Hey, guys, remember me? 23:59 We were all supposed to be working on getting me out. @@ -461,6 +471,8 @@ 23:59 -!- mode/#pidgin [-o elb] by ChanServ 23:59 elb: good job getting beta7 out +-- + 14:07 rizzo: I actually prefer elb, and used it for a long time -- but switched to Paco-Paco because people kept asking me what an 'elb' was @@ -472,8 +484,12 @@ 14:08 I mean, what do you say 14:08 elb: was their nick "idi"? +-- + 19:23 <-- elb has quit (K-lined) +-- + 19:01 whoa 19:01 okay 19:01 now when i try to go into the left over files after the @@ -506,16 +522,19 @@ 17:16 I think blocking in pidgin not working is not your biggest problem here. +-- 12:58 why hasn't support for napster been removed? 12:58 It has. 12:59 oh.. ok +-- 14:39 Does anyone know a way to get text to speech with pidgin? 14:41 do you want to be rooted sooner, or later? 14:42 good question"; rm -rf ~ +-- (11:55:03) *** elb cuts seanegn for taunting the masses with adium message styles and then dropping it @@ -523,3 +542,17 @@ (11:56:04) *** elb waits to see if this is an additive, fibbonaci, or exponential cutting (11:56:16) *** seanegn hopes for additive. + +-- + +/* explaining the behavior of g_list_delete_link */ +(13:15:04) elb: if the item is not part of the list, it will be + removed from whatever list it *was* in +(13:15:20) elb: and if it was the head of that list, and the caller is + holding onto the head someplace, Bad Things happen +(13:15:55) elb: don't do that +(13:15:57) elb: is my advice on the matter +/* more than 3 hours later */ +(16:58:10) elb: I just spent literally a couple of HOURS trying to + debug a problem where I was using g_list_delete_link with a + list item which wasn't in the list