Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2015-11-21

00:04:46gartral[Saint]: exfat is a pain in the rear
00:05:17[Saint]It's pretty simple really. Implementing exFAT wouldn't be a huge pain in the arse.
00:05:26[Saint]...I just don't see any reason why anyone should.
00:05:33ZincAlloybecause SDXC cards would work out of the box.
00:06:40[Saint]I just think it'll open up a floodgate.
00:06:47[Saint]Some asshole will want NTFS next.
00:06:54[Saint]...then it begins.
00:07:02ZincAlloy:D
00:12:24gartralntfs is HUGE to impliment... and there's NO reason for it!
00:14:38[Saint]Honestly the only reason I see exFAT ever happening is a side effect of that singular weird target that pamaury was working on that seems to use exFAT natively for some reason where dualboot gets all fucky on it and dualbooting means wiping out the FAT container for Rockbox each time.
00:15:06[Saint]That's the only reason I would see exFAT hitting mainline, honestly.
00:15:06pamauryit was the ZEN and it was not exFAT but a proprietary FS
00:15:23[Saint]Oh, my mistake. I thought it was exFAT, hmmm.
00:15:47pamauryI don't know how exFAT works, don't know how widespread it is, I don't even know if it's a huge change compared to regular FAT
00:16:53[Saint]It wouldn't be difficult to implement, it's not massive. There's some fairly simple implementations of exFAT floating around that could be pretty easily crammed into our tree.
00:17:08[Saint]It all just seems to hang on the balance of there being little to no reason to do so.
00:19:04lebelliumto watch 4GB videos through the MPEG player \o/
00:20:08[Franklin]most targets don't even have 4GB of internal storage
00:20:28[Franklin]s/most/some/
00:21:50 Nick suYin`OFF is now known as suYin (mysuyin@server2.shellfire.net)
00:22:37ZincAlloybut many targets have microsd slots. and microsdxc cards come formatted as exFAT
00:27:59[Franklin]out of curiosity, how did the wikipedia plugin manage huge files?
00:28:30[Saint]It doesn't, just like anything else in Rockbox.
00:28:46[Franklin]did it split them into multiple chunks?
00:28:50[Saint]Yes.
00:28:58 Quit krnlyng (Ping timeout: 264 seconds)
00:29:36*[Franklin] can't think of a reason you would /ever/ need to use 4GB+ files in rockbox then
00:30:01[Saint]continuous recording perhaps, but, even then, you could stitch the files manually.
00:30:07[Franklin]videos on small screens don't use that much disk space anyways
00:30:46[Franklin]~500M for a 2-hour movie perhaps
00:31:20[Franklin]any longer than that, and the battery's dead :P
00:31:24[Saint]yeah, I think we worked it out at one point, and those people mentioning videos, on a common "high res" 240x320 target, were thinking they were going to be watching a ~17h movie.
00:31:39[Saint]a few people pointed out video as a use case, but, sorry guys, nope.
00:32:05[Saint]I will NOT let you watch every episode of F.R.I.E.N.D.s ever, concatenated into a single file, sorry. I'm mean.
00:32:38 Quit lebellium (Quit: ChatZilla 0.9.92 [Firefox 43.0/20151116155110])
00:32:43[Saint]<hands on hips|mean face>
00:33:31ZincAlloywhy are you being so mean? what's up with you? noone told you life was gonna be this way? your job's a joke? you're broke? your love life's d.o.a.?
00:34:05 Nick [Franklin] is now known as [[Franklin] (~me@unaffiliated/franklin)
00:34:11 Nick [[Franklin] is now known as [Franklin] (~me@unaffiliated/franklin)
00:34:43 Quit [Franklin] (Quit: ?f u cn rd ths, u cn gt a gd jb n sftwr tstng.? ? Anonymous)
00:34:50[Saint]It's 1234 on a Saturday afternoon, and I'm 3-glasses-of-wine-drunk. I'm doin' OK. ;)
00:35:01[Saint]Denying people 4GB+ files is food for the soul.
00:36:00ZincAlloyI don't care about 4+GB files
00:36:34 Join [Franklin] [0] (~me@unaffiliated/franklin)
00:36:48ZincAlloybut it would be user friendly if people could simply take sdxc cards out of their phones and put them into their DAPs
00:37:29[Saint]My honest opinion is that if someone is going to be completely replacing their original firmware with a version they decided to modify with a tool from some guys on the infowebz, they can format an SDXC volume as FAT.
00:38:03[Saint]In a perfect world, and opinions differ on this, I actually think Rockbox should be capable of formatting the sdcard itself.
00:38:39 Join jtdesigns01 [0] (~quassel@2601:400:8000:2669:230:bdff:fe71:cebd)
00:38:48[Saint]Being able to reset/setup the devices own filesystem is a fairly handy feature for embedded devices like this.
00:39:36*gevaerts thinks that if someone implements a new potentially useful filesystem (this probably means exfat or possibly hfs) cleanly, with a proper abstraction layer and with a reasonable memory cost (ideally zero if compiled out), there isn't really a good reason to leave it out
00:40:10gevaertsI happen to think it's not very likely to happen, but who knows?
00:40:39 Quit girafe (Read error: Connection reset by peer)
00:40:40[Saint]IS there a decent license compatible HFS?
00:40:44[Saint]*Is
00:40:55gevaertsI have no idea
00:41:33gevaertslinux has hfs support I think?
00:41:35[Saint]Aha. I know I could do exFAT, but the sources I have are of questionable origin and would need to be reimplemented. But I believe there's leaner ones out there.
00:41:41gartralgevaerts: it does
00:41:45 Join krnlyng [0] (~liar@178.112.137.46.wireless.dyn.drei.com)
00:41:50[Saint]Oh. Hmmm.
00:42:51gartral[Saint]: I haven't looked at *how* it's implimented, but testdisk/photorec seems to have a solidly working implimentation
00:42:52gevaertsI'm not sure that's where the issue is though. Currently we support fat, and *only* fat. That has lead to various "nice" interdependencies that are going to be fun if you want to support multiple filesystems
00:43:16[Saint]right
00:45:48ZincAlloyis there any particular reason why progressive jpegs are not supoorted?
00:46:08gevaertsI don't think so
00:46:39*gevaerts thinks exfat will become irrelevant for rockbox fairly soon
00:46:42ZincAlloyhaving to resave every image just in case it's progressive is a bit annoying.
00:47:16gartralfrakly, i'm not worried about exfat.. from a user stand-point it seems illogical to try to put music that's not "name-of-song.xyz" and improperly tagged unless you're exceptionly lazy.. from a development stand-point it's also stupid... just more, uneeded work
00:48:08*pamaury thinks everything will become irrelevant for rockbox fairly soon
00:48:35gevaertsThe thing is that as far as I can see most more or less recent stuff that does removable cards has a "sansa" label, and the build quality of those isn't *that* great
00:48:37 Quit Electricguy (Ping timeout: 260 seconds)
00:48:57gevaertsThe more solid players will last the longest :)
00:50:16ZincAlloyI retired my h340 two years ago. it was still working fine, but carrying that huge brick around with me for nearly a decade was more than enough
00:50:36ZincAlloyyay for happy meal toy players!
00:50:42gartralgevaerts: yea, my e250 is gone >.< or rather the wheel is... after my friend's austistic 2 year old got ahold of it >.<
00:50:51jtdesigns01well i would certainly like to be able to support a wikipedia dump in a single file.
00:51:08jtdesigns01but thats about the only good reason for exfat i can see
00:51:23***Saving seen data "./dancer.seen"
00:51:35gevaertsjtdesigns01: implement raw partition support in the wikipedia plugin! :)
00:51:46jtdesigns01um... no.
00:52:03*gartral hits gevaerts with a trout
00:52:15jtdesigns01waaaaaayyy too much work
00:53:15*gevaerts thinks the wikipedia plugin is even more of a smartphone victim than the rest of rockbox
00:53:25gartrali agree
00:53:32ZincAlloyyup
00:54:09gartraland honestly, who doesn't have a pocket computer now-a-days?
00:54:09[Saint]I dunno. It was a victim of piss poor control over contributos.
00:54:20jtdesigns01smartphone victim?
00:54:25[Saint]It killed itself before smartphones did.
00:54:31gevaertsThat too
00:54:59gartraljtdesigns01: "phones can do it, why can't rockbox"
00:55:05[Saint]If the licensing wasn't an issue, it'd be in there, I posit.
00:55:12gevaertsjtdesigns01: more and more people have a data plan on their smartphone that's cheap enough to access wikipedia without having to go through lots of effort
00:55:18[Saint]and *then* smartphones could kill it!
00:55:19[Saint]:)
00:55:44jtdesigns01well, i for one dont have a phone, so every thing i would do with a phone i have to implement in rockbox.
00:55:48jtdesigns01sigh...
00:55:49gevaertsAnd to be fair, the soft keyboard on my smartphone is a *lot* better than the one in rockbox :)
00:56:05jtdesigns01OMG i feel ya there!
00:56:36[Saint]stabbing at the device with a broomhandle would yield better typing results than with the virtual keyboard.
00:56:46[Saint]its impossible to use.
00:57:01jtdesigns01it is a lesson in patience, thats for sure
00:57:04*gevaerts thinks carrying a backpack with an encyclopedia in it would be less effort than trying to look for things in wikipedia on rockbox with that keyboard regularly!
00:57:14gartral[Saint]: try doing it with a half-ass sansa wheel!
00:57:30[Saint]if I have to save anything in Rockbox, like a config or whatever, it generally ends up as AAAAAAA and saved without an extension.
00:57:37[Saint]then I fix it up over USB later.
00:57:38[Saint]lol
00:57:53gartral[Saint]: lol
00:57:56jtdesigns01yep, same here unfortunately
00:58:05[Saint]I also really dislike the save mechanism.
00:58:26[Saint]it's really unintuitive. I forget how to actually save the file every same time.
00:58:34[Saint]so I always end up doing it 2 or three times.
00:58:38jtdesigns01wow really?
00:58:46[Saint]yeah. :-/
00:58:49jtdesigns01its pretty simple on the fuze+ touchapd
00:59:05[Saint]I find it really non-obvious, I use iPods, we have a distinct lack of buttons.
00:59:15gartrali've never had a problem with the save function, then again, I'm also *VERY* Patient
00:59:24[Saint]you need to go down onto the text input area, and push, I think, select?
00:59:27[Saint]fukken, play?
00:59:30[Saint]one of the two.
00:59:46[Saint]shits hard, yo.
00:59:47jtdesigns01play/pause to enter char, back for backspace, and hold center for enter
01:00
01:00:13jtdesigns01wow that rhymes.
01:00:17[Saint]yeah, but play changes function on the text input area.
01:00:23[Saint]it magically turns into save there iirc.
01:00:37jtdesigns01well i dont have to ever go there
01:00:45jtdesigns01why can you go there anyway?
01:00:59[Saint]to save...
01:01:13 Nick suYin is now known as suYin`OFF (mysuyin@server2.shellfire.net)
01:01:38jtdesigns01not me, guess the fuze+ isnt really as bad people say
01:01:49jtdesigns01at least its got enough buttons
01:01:59[Saint]well, the ipods only have, like, 5 buttons.
01:02:03[Saint]gotta get creative I guess.
01:02:38[Saint]yeah, I just tested it then, with the cursor on the input area play saves it.
01:02:52[Saint]I absolutely guarantee I'll forget that when I need to use it.
01:03:26gartral[Saint]: post-it on the back of the device?
01:03:33[Saint]lol
01:03:50jtdesigns01background?
01:04:14[Saint]backgrounds are for people who hate audiobuffer.
01:04:17gevaertsNo, that won't work
01:04:19jtdesigns01just make an animated help file for the background and youll be all set.
01:04:26jtdesigns01:D
01:04:36gevaertsYou can't see the background properly while doing stuff
01:04:42gevaertsYou need an audioguide
01:05:08jtdesigns01i`ll narrate!
01:05:56jtdesigns01or even better, record google translate previewing it with a microphone held next to your speaker at mp3 50 kbps!!!!
01:06:56[Saint]my config is very simple. there's no backdrop (which I couldn't see in vkeyboard anyway even if there were), I use sysfont and the default (non-cabbie) icons. I use the fallback wps/sbs. No database, no dircache, the only things on the main menu are 'Files; Resume Playback; Settings'.
01:07:00*[Saint] is a simple man.
01:08:35[Saint]I'm getting old and blind though, so I'm going to have to start using a larger font soon I think.
01:27:26[Franklin]Mr. Someone could always reimplement the wikipedia plugin
01:31:36[Franklin]or at least the questionable portions of it
01:34:26 Nick [Franklin] is now known as [1] (~me@unaffiliated/franklin)
01:34:41 Nick [1] is now known as [0xDEADBEEF] (~me@unaffiliated/franklin)
01:35:29 Nick [0xDEADBEEF] is now known as DeAdBeEf (~me@unaffiliated/franklin)
01:35:59 Nick DeAdBeEf is now known as Guest50095 (~me@unaffiliated/franklin)
01:36:43 Nick Guest50095 is now known as [Franklin] (~me@unaffiliated/franklin)
01:37:22 Quit ender` (Quit: The whole principle is wrong; it's like demanding that grown men live on skim milk because the baby can't eat steak. -- Robert A. Heinlein on Censorship (from The Man Who Sold the Moon))
01:44:07 Quit ZincAlloy (Quit: Leaving.)
01:57:54 Quit Rower (Ping timeout: 276 seconds)
02:00
02:07:28 Quit krnlyng (Ping timeout: 252 seconds)
02:28:36 Join krnlyng [0] (~liar@178.112.137.46.wireless.dyn.drei.com)
02:41:16 Join FSanches [0] (~felipe@179.255.133.74)
02:51:26***Saving seen data "./dancer.seen"
02:58:12 Quit FSanches (Quit: Leaving.)
03:00
03:00:16 Quit pamaury (Ping timeout: 252 seconds)
03:18:55 Join djukon_ [0] (transitor@gateway/shell/insomnia247/x-wbhnvomddnqpxnfb)
03:18:56 Join jvd___ [0] (~syscrash@199.115.119.143)
03:18:57 Quit CustosL1m3n (Excess Flood)
03:18:58 Join mc2739_ [0] (~mc2739@rockbox/developer/mc2739)
03:19:00 Quit mc2739 (Disconnected by services)
03:19:01 Quit preglow (Write error: Broken pipe)
03:19:01 Quit jvd (Write error: Broken pipe)
03:19:03 Quit djukon (Remote host closed the connection)
03:19:04 Quit aevin (Remote host closed the connection)
03:19:04 Nick mc2739_ is now known as mc2739 (~mc2739@rockbox/developer/mc2739)
03:19:08 Join preglow [0] (~thomj@2001:840:4243:3::101)
03:19:09 Join aevin [0] (eivindsy@unaffiliated/aevin)
03:20:08 Join CustosL1men [0] (~CustosLim@unaffiliated/cust0slim3n)
03:27:00 Join Strife89 [0] (~Strife89@adsl-98-80-221-22.mcn.bellsouth.net)
03:31:59 Join nlogex [0] (~filip@dhcp-108-168-15-53.cable.user.start.ca)
03:58:31 Nick [Saint] is now known as [Sinner] (~hayden@rockbox/staff/saint)
03:59:04 Nick [Sinner] is now known as [Saint] (~hayden@rockbox/staff/saint)
03:59:43 Quit sparetire_ (Quit: sparetire_)
04:00
04:00:23 Quit Smx (Excess Flood)
04:00:34 Join Smx [0] (Elite8556@gateway/shell/elitebnc/x-sdhfqguygdftyeuc)
04:50:21 Quit nlogex (Ping timeout: 260 seconds)
04:51:28***Saving seen data "./dancer.seen"
05:00
05:18:14 Quit JanC (Ping timeout: 240 seconds)
05:21:28 Quit [7] (Disconnected by services)
05:21:37 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
05:32:21 Join JanC [0] (~janc@lugwv/member/JanC)
06:00
06:06:14 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
06:09:10 Quit JdGordon_ (Ping timeout: 265 seconds)
06:14:58 Join JdGordon_ [0] (~jonno@rockbox/developer/JdGordon)
06:17:24 Quit JdGordon (Ping timeout: 272 seconds)
06:19:07 Quit fifthshiftathome (Read error: Connection reset by peer)
06:51:30***Saving seen data "./dancer.seen"
06:54:28 Quit Aldem (Quit: Later)
08:00
08:51:33***Saving seen data "./dancer.seen"
09:00
09:00:15 Join Electricguy [0] (~quassel@ip-17-209-230-46.dialup.ice.net)
09:19:18 Join krabador [0] (~krabador@unaffiliated/krabador)
09:42:27 Quit rela (Quit: Leaving)
10:00
10:04:16 Join ender` [0] (krneki@foo.eternallybored.org)
10:27:30 Join kugel_ [0] (~kugel@rockbox/developer/kugel)
10:28:37 Quit kugel (Ping timeout: 250 seconds)
10:31:46 Join lebellium [0] (~chatzilla@89-93-179-187.hfc.dyn.abo.bbox.fr)
10:38:59 Nick kugel_ is now known as kugel (~kugel@rockbox/developer/kugel)
10:40:27 Join MMlosh [0] (~MMlosh@2001:470:6f:23:d1eb:9a61:5b5f:703d)
10:47:21 Quit krabador (Ping timeout: 260 seconds)
10:51:37***Saving seen data "./dancer.seen"
10:59:56 Join xorly [0] (~xorly@ip-86-49-15-121.net.upcbroadband.cz)
11:00
11:28:12 Join FSanches [0] (~felipe@179.255.133.74)
11:47:33 Quit michaelni (Ping timeout: 272 seconds)
11:48:10 Join michaelni [0] (~michael@chello084114129144.4.15.vie.surfer.at)
12:00
12:05:22 Nick suYin`OFF is now known as suYin (mysuyin@server2.shellfire.net)
12:32:57 Join ZincAlloy [0] (~Adium@pD9FB62D0.dip0.t-ipconnect.de)
12:36:16 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
12:36:36 Join fs-bluebot [0] (~fs-bluebo@x4d099063.dyn.telefonica.de)
12:38:34 Quit fs-bluebot_ (Ping timeout: 240 seconds)
12:39:09 Quit bluebrother^ (Ping timeout: 250 seconds)
12:41:46 Quit FSanches (Quit: Leaving.)
12:51:41***Saving seen data "./dancer.seen"
13:00
13:26:27 Join girafe [0] (~girafe@AGrenoble-651-1-440-179.w82-122.abo.wanadoo.fr)
13:29:37 Join bertrik [0] (~quassel@rockbox/developer/bertrik)
13:32:27 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
13:48:06 Quit MMlosh (Quit: Bye...)
13:54:44 Quit girafe (Read error: Connection reset by peer)
14:00
14:08:07 Join sarah___ [0] (6403088c@gateway/web/freenode/ip.100.3.8.140)
14:08:24sarah___hello
14:14:50 Quit sarah___ (Quit: Page closed)
14:26:58 Join Strife89|Quassel [0] (~quassel@adsl-98-80-221-22.mcn.bellsouth.net)
14:48:27 Quit Strife89 (Quit: Vamoose.)
14:48:33 Nick Strife89|Quassel is now known as Strife89 (~quassel@adsl-98-80-221-22.mcn.bellsouth.net)
14:51:45***Saving seen data "./dancer.seen"
15:00
15:13:17 Join krabador [0] (~krabador@unaffiliated/krabador)
15:26:15 Quit krnlyng (Ping timeout: 244 seconds)
15:34:54 Quit shamus (Ping timeout: 272 seconds)
15:44:14 Join krnlyng [0] (~liar@178.114.101.251.wireless.dyn.drei.com)
15:49:43 Join sparetire_ [0] (~sparetire@unaffiliated/sparetire)
16:00
16:02:54 Quit krabador (Quit: Take The Time)
16:07:25 Join krabador [0] (~krabador@unaffiliated/krabador)
16:10:53 Join petur [0] (~petur@rockbox/developer/petur)
16:22:00 Join shamus [0] (~shmaus@ip-206-192-194-12.marylandheights.ip.cablemo.net)
16:29:13 Quit JanC (Ping timeout: 240 seconds)
16:33:08 Quit shamus (Ping timeout: 240 seconds)
16:34:12 Join shamus [0] (~shmaus@ip-206-192-194-12.marylandheights.ip.cablemo.net)
16:39:46 Quit shamus (Ping timeout: 264 seconds)
16:40:11 Join shamus [0] (~shmaus@ip-206-192-194-12.marylandheights.ip.cablemo.net)
16:42:42 Join JanC [0] (~janc@lugwv/member/JanC)
16:44:22 Join nlogex [0] (~filip@dhcp-108-168-15-53.cable.user.start.ca)
16:51:47***Saving seen data "./dancer.seen"
16:53:57 Quit krnlyng (Ping timeout: 250 seconds)
17:00
17:25:58 Join krnlyng [0] (~liar@178.114.101.251.wireless.dyn.drei.com)
17:37:16 Join FSanches [0] (~felipe@2804:7f3:8383:7322::2)
17:37:55 Join Aldem [0] (~Aldem@unaffiliated/aldem)
18:00
18:18:32 Join girafe [0] (~girafe@AGrenoble-651-1-440-179.w82-122.abo.wanadoo.fr)
18:28:30 Join rela [0] (~x@pdpc/supporter/active/rela)
18:44:44 Quit yosafbridge (Ping timeout: 240 seconds)
18:45:24 Quit preglow (Ping timeout: 240 seconds)
18:50:20 Quit pamaury (Ping timeout: 244 seconds)
18:51:13 Join yosafbridge [0] (~yosafbrid@2607:5300:100:200::160d)
18:51:50***Saving seen data "./dancer.seen"
19:00
19:08:42 Quit FSanches (Quit: Leaving.)
19:46:47 Join preglow [0] (~thomj@2001:840:4243:3::101)
19:53:30 Quit ender` (Quit: If I had only finished this sentence,)
19:57:21 Join ender` [0] (krneki@foo.eternallybored.org)
19:57:46 Quit krabador (Quit: Take The Time)
19:58:55 Join krabador [0] (~krabador@unaffiliated/krabador)
20:00
20:45:58 Join JdGordon [0] (~jonno@ppp118-209-197-55.lns20.mel8.internode.on.net)
20:45:58 Quit JdGordon (Changing host)
20:45:58 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
20:48:17 Quit JdGordon_ (Ping timeout: 260 seconds)
20:51:13 Quit petur (Remote host closed the connection)
20:51:53***Saving seen data "./dancer.seen"
21:00
21:03:35 Join Rower [0] (husvagn@d83-183-134-99.cust.tele2.se)
21:04:23 Quit Smx (Excess Flood)
21:04:35 Join Smx [0] (Elite8556@gateway/shell/elitebnc/x-sqzmbfxoglubeksg)
21:05:04 Quit preglow (Ping timeout: 240 seconds)
21:39:49 Join Strife89|Quassel [0] (~quassel@adsl-98-80-224-221.mcn.bellsouth.net)
21:40:20 Quit Strife89 (Ping timeout: 272 seconds)
21:43:32 Quit ps-auxw (Disconnected by services)
21:43:39 Join ArneB [0] (~arneb@p5087759A.dip0.t-ipconnect.de)
21:46:56gartrali need toask someone who's from germany a question in the community room >.>
21:48:22 Join saratoga [0] (123e11e0@gateway/web/freenode/ip.18.62.17.224)
21:48:32saratogaexfat would be nice to have for SDXC cards at least
21:53:59 Quit saratoga (Quit: Page closed)
22:00
22:05:24 Quit chrisb (Ping timeout: 260 seconds)
22:06:07 Join preglow [0] (~thomj@2001:840:4243:3::101)
22:11:31 Quit shamus (Read error: Connection reset by peer)
22:11:55 Join shamus [0] (~shmaus@ip-206-192-194-12.marylandheights.ip.cablemo.net)
22:13:07 Quit GeekShadow (Ping timeout: 255 seconds)
22:13:56 Join GeekShadow [0] (~antoine@78.223.130.14)
22:13:56 Quit GeekShadow (Changing host)
22:13:56 Join GeekShadow [0] (~antoine@reactos/tester/GeekShadow)
22:18:37 Quit alucryd (Quit: No Ping reply in 180 seconds.)
22:20:03 Join alucryd [0] (~quassel@archlinux/developer/alucryd)
22:51:56***Saving seen data "./dancer.seen"
22:54:51 Nick Strife89|Quassel is now known as Strife89 (~quassel@adsl-98-80-224-221.mcn.bellsouth.net)
23:00
23:01:18 Quit krnlyng (Ping timeout: 250 seconds)
23:06:43 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
23:11:53 Quit JanC (Ping timeout: 240 seconds)
23:15:39 Quit rela (Ping timeout: 246 seconds)
23:24:15 Join fifthshiftathome [0] (~fifthshif@184-88-168-193.res.bhn.net)
23:25:24 Join JanC [0] (~janc@lugwv/member/JanC)
23:27:39 Join krnlyng [0] (~liar@178.114.101.251.wireless.dyn.drei.com)
23:37:54 Quit uwe_ (Ping timeout: 276 seconds)
23:38:07 Join uwe_ [0] (~uwe_@dslb-084-056-052-123.084.056.pools.vodafone-ip.de)

Previous day | Next day