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 2014-05-02

00:03:04 Quit lebellium (Quit: ChatZilla 0.9.90.1 [Firefox 29.0/20140421221237])
00:04:13 Quit tertu3 (Ping timeout: 252 seconds)
00:18:08 Join Misanthropos [0] (~Misanthro@frnk-4d01d3fb.pool.mediaWays.net)
00:19:07TheSevenhm, seems I'm too dumb for logf...
00:19:48TheSevenI did enable logf in configure, put #define LOGF_ENABLE and #include "logf.h" into a file (in that order), called logf("some string"); in various places, and nothing appears in the log viewer
00:25:06pamauryTheSeven: try calling _logf()
00:25:13pamaurythis bypasses the LOGF_ENABLE
00:27:31*TheSeven is annoyed by the amount of USB core logic that is pushed into the OTG drivers...
00:30:00*[Saint] has looked at various aspects of USB in Rockbox a few times and nearly been brought to tears
00:31:19[Saint]copper: Nicely done (but, any particular reason why you use subversion as a versioning system?)
00:31:51pamauryTheSeven: like ?
00:32:11TheSeventhere's some weird EP0 state machine in the synopsys/designware driver
00:32:11[Saint]copper: I also think you should remove the various instances of "iPod Classic" and "Sansa Clip+" etc. and simply state the resolution.
00:32:43[Saint]copper: this will give users the impression that the themes are target specific when in fact they are most certainly not
00:32:45TheSevenalso this whole blocking/nonblocking transfer logic with that semaphore
00:32:56TheSevenwhy isn't all of that just a callback into the USB core?
00:34:34pamauryyeah the blocking thing could be improved, although that's not a big deal
00:34:54TheSevenit's just a lot of unnecessary effort that I just ran into
00:35:26pamauryfor EP0, that's noone faults, some core are so dumb that they require some state machine, some don't
00:36:17TheSevenwell someone put this into the s3c6400x driver and I don't get why
00:36:24TheSevenI've never needed anything like this at that layer
00:37:42pamauryI can't tell for the s3c6400x, the use case I have is some weird core which need special bits to be set when you end some control transfer for example
00:38:38pamaurysome need special bits to be put to tell the core what to expect on EP0
00:40:07pamaurybut the s3c6400x driver is just super weird
00:40:46TheSevenfor some reason it's mostly straightforward for another USB core implementation
00:41:29TheSeven(the biggest oddity about it is the sequence that needs to be adhered to to kill an in-progress transfer)
00:42:48 Quit ender` (Quit: Q: How can you tell if somebody owns an Apple product? A: Don't worry, they'll tell you.)
00:43:39[Saint]Sweet merciful crap localization comes at a Hell of a cost...
00:43:58pamauryby the way, if you feel like simplifying the blocking/nonblocking thing, it's probably very easy: rename all calls to usb_drv_{send,recv}_{nonblocking,} to usb_{send,recv}_{nonblocking,} and use usb_core_transfer_complete() to handle the blocking
00:44:13[Saint]48-GNU-Unifont.fnt 67.35MB
00:44:24[Saint]~70MB of font
00:44:26[Saint]0_o
00:44:43ZincAlloyit's got a lot of characters :)
00:45:30[Saint]For comparison, 48-Ubuntu-Regular-fnt 776.9kB
00:45:48[Saint]That's a heck of a difference.
00:46:56*[Saint] needs to squeeze out 2 more pixels from somewhere
00:48:00[Saint]http://imgur.com/tXGDRpm
00:48:17[Saint]Argh. Whoops. Wasn't meant to paste that...gah.
00:48:19 Quit bertrik (Remote host closed the connection)
00:48:49[Saint](that odd looking image is my viewport layout guide, not an actual theme element)
00:48:55ZincAlloyI have so many pixels, you can have two of mine
00:49:20[Saint]scorche|sh has a pixel, but I doubt he'll let me use her.
00:49:31[Saint]...and then I'd still need one more.
00:49:32ZincAlloy:D
00:50:19[Saint]Oh. Derp. There's 2px right there, staring me in the face.
00:50:29[Saint]Huzzah.
00:51:14[Saint]Every single element in this theme is pressed up hard against the next element. There's absolutely no "wiggle room" whatsoever.
00:51:47[Saint]I shall have to implement safety margins with touch areas.
00:52:07[Saint]So you don't constantly accidentally press two things at once, or the wrong thing, etc.
00:56:11fs-bluebotBuild Server message: New build round started. Revision d35be7d, 253 builds, 30 clients.
00:57:12Nakedoh well, time to hit the bed
00:59:15 Quit ZincAlloy (Quit: Leaving.)
01:00
01:01:10fs-bluebotBuild Server message: Build round completed after 299 seconds.
01:03:00 Join saratoga_ [0] (123e1c2a@gateway/web/freenode/ip.18.62.28.42)
01:03:14saratoga_"/home/alhaz/rockbuild/rockbox/apps/misc.c:1123:18: warning: ignoring return value of 'sim_write', declared with attribute warn_unused_result [-Wunused-result]"
01:03:15saratoga_http://git.rockbox.org/?p=rockbox.git;a=blob;f=apps/misc.c;h=6c589b99e4de43cfcd18075689f16d63dc0b4c4a;hb=HEAD#l1123
01:03:31saratoga_i think its unlikely that the write would fail, but is it proper to ignore the error in this case?
01:08:57 Quit pamaury (Ping timeout: 255 seconds)
01:11:18TheSevenhm... getting spurious bus resets :/
01:45:27 Join tertu3 [0] (~tertu@143.44.70.199)
01:46:31 Quit saratoga_ (Quit: Page closed)
01:59:13***Saving seen data "./dancer.seen"
02:00
02:04:33 Join cmhobbs [0] (~cmhobbs@fsf/member/cmhobbs)
02:41:12 Quit tertu3 (Ping timeout: 255 seconds)
02:43:20 Join tertu3 [0] (~tertu@143.44.70.199)
03:00
03:00:02 Quit AlexP (Remote host closed the connection)
03:01:18 Quit tertu3 (Ping timeout: 276 seconds)
03:55:22 Join tertu3 [0] (~tertu@143.44.70.199)
03:56:07 Quit tertu3 (Read error: Connection reset by peer)
03:58:24 Quit Misanthropos (Ping timeout: 246 seconds)
03:59:17***Saving seen data "./dancer.seen"
04:00
04:08:47 Quit amiconn (Disconnected by services)
04:08:47 Quit pixelma (Disconnected by services)
04:08:47 Join pixelma_ [0] (pixelma@rockbox/staff/pixelma)
04:08:48 Join amiconn_ [0] (quassel@rockbox/developer/amiconn)
04:08:49 Nick pixelma_ is now known as pixelma (pixelma@rockbox/staff/pixelma)
04:08:52 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn)
04:43:17 Join Gallomimia [0] (~gallomimi@S0106c8fb26452633.ca.shawcable.net)
05:00
05:09:20 Join us`0gb [0] (~0gb.us@c-50-137-60-25.hsd1.or.comcast.net)
05:12:27 Quit Gallomimia (Quit: Gallomimia)
05:30:18 Quit TheSeven (Ping timeout: 252 seconds)
05:30:52 Join ygrek [0] (~user@108.59.6.97)
05:31:58 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
05:54:40 Join Strife89 [0] (~Strife89@adsl-98-80-241-113.mcn.bellsouth.net)
05:59:19***Saving seen data "./dancer.seen"
06:00
06:00:43 Nick us`0gb is now known as I`Hate`Tinfoil (~0gb.us@c-50-137-60-25.hsd1.or.comcast.net)
06:02:56 Join tertu [0] (~quassel@143.44.65.14)
06:03:01 Nick I`Hate`Tinfoil is now known as us`0gb (~0gb.us@c-50-137-60-25.hsd1.or.comcast.net)
06:25:57 Quit ygrek (Ping timeout: 240 seconds)
06:26:21 Join goom [0] (~goomba@cpe-72-177-176-215.satx.res.rr.com)
06:31:16 Join Misanthropos [0] (~Misanthro@frnk-5f744b00.pool.mediaWays.net)
06:33:54 Quit goom (Ping timeout: 250 seconds)
06:42:34 Quit pystar89 (Ping timeout: 250 seconds)
06:48:49 Quit tertu (Ping timeout: 276 seconds)
06:54:05 Quit Beta2K (Ping timeout: 245 seconds)
06:56:14 Join Beta2K [0] (~Beta2K@2607:f1c0:841:4eff::120)
07:00
07:04:25 Quit jhMikeS (Ping timeout: 276 seconds)
07:34:06 Join ygrek [0] (~user@108.59.6.97)
07:38:08 Quit [Saint] (Remote host closed the connection)
07:39:10 Join [Saint] [0] (~saint@rockbox/staff/saint)
07:39:23 Join kuldeepdhaka [0] (~kuldeepdh@unaffiliated/kuldeepdhaka)
07:45:50copper[Saint]: "Themes are compatible with other devices with identical screen resolution; for instance, iPod Classic themes (320 by 240 pixels) are compatible with the previous model, the iPod Video."
07:46:16copperand if I put the resolution instead, people might not know that their iPod is 320x240
07:46:40copperalso, I think the Clip+ is quite unique
07:48:01copperwith its "ghost" 1 pixel high horizontal line
07:50:29copperI just put that quote in bold
07:51:10copperas for subversion, that's what they made me learn at work, so that's what I'm using :)
07:59:20***Saving seen data "./dancer.seen"
08:00
08:10:20 Join goom [0] (~goomba@cpe-72-177-176-215.satx.res.rr.com)
08:19:18 Quit us`0gb (Quit: http://0gb.us/)
08:34:16 Join kugel [0] (~kugel@avm-guido.avm.de)
08:34:16 Quit kugel (Changing host)
08:34:16 Join kugel [0] (~kugel@rockbox/developer/kugel)
08:34:31 Join kugel_ [0] (~kugel@avm-guido.avm.de)
08:34:31 Quit kugel_ (Changing host)
08:34:31 Join kugel_ [0] (~kugel@rockbox/developer/kugel)
08:34:34 Quit kugel_ (Client Quit)
08:34:41 Quit kugel (Client Quit)
08:34:50 Join kugel [0] (~kugel@rockbox/developer/kugel)
08:41:55 Join pystar89 [0] (~pystar89@ip-95-223-21-209.unitymediagroup.de)
09:00
09:02:28 Join Geoff__ [0] (~qua@192.3.27.126)
09:26:13[Saint]Learn git, and use git-svn at work. ;)
09:27:33[Saint]Man...its been a long time since I've poked around with this.
09:27:44[Saint]Where is the SDL app's "disk"?
09:28:35 Join ender` [0] (krneki@foo.eternallybored.org)
09:33:27[Saint]Ah. Derp. Nevermind
09:36:02[Saint]I completely forgot about 'make install'
09:36:55copper"make install" helps
09:51:21 Join petur [0] (~petur@rockbox/developer/petur)
09:53:01 Quit ender` (Quit: You can tell Monopoly is an old game because there's a luxury tax and rich people can go to jail.)
09:59:22***Saving seen data "./dancer.seen"
10:00
10:09:06[Saint]Aha. Awesome.
10:09:07copperis there something special about iconsets on the Clip+?
10:09:17[Saint]How do you mean?
10:09:31coppermy custom made iconset doesn't seem to work on the Clip+
10:09:34copper1 bit BMP
10:09:54[Saint]AFAIK they're just ! BPP bitmaps
10:09:57copper3 x 256 x 1
10:10:02[Saint]*1
10:10:55copperseems like a lot of themes disable icons, and the rest using the same default icon set
10:11:07*[Saint] has make install creating a launcher icon in unity
10:11:51copperugh
10:11:54copperstupid me
10:12:09copperI didn't actually copy the icon file to the /.rockbox/icons/ directory
10:13:39[Saint][Desktop Entry]
10:13:39[Saint]Name=Rockbox
10:13:39[Saint]Comment=Open Source Jukebox Firmware
10:13:39DBUGEnqueued KICK [Saint]
10:13:39[Saint]Exec=/usr/local/bin/rockbox
10:13:41[Saint]Icon=/usr/local/share/rockbox/launcher.png
10:13:43[Saint]Terminal=false
10:13:45[Saint]Type=Application
10:13:48[Saint]Categories=Applications
10:13:52[Saint]shit
10:13:54[Saint]sorry.
10:17:29 Join Xerion_ [0] (~xerion@5419F5F4.cm-5-2d.dynamic.ziggo.nl)
10:17:32 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
10:17:43[Saint]I don't know whether to use the Rockbox clef, or the Rockbox Rb logo
10:19:57 Join ygrek_ [0] (~user@108.59.6.97)
10:21:00 Join nrg_ [0] (~ngr@69.85.95.104)
10:21:18 Quit petur (Ping timeout: 265 seconds)
10:21:18 Quit ygrek (Ping timeout: 265 seconds)
10:21:26 Quit Guest81512 (Ping timeout: 265 seconds)
10:21:26 Quit eternnoir (Ping timeout: 265 seconds)
10:21:26 Quit nrg (Ping timeout: 265 seconds)
10:23:59 Join petur [0] (~petur@rockbox/developer/petur)
10:26:37 Quit Geoff__ (Remote host closed the connection)
10:26:42 Join einhirn [0] (~Miranda@p4FF894D5.dip0.t-ipconnect.de)
10:27:11 Join eternnoir [0] (sid13219@gateway/web/irccloud.com/x-yzmjyukuvuuwgrug)
10:27:18 Join Geoff__ [0] (~qua@192.3.27.126)
10:27:25 Quit Geoff__ (Remote host closed the connection)
10:27:26 Join the-kyle1 [0] (~kyle@kyle.tk)
10:27:34 Join Geoff__ [0] (~qua@192.3.27.126)
10:27:50 Join pamaury_ [0] (~quassel@rockbox/developer/pamaury)
10:29:47 Join rudi_s_ [0] (~simon@ruderich.eu)
10:29:57 Join adnap_ [0] (~adnap@cpe-24-27-24-18.austin.res.rr.com)
10:30:55 Join uwe_mobile__ [0] (~uwe@static.88-198-8-117.clients.your-server.de)
10:33:19 Join Strife89|Desktop [0] (~Strife89@adsl-98-80-241-113.mcn.bellsouth.net)
10:33:38 Quit [Saint] (Read error: Connection reset by peer)
10:34:37 Quit pamaury (*.net *.split)
10:34:38 Quit rudi_s (*.net *.split)
10:34:39 Quit K1773R (*.net *.split)
10:34:39 Quit scorche` (*.net *.split)
10:34:39 Quit adnap (*.net *.split)
10:34:40 Quit linuxguy3 (*.net *.split)
10:34:40 Quit uwe_mobile (*.net *.split)
10:34:43 Join [Saint] [0] (~saint@rockbox/staff/saint)
10:34:53 Quit Strife89 (*.net *.split)
10:34:53 Quit the-kyle (*.net *.split)
10:34:53 Quit Xerion (*.net *.split)
10:34:56 Nick Xerion_ is now known as Xerion (~xerion@5419F5F4.cm-5-2d.dynamic.ziggo.nl)
10:35:02 Join linuxguy3 [0] (~timj@24-148-61-208.c3-0.lem-ubr1.chi-lem.il.cable.rcn.com)
10:35:21 Join kugel_ [0] (~kugel@rockbox/developer/kugel)
10:35:38 Quit kugel (Write error: Broken pipe)
10:38:21 Join K1773R [0] (~K1773R@unaffiliated/k1773r)
10:53:19 Join scorche` [0] (~scorche@rockbox/administrator/scorche)
10:56:55 Quit einhirn (Ping timeout: 250 seconds)
11:00
11:03:22 Join einhirn [0] (~Miranda@bsod.rz.tu-clausthal.de)
11:10:45 Quit pamaury_ (Ping timeout: 276 seconds)
11:15:33 Quit pystar89 (Ping timeout: 250 seconds)
11:20:46 Quit einhirn (Ping timeout: 245 seconds)
11:45:38 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
11:59:23 Quit petur (Quit: connection reset by beer)
11:59:25***Saving seen data "./dancer.seen"
12:00
12:09:01 Join JohnML [0] (~john1@2a02:908:e260:6e80:21e:c9ff:fe51:d045)
12:23:15 Quit JohnML ()
12:47:34 Quit DexterLB (Read error: Operation timed out)
12:51:30 Join DexterLB [0] (~dex@46.10.60.183)
13:00
13:01:22 Join n1s [0] (~n1s@nl118-168-30.student.uu.se)
13:01:23 Quit n1s (Changing host)
13:01:23 Join n1s [0] (~n1s@rockbox/developer/n1s)
13:09:41 Join jhMikeS [0] (~jethead71@c-68-43-2-35.hsd1.mi.comcast.net)
13:09:42 Quit jhMikeS (Changing host)
13:09:42 Join jhMikeS [0] (~jethead71@rockbox/developer/jhMikeS)
13:14:09 Join pystar89 [0] (~pystar89@ip-95-223-21-209.unitymediagroup.de)
13:16:54 Join Guest80912 [0] (Slayer@c-69-143-187-144.hsd1.va.comcast.net)
13:27:13 Quit kugel_ (Ping timeout: 252 seconds)
13:28:33 Quit ygrek_ (Ping timeout: 276 seconds)
13:35:42 Quit Guest80912 (*.net *.split)
13:46:26 Join AlexP [0] (~alex@rockbox/staff/AlexP)
13:59:27***Saving seen data "./dancer.seen"
13:59:29 Quit kuldeepdhaka (Ping timeout: 240 seconds)
14:00
14:01:35 Join kuldeepdhaka [0] (~kuldeepdh@unaffiliated/kuldeepdhaka)
14:02:46 Quit n1s (Remote host closed the connection)
14:13:43 Quit DexterLB (Read error: Connection reset by peer)
14:18:39 Join DexterLB [0] (~dex@46.10.60.183)
14:23:29 Quit cmhobbs (Ping timeout: 240 seconds)
14:24:56 Quit Misanthropos (Ping timeout: 245 seconds)
14:27:17 Join Misanthropos [0] (~Misanthro@frnk-5f744b00.pool.mediaWays.net)
14:30:59 Quit goom (Ping timeout: 250 seconds)
14:31:29 Quit kuldeepdhaka (Ping timeout: 240 seconds)
14:41:07 Join amayer [0] (~amayer@mail.weberadvertising.com)
14:53:03 Quit Misanthropos (Ping timeout: 276 seconds)
14:54:05 Join kuldeepdhaka [0] (~kuldeepdh@unaffiliated/kuldeepdhaka)
14:54:18 Quit DexterLB (Quit: So long and thanks for all the fish)
14:55:43 Join DexterLB [0] (~dex@46.10.60.183)
15:00
15:00:44 Quit kuldeepdhaka (Max SendQ exceeded)
15:01:45 Join kuldeepdhaka [0] (~kuldeepdh@unaffiliated/kuldeepdhaka)
15:11:37 Join Misanthropos [0] (~Misanthro@frnk-5f744b00.pool.mediaWays.net)
15:16:32 Join ygrek_ [0] (~user@108.59.6.97)
15:21:02 Quit ygrek_ (Client Quit)
15:26:01 Quit Misanthropos (Ping timeout: 250 seconds)
15:27:29 Quit Topy44 (Ping timeout: 252 seconds)
15:28:48 Join Misanthropos [0] (~Misanthro@frnk-5f744b00.pool.mediaWays.net)
15:34:16 Quit Misanthropos (Ping timeout: 240 seconds)
15:50:28 Join ender` [0] (krneki@foo.eternallybored.org)
15:50:43 Join ygrek [0] (~user@108.59.6.97)
15:59:31***Saving seen data "./dancer.seen"
16:00
16:12:11 Join Misanthropos [0] (~Misanthro@frnk-5f744b00.pool.mediaWays.net)
16:25:02 Join Guest80912 [0] (Slayer@c-69-143-187-144.hsd1.va.comcast.net)
16:32:35 Quit Misanthropos (Remote host closed the connection)
16:34:15 Quit [Saint] (Remote host closed the connection)
16:35:15 Join [Saint] [0] (~saint@rockbox/staff/saint)
16:43:45 Quit Strife89|Desktop (Ping timeout: 252 seconds)
16:50:02 Join Misanthropos [0] (~Misanthro@frnk-5f744b00.pool.mediaWays.net)
16:55:43 Quit Misanthropos (Ping timeout: 250 seconds)
17:00
17:05:42 Quit AlexP (Remote host closed the connection)
17:05:59 Join roelj [0] (~user@fsf/member/roelj)
17:24:56 Quit roelj (Ping timeout: 240 seconds)
17:28:39 Quit Geoff__ (Ping timeout: 250 seconds)
17:29:15 Join rela [0] (~x@pdpc/supporter/active/rela)
17:58:30 Nick the-kyle1 is now known as the-kyle (~kyle@kyle.tk)
17:59:25 Nick the-kyle is now known as kyle-e-coyote (~kyle@kyle.tk)
17:59:33***Saving seen data "./dancer.seen"
18:00
18:00:34 Quit shamus (Read error: Connection reset by peer)
18:05:04 Quit pamaury (Ping timeout: 240 seconds)
18:05:36 Join shamus [0] (~shmaus@ip-206-192-193-180.marylandheights.ip.cablemo.net)
18:13:42 Join AlexP [0] (~alex@rockbox/staff/AlexP)
18:35:27 Join Gallomimia [0] (~gallomimi@S0106c8fb26452633.ca.shawcable.net)
18:36:12 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
18:44:20 Quit pamaury (Ping timeout: 240 seconds)
18:45:42 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
18:49:52 Join Misanthropos [0] (~Misanthro@frnk-5f744b00.pool.mediaWays.net)
19:00
19:04:26 Join Scromple_ [0] (~Simon@161.43.73.67)
19:05:56 Quit Scr0mple (Ping timeout: 240 seconds)
19:06:40 Join Scr0mple [0] (~Simon@161.43.73.67)
19:06:57 Quit Scromple_ (Read error: Connection reset by peer)
19:07:45 Quit Gallomimia (Ping timeout: 252 seconds)
19:14:11 Join Gallomimia [0] (~gallomimi@S0106c8fb26452633.ca.shawcable.net)
19:17:45 Quit kuldeepdhaka (Ping timeout: 252 seconds)
19:18:39 Join kuldeepdhaka [0] (~kuldeepdh@unaffiliated/kuldeepdhaka)
19:19:56 Quit Misanthropos (Ping timeout: 245 seconds)
19:21:06 Join y4n [0] (~y4n@unaffiliated/y4ndexx)
19:25:55 Quit ygrek (Quit: ygrek)
19:34:20 Join bertrik [0] (~quassel@ip117-49-211-87.adsl2.static.versatel.nl)
19:34:21 Quit bertrik (Changing host)
19:34:21 Join bertrik [0] (~quassel@rockbox/developer/bertrik)
19:36:49 Quit kuldeepdhaka (Ping timeout: 252 seconds)
19:53:04 Join lebellium [0] (~chatzilla@89-93-178-161.hfc.dyn.abo.bbox.fr)
19:59:34***Saving seen data "./dancer.seen"
20:00
20:18:24 Quit bluebrother (Disconnected by services)
20:18:29 Join bluebrother^ [0] (~dom@rockbox/developer/bluebrother)
20:20:30 Quit fs-bluebot (Ping timeout: 246 seconds)
20:22:49 Join fs-bluebot [0] (~fs-bluebo@g225255124.adsl.alicedsl.de)
20:28:40 Join kugel [0] (~kugel@91-64-117-207-dynip.superkabel.de)
20:28:41 Quit kugel (Changing host)
20:28:41 Join kugel [0] (~kugel@rockbox/developer/kugel)
20:33:50 Join Strife89|Desktop [0] (~Strife89@adsl-98-80-241-113.mcn.bellsouth.net)
20:33:54 Join scorche [0] (~scorche@rockbox/administrator/scorche)
20:36:20 Quit scorche` (Ping timeout: 259 seconds)
20:44:06 Quit rela (Ping timeout: 245 seconds)
20:56:13 Quit pystar89 (Ping timeout: 250 seconds)
21:00
21:16:03 Join cmhobbs [0] (~cmhobbs@wsip-70-166-234-2.ks.ks.cox.net)
21:16:05 Quit cmhobbs (Changing host)
21:16:05 Join cmhobbs [0] (~cmhobbs@fsf/member/cmhobbs)
21:21:25 Quit TheSeven (Ping timeout: 252 seconds)
21:23:11 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
21:30:21 Quit cmhobbs (Ping timeout: 245 seconds)
21:31:53 Join Rower [0] (~husvagn@h176n2-aeg-a11.ias.bredband.telia.com)
21:53:19 Quit Rower (Quit: Hmmm...)
21:59:38***Saving seen data "./dancer.seen"
22:00
22:45:06 Nick Strife89|Desktop is now known as Strife89 (~Strife89@adsl-98-80-241-113.mcn.bellsouth.net)
22:52:38 Quit amayer (Quit: Leaving)
22:55:49 Join pystar89 [0] (~pystar89@ip-95-223-21-209.unitymediagroup.de)
23:00
23:04:12 Join Topy44 [0] (~Topy44@93.190.93.215)
23:18:19 Join sakax [0] (~sakax@78-23-252-57.access.telenet.be)
23:18:19 Quit sakax (Changing host)
23:18:19 Join sakax [0] (~sakax@unaffiliated/sakax)
23:21:12 Quit Strife89 (Quit: Heading out for a spell)
23:24:49 Quit bertrik (Remote host closed the connection)
23:34:45 Join goom [0] (~goomba@cpe-72-177-176-215.satx.res.rr.com)
23:39:58 Quit ender` (Quit: There are only two hard things in Computer Science: cache invalidation, naming things and off-by-one errors.)

Previous day | Next day