All times are UTC.
00:13:08 <-- Bollebib has quit (Ping timeout: 121 seconds) 03:29:07 <instant-buildbot> build #3581 of macosx-nightly-default is complete: Success [3build successful] Build details are at http://buildbot.instantbird.org/builders/macosx-nightly-default/builds/3581 04:15:20 <-- bgmCoder has quit (Ping timeout: 121 seconds) 04:53:56 --> mpmc has joined #instantbird 07:20:46 --> fredw has joined #instantbird 08:17:18 --> gerard-majax has joined #instantbird 08:24:04 <-- florian has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 08:26:49 <-- gerard-majax has quit (Ping timeout: 121 seconds) 08:27:58 --> Bollebib has joined #instantbird 08:28:01 --> gerard-majax has joined #instantbird 08:40:38 <-- FilipMosner has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 08:47:19 --> florian has joined #instantbird 08:47:19 * ChanServ sets mode +qo florian florian 09:04:48 <-- gerard-majax has quit (Ping timeout: 121 seconds) 09:16:49 --> FilipMosner has joined #instantbird 09:21:02 <-- fredw has quit (Client exited) 09:48:52 --> gerard-majax has joined #instantbird 10:24:14 --> BWMerlin has joined #instantbird 12:10:28 --> clokep_work has joined #instantbird 12:10:28 * ChanServ sets mode +o clokep_work 12:12:12 <-- mpmc has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 12:15:29 --> fredw has joined #instantbird 12:30:31 <-- BWMerlin has quit (Ping timeout: 121 seconds) 13:24:00 --> bgmCoder has joined #instantbird 14:24:27 <-- thrrgilag has quit (Ping timeout: 121 seconds) 14:36:56 --> Bollebib1 has joined #instantbird 14:39:52 <-- Bollebib has quit (Ping timeout: 121 seconds) 14:45:41 --> thrrgilag has joined #instantbird 15:38:01 <-- fredw has quit (Client exited) 15:53:03 <not-freaktechnik> for that to run out of memory would mean that I have an insane number of logfiles? 15:53:18 <not-freaktechnik> which sounds improbable, since this is on my newest machine... 15:57:54 <-- gerard-majax has quit (Ping timeout: 121 seconds) 16:13:17 <clokep_work> nhnt11: ^ Any idea? 16:13:25 <-- freaktechnik has quit (Ping timeout: 121 seconds) 16:18:56 --> freaktechnik has joined #instantbird 16:19:31 --> fredw has joined #instantbird 16:38:08 <-- fredw has quit (Client exited) 16:52:12 --> mconley|livehacking has joined #instantbird 16:58:46 --> gerard-majax has joined #instantbird 17:02:47 <-- florian has quit (Ping timeout: 121 seconds) 17:02:49 --> flo has joined #instantbird 17:02:49 * ChanServ sets mode +qo flo flo 17:05:16 * flo is now known as florian 17:09:55 <-- gerard-majax has quit (Ping timeout: 121 seconds) 17:11:52 <-- florian has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com) 17:14:08 --> gerard-majax has joined #instantbird 17:25:44 --> fredw has joined #instantbird 17:26:41 <nhnt11> I'd have to look at the code 17:26:48 <nhnt11> if there's a bug on file please needinfo? me 17:27:00 <nhnt11> sounds like something I might be able to help with though 17:36:38 <matrixisreal[M]> clokep_work: Hi, you read my mail ? 17:36:50 <clokep_work> matrixisreal[M]: I don't know. 17:37:02 <clokep_work> Can you be more specific? 17:38:08 <not-freaktechnik> nhnt11: sure, I'll file 17:39:26 <matrixisreal[M]> clokep_work: I sent u a mail 4 days ago asking suggestions about direct chats .. 17:39:29 <matrixisreal[M]> you didnt get it ? 17:39:59 <clokep_work> Ah I see it. 17:40:05 <clokep_work> I didn't read it yet, give me a minute. 17:41:00 <clokep_work> matrixisreal[M]: So you're asking about starting a new private conversation with someone who is in the participants list of a chat room? 17:44:49 <matrixisreal[M]> yeah, as I have mentioned, a map for DMs is maintained in Account Data. 17:45:02 <matrixisreal[M]> but the book keeping is not done properly. 17:46:39 <matrixisreal[M]> 3 problems, 17:46:40 <matrixisreal[M]> 1. same user is mapped to multiple rooms 17:46:41 <matrixisreal[M]> 2. some times our user is also part of the keys in the map, Idk when. 17:47:11 <clokep_work> Sorry, I don't really understand what we're talking about. 17:47:17 <clokep_work> What does a 'room' mean here? 17:47:24 <clokep_work> What are the keys and values of that map? 17:47:33 <matrixisreal[M]> matrix room. 17:48:39 <matrixisreal[M]> hmm there is no documentation about this too.. 17:49:15 <matrixisreal[M]> so the account has AccountData which is used be clients for storing any kind of data. 17:49:24 <matrixisreal[M]> one such is the DMRoomMap 17:50:06 <matrixisreal[M]> which is mapping from userId -> listofRoomsof Direct chats with the user. 17:50:23 <matrixisreal[M]> now you understand ? 17:50:31 <matrixisreal[M]> clokep_work 17:50:54 <clokep_work> Not really, is AccountData an object that exists internally to our code or is it a Matrix concept? 17:51:06 <clokep_work> Why would a userId map to a list of rooms of direct chats? 17:51:11 <clokep_work> Why isn't there just a single direct chat? 17:51:56 <not-freaktechnik> where do thunderbird specific chat bugs go? 17:52:32 <matrixisreal[M]> clokep_work: Account Data is a matrix concept yes. 17:52:46 <clokep_work> not-freaktechnik: Thundrbird > Instant messaging 17:52:57 <clokep_work> matrixisreal[M]: OK. Is there documentation pages for this? Can you link me? 17:53:04 <matrixisreal[M]> its a list because matrix allows multiple direct chats with the same user. 17:53:45 <matrixisreal[M]> clokep_work: nope, that's a problem 17:54:07 <clokep_work> That makes no sense, but that's not for me to decide, so OK. 17:54:13 <clokep_work> Can we use the newest one then? 17:55:15 <matrixisreal[M]> hmm. maybe. 17:55:29 <matrixisreal[M]> clokep_work: which part doesnt make sense ? 17:58:01 <clokep_work> matrixisreal[M]: Them allowing multiple conversations with the same user. 17:58:25 <-- gerard-majax has quit (Ping timeout: 121 seconds) 18:00:24 <matrixisreal[M]> clokep_work: yeah, so we just choose one of them(least recently created propbly) right ? 18:00:33 <clokep_work> matrixisreal[M]: Yes! 18:00:52 <matrixisreal[M]> and while autojoinig rooms shall we open Direct rooms too ? 18:02:43 <not-freaktechnik> nhnt11: there you go 18:11:48 <matrixisreal[M]> clokep_work: _________________________________ 18:13:14 <clokep_work> matrixisreal[M]: No. 18:13:23 <clokep_work> Sorry, it's probably good if you ping me when you're talking. 18:13:31 <clokep_work> I don't always check that I have messages / get into something at work. 18:14:11 <matrixisreal[M]> that's okay. I will :) 18:16:21 <nhnt11> not-freaktechnik: cool, thanks 18:16:22 <nhnt11> :) 18:16:46 <not-freaktechnik> (it's so weird, I still get notifications from tb, but I don't have any conversations showing) 18:17:06 <clokep_work> not-freaktechnik: I think there's a bug about that somewhere...yeah. 18:17:08 <clokep_work> I saw that recently. 18:17:20 <clokep_work> It's like the UI only gets updated the first time it's opened? 18:17:35 <not-freaktechnik> but I though that was the bit that was fixed? 18:17:41 <not-freaktechnik> which was supposed to be broken? 18:23:37 <clokep_work> Hmm...I don't know. 18:23:40 <clokep_work> Now I'm all confused. :( 18:33:36 --> Logicoma has joined #instantbird 18:46:12 <-- fredw has quit (Client exited) 18:49:49 <-- mconley|livehacking has quit (Quit: NO CARRIER) 18:58:16 --> fredw has joined #instantbird 19:19:06 --> florian has joined #instantbird 19:19:06 * ChanServ sets mode +qo florian florian 19:26:45 <-- fredw has quit (Client exited) 20:11:00 --> bgmCoder1 has joined #instantbird 20:12:17 <-- Logicoma has quit (Connection closed) 20:12:37 <-- bgmCoder has quit (Ping timeout: 121 seconds) 20:12:37 * bgmCoder1 is now known as bgmCoder 20:14:52 <-- clokep_work has quit (Ping timeout: 121 seconds) 20:15:12 --> fredw has joined #instantbird 20:52:23 <-- fredw has quit (Client exited) 20:56:41 --> clokep_work has joined #instantbird 20:56:41 * ChanServ sets mode +o clokep_work 20:58:19 --> unghost has joined #instantbird 21:00:43 <-- clokep_work has quit (Ping timeout: 121 seconds) 21:48:07 <-- Bollebib1 has quit (Ping timeout: 121 seconds) 23:21:14 <-- unghost has quit (A TLS packet with unexpected length was received.) 23:22:49 --> clokep_work has joined #instantbird 23:22:49 * ChanServ sets mode +o clokep_work 23:26:51 <-- clokep_work has quit (Ping timeout: 121 seconds)