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-08-10

00:00:11 Quit lebellium (Quit: ChatZilla 0.9.90.1 [Firefox 32.0/20140804164216])
00:21:40 Quit kuldeepdhaka_ (Quit: Leaving)
00:23:59***Saving seen data "./dancer.seen"
00:34:04 Join airsh0ck_ [0] (~airsh0ck@bxz72.neoplus.adsl.tpnet.pl)
00:37:59 Quit airsh0ck (Ping timeout: 260 seconds)
00:53:06 Quit franklin (Quit: Leaving)
01:00
01:14:05 Part Xerion ("Cycling Channel")
01:14:09 Join Xerion [0] (~xerion@5419F5F4.cm-5-2d.dynamic.ziggo.nl)
01:21:24 Quit airsh0ck_ (Quit: Leaving)
01:33:28 Quit bertrik (Remote host closed the connection)
01:53:56 Join krabador [0] (~krabador@unaffiliated/krabador)
01:53:57 Join franklin [0] (~franklin@cpe-071-071-071-105.triad.res.rr.com)
01:55:14franklinsaratoga, you on?
01:57:00 Quit sakax (Read error: Connection reset by peer)
02:00
02:09:48 Quit ender (Quit: It is difficult to produce a television documentary that is both incisive and probing when every twelve minutes one is interrupted by dancing rabbits singing about toilet paper.)
02:22:43franklinWhat is the third field in viewers.config?
02:24:00***Saving seen data "./dancer.seen"
02:53:33[Saint]icon number.
02:53:38[Saint]the source is your friend...
02:54:06[Saint]extension, viewer, icon.
02:55:49franklinthank you :) working on the imperial march through the piezo speaker... :O
02:56:21franklin... on my ipod!
02:56:21 Quit rasher (Changing host)
02:56:21 Join rasher [0] (~rasher@rockbox/developer/rasher)
02:56:37*franklin has gotten 9 notes already :)
02:58:03franklin[Saint], where's the source for reading the viewers.config then?
03:00
03:00:00 Quit AlexP (Remote host closed the connection)
03:20:37 Join ygrek [0] (~user@108.59.6.97)
03:30:05 Quit shamus (Ping timeout: 255 seconds)
03:30:30 Join shamus [0] (~shmaus@ip-206-192-193-180.marylandheights.ip.cablemo.net)
03:55:03 Quit krabador (Quit: Take the time.)
04:00
04:12:27franklinWhere would be the appropriate spot in the source tree to put "demos"?
04:12:37franklinLike the Imperial March for a plugin to paly
04:12:58franklin*play*
04:20:56jhMikeSthey aren't classified in the source tree
04:23:32 Quit ygrek (Ping timeout: 245 seconds)
04:24:03***Saving seen data "./dancer.seen"
04:24:05jhMikeSmaybe check out g#174
04:24:08fs-bluebotGerrit review #174 at http://gerrit.rockbox.org/r/174 : Play music or complex tones with square wave channel. by Michael Sevakis
04:25:29 Quit amiconn (Disconnected by services)
04:25:29 Join amiconn_ [0] (quassel@rockbox/developer/amiconn)
04:25:29 Join pixelma_ [0] (pixelma@rockbox/staff/pixelma)
04:25:29 Quit pixelma (Disconnected by services)
04:34:14franklinjhMikeS, I'm referring to Gerrit #909, which adds piezo* functions to the plugin API
04:34:16fs-bluebotGerrit review #909 at http://gerrit.rockbox.org/r/909 : Added piezo functions to plugin API, as well as some demo plugins by Franklin Wei
04:34:19*franklin slaps fs-bluebot
04:34:19fs-bluebotfranklin: ouch!
04:34:21franklin:D
04:36:36jhMikeSthat's it? I thought you had a demo with imperial march. I had something for the PCM tone generator that I did awhile ago just to try it really quickly.
04:37:13franklinNo, I have a file that you give to Tonebox that plays the imperial march :)
04:37:18franklinbut that's not in the patch
04:37:33franklinAnd an editor that edits the files
04:37:41jhMikeSnot everything has piezo
04:38:08franklinSo...
04:38:52jhMikeSso....why do we need the piezo plugins in the API?
04:38:56jhMikeS*functions
04:39:23franklinThey are conditionally compiled, just like LCD functions...
04:39:31franklinwith #ifdef HAVE_HARDWARE_CLICK
04:39:38[Saint]Well...lets just chuck out everything that isn't universally supported by every target then shall we?
04:39:53[Saint]What an odd statement.
04:39:53jhMikeSummm...but it is supportable on every target
04:40:03jhMikeSat least SWCODEC
04:40:16jhMikeSwhat's so special about piezo?
04:40:28franklinIt was missing... so I added it :)
04:41:04jhMikeS[Saint]: hey, fuck you. you know I don't think that way about it. :)
04:41:37jhMikeSugh
04:41:45franklin[Saint], so should I just host it separately?
04:42:01[Saint]I...what?
04:42:02franklinBTW, does one of you have an ipod I can test this on other than mine?
04:42:17jhMikeSsurely there was a task that required them
04:42:41jhMikeSbeepbox
04:42:44franklinI was thinking of playing sounds for 2048 through it... :) then I realized that it was doable :)
04:42:52franklinsure, *box will do
04:43:18jhMikeSok, that makes sense if something needs it
04:43:32franklinlittle point other than for grins :)
04:43:48[Saint]whether they should or not may be debateable, but I don't see a problem with plugins being able to access the piezo at all.
04:44:16franklinI mean, the plugins have complete control already
04:44:17jhMikeSwell, hell i could have pacbox playing it sounds during music playback. really, plugins just need a PCM channel to use
04:44:38franklinI was thinking about that too
04:45:02jhMikeS[Saint]: me neither, however, this sort of thing is not limited to piezo
04:45:04franklinbut I decided not to do it myself... too much work :) just play the imperial march was my goal, and I can do it now
04:45:30jhMikeSThis simple 1) add another PCM channel in mixer header 2) use it
04:45:38franklinand how?
04:46:01[Saint]jhMikeS: that doesn't help you if you want to use the piezo...
04:46:18franklinI have beep, click and tone functions... too much? :)
04:46:21[Saint]it can be done other ways, great, but....piezo.
04:46:28[Saint]that'
04:46:33jhMikeSpcm_mixer.h
04:46:35[Saint]s the goal here - achieved.
04:46:46jhMikeS[Saint]: no, but it helps everything else :)
04:46:54franklinNot everyone crams headphones in their pocket when they go...
04:47:38jhMikeSso?
04:47:49franklinBTW, the file for the imperial march is at http://fwei.tk/imperial_march.tbx
04:48:16franklinIt would just be cool to be able to play, as you said, pacbox music from the piezo
04:48:17jhMikeS[Saint]: but I don't want to use the piezo, I'm the other not everyone :)
04:48:31franklinSo don't use it then
04:48:34jhMikeSfranklin: not from piezo. pcm mixer
04:48:37[Saint]I'm not sure why there's an argument here, franklin wanted plugins to be able to access the piezo, and added it. As far as I see it, it hurts nothing, and adds functionality.
04:48:51jhMikeSfrom piezo probably needs some form of modulation
04:48:58franklinexactly... what were we even arguing about, again?
04:49:12[Saint]I have no idea.
04:49:16*jhMikeS wants plugins to access the national treasury
04:49:21franklinlol
04:49:53franklinSo, [Saint], you have an ipod
04:49:54franklin?
04:49:56jhMikeSyou paid for an argument
04:50:56franklin[Saint], do I need to write a manual entry for ToneBox/BeepBox?
04:51:19jhMikeSBeedeebeedeebeedeebeedeep box, buch
04:51:22[Saint]viewers typically get a manual entry I believe.
04:51:23jhMikeS*buck
04:51:35franklinso yes
04:51:59franklinAnd should the imperial march file get on the RB wiki?
04:52:48jhMikeSok, let's just play everything though the piezo, mkay? so, it's settled then
04:53:02jhMikeSsomeone might not have their headphones
04:53:05franklinThe "feature" of Gerrit #909 is a piezo library for future plugins... ToneBox is just a proof-of-concept plugin
04:53:07fs-bluebotGerrit review #909 at http://gerrit.rockbox.org/r/909 : Added piezo functions to plugin API, as well as some demo plugins by Franklin Wei
04:53:12*franklin slaps fs-bluebot
04:53:13fs-bluebotfranklin: ouch!
04:53:58franklinSo, [Saint], can you test this?
04:58:30*jhMikeS begins dumping the PCM system and redirecting everything to the piezo
04:58:38franklinjhMikeS, NO!
04:58:47franklinIt's to be used separately
04:59:23jhMikeSseparately?
05:00
05:00:01franklinLike on a computer, there's the beeper and the speakers
05:00:17franklinThe beeper beeps when you type "echo "\a"" and the speakers play everything else
05:00:28franklinthe beeper is a piezo
05:00:45jhMikeSbut, I want to make sure noone has an unfairly good experience over piezo users
05:03:22franklingnight
05:03:26 Quit franklin (Quit: Leaving)
05:06:52 Quit eternnoir (Remote host closed the connection)
05:08:45 Join eternnoir [0] (~quassel@li389-177.members.linode.com)
05:11:35 Join ikeboy [0] (~ikeboy@ool-435622d3.dyn.optonline.net)
05:17:48 Join steffengy [0] (~quassel@p5088F828.dip0.t-ipconnect.de)
05:20:46 Quit steffengy1 (Ping timeout: 272 seconds)
06:00
06:00:11 Join goom [0] (~goomba@cpe-72-177-165-10.satx.res.rr.com)
06:05:47 Quit goom (Ping timeout: 246 seconds)
06:23:14 Quit ivanf (Read error: Connection reset by peer)
06:23:30 Join ivanf [0] (~ivan@pool-72-69-217-153.nycmny.fios.verizon.net)
06:23:30 Quit ivanf (Changing host)
06:23:30 Join ivanf [0] (~ivan@unaffiliated/kferdous)
06:24:04***Saving seen data "./dancer.seen"
06:40:46 Quit derf (Ping timeout: 265 seconds)
06:42:36 Join derf [0] (~derf@static-108-18-126-14.washdc.fios.verizon.net)
07:00
07:04:19ivanfHello any reason why rockbox installer crashes when I do auto detect?
07:05:56[Saint]possibly a SanDisk device in the wrong USB mode?
07:06:31ivanfit's actually the iPod video
07:07:10[Saint]No idea then. As long as you know the mountpoint it doesn't really matter.
07:07:49ivanfMountpoint?
07:08:43[Saint]The destination at which the device is mounted.
07:09:20ivanfI see
07:10:31[Saint]The installer doesn't do anything on the iPods except extract an archive to a mountpoint.
07:10:59[Saint](for the main binary at least, the bootloader is an entirely different story)
07:11:22ivanfoh okay
07:11:28ivanfwell I had to man do it.
07:11:32ivanfSo now it's installing
07:12:09 Quit ikeboy (Quit: Leaving)
07:24:32 Join JdGordon_ [0] (~jonno@rockbox/developer/JdGordon)
07:25:42 Quit JdGordon (Ping timeout: 245 seconds)
07:28:58ivanfGetting my Sansa Clip+ next week. I'm so excited
07:30:10[Saint]In my opinion if you already have an iPod Video, that excitement will be short lived.
07:30:26[Saint]They're like Happy Meal toys.
07:30:42[Saint]Actually, some Happy Meal toys feel better made...
07:30:48[Saint]</rant>
07:33:10ivanfHeh. I mean I want to pair my Sansa c+ with my TMA-1's, PFE 122 and soon Earsonics SM3
07:33:20ivanfthis is a old ipod video
07:33:31ivanfHDD is going to give up soon
07:33:41[Saint]Right. As opposed to the new iPod Videos... ;)
07:34:04ivanfthis stops and turns on here and there :P
07:34:22ivanfmax size for the clip+ atm is 64gb?
07:34:51[Saint]There is no limit on the external storage.
07:35:00ivanfoh
07:35:05[Saint]If 256Gb sdcards existed, it could use it.
07:35:58[Saint]Well, actually, there *is* a limit, but, that limit is 2TB...and, we'll likely never se densities like this.
07:36:12[Saint]So its as good as "unlimited".
07:36:26ivanfHmm
07:36:35ivanfNeed a cheap place for a 64gb I guess
07:46:15[Saint]128GB cards are getting reasonably priced now.
07:46:43 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn)
07:49:48 Join ygrek [0] (~user@108.59.6.97)
07:59:56 Quit amiconn (Remote host closed the connection)
07:59:56 Quit pixelma_ (Remote host closed the connection)
08:00
08:01:12 Join AlexP [0] (~alex@rockbox/staff/AlexP)
08:01:58 Join pixelma [0] (pixelma@rockbox/staff/pixelma)
08:01:58 Join amiconn [0] (amiconn@rockbox/developer/amiconn)
08:24:05***Saving seen data "./dancer.seen"
08:35:39 Join einhirn [0] (~Miranda@pD952C7DD.dip0.t-ipconnect.de)
08:40:27 Quit einhirn (Ping timeout: 260 seconds)
08:54:09 Join goom [0] (~goomba@cpe-72-177-165-10.satx.res.rr.com)
08:59:57 Quit ygrek (Ping timeout: 255 seconds)
09:00
09:35:03 Quit x56 (Ping timeout: 260 seconds)
09:39:34 Quit CaptainKewl (Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com ))
09:42:20 Join x56 [0] (~0x56@sillytitties.com)
10:00
10:24:09***Saving seen data "./dancer.seen"
10:36:50 Join bertrik [0] (~quassel@rockbox/developer/bertrik)
10:39:06 Quit goom (Quit: Leaving)
10:40:17 Join ender [0] (krneki@foo.eternallybored.org)
11:00
11:05:58 Quit GodEater (Ping timeout: 264 seconds)
11:06:30 Join lebellium [0] (~chatzilla@89-93-178-161.hfc.dyn.abo.bbox.fr)
11:14:46 Join airsh0ck [0] (~airsh0ck@bxz72.neoplus.adsl.tpnet.pl)
11:39:32 Join krabador [0] (~krabador@unaffiliated/krabador)
11:51:04 Quit jhMikeS (Ping timeout: 272 seconds)
11:54:19 Join lleeloo [0] (~lleeloo@37.215.64.29)
12:00
12:24:11***Saving seen data "./dancer.seen"
13:00
13:23:43 Quit akaWolf (Remote host closed the connection)
13:29:14 Join ygrek [0] (~user@108.59.6.97)
13:46:16 Join akaWolf [0] (~akaWolf@unaffiliated/akawolf)
14:00
14:24:12***Saving seen data "./dancer.seen"
14:31:00 Quit airsh0ck (Ping timeout: 260 seconds)
14:41:46 Nick krabador is now known as supergrandangolo (~krabador@unaffiliated/krabador)
14:43:55 Nick supergrandangolo is now known as occhiodipesce (~krabador@unaffiliated/krabador)
14:45:23 Nick occhiodipesce is now known as transformer (~krabador@unaffiliated/krabador)
14:45:54 Nick transformer is now known as unmaker (~krabador@unaffiliated/krabador)
14:54:04 Nick unmaker is now known as stablepower (~krabador@unaffiliated/krabador)
14:59:23 Join IgoRCL [0] (~IgorC@181.46.95.156)
14:59:23 Nick stablepower is now known as grandepennello (~krabador@unaffiliated/krabador)
15:00
15:00:34IgoRCLhello
15:00:46IgoRCLsorry for offtopic but we need some audio listeners here http://www.hydrogenaud.io/forums/index.php?showtopic=106354
15:00:50IgoRCLthank You.
15:17:06 Quit bertrik (Remote host closed the connection)
15:18:28 Join bertrik [0] (~quassel@rockbox/developer/bertrik)
15:28:35 Nick grandepennello is now known as krabador (~krabador@unaffiliated/krabador)
15:57:31 Join megal0maniac [0] (~megal0man@unaffiliated/megal0maniac)
15:57:49megal0maniacmegal0maniac-b570 added to build farm :)
16:00
16:02:45 Quit krabador (*.net *.split)
16:02:46 Quit ps-auxw (*.net *.split)
16:04:23 Join krabador [0] (~krabador@unaffiliated/krabador)
16:04:24 Join ps-auxw [0] (~arneb@2001:470:c807:0:1532:4e5f:2ad3:4123)
16:04:43 Join n1s [0] (~n1s@c-53e570d5.010-215-7570701.cust.bredbandsbolaget.se)
16:04:43 Quit n1s (Changing host)
16:04:43 Join n1s [0] (~n1s@rockbox/developer/n1s)
16:04:57 Quit ivanf (Ping timeout: 260 seconds)
16:08:05 Join ivanf [0] (~ivan@unaffiliated/kferdous)
16:16:41 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
16:20:49 Join airsh0ck [0] (~airsh0ck@bxz72.neoplus.adsl.tpnet.pl)
16:22:58 Join ikeboy [0] (~ikeboy@ool-435622d3.dyn.optonline.net)
16:24:15***Saving seen data "./dancer.seen"
16:37:20 Quit Xerion (Read error: No route to host)
16:38:44 Join Xerion [0] (~xerion@5419F5F4.cm-5-2d.dynamic.ziggo.nl)
17:00
17:01:50 Join einhirn [0] (~Miranda@pD952C7DD.dip0.t-ipconnect.de)
17:05:41 Join franklin [0] (~franklin@cpe-071-071-071-105.triad.res.rr.com)
17:10:33 Join rela [0] (~x@pdpc/supporter/active/rela)
17:12:06 Part airsh0ck ("Leaving")
17:27:17 Quit ivanf (Remote host closed the connection)
17:27:33 Join ivanf [0] (~ivan@pool-72-69-217-153.nycmny.fios.verizon.net)
17:27:33 Quit ivanf (Changing host)
17:27:33 Join ivanf [0] (~ivan@unaffiliated/kferdous)
17:45:51 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
17:47:01 Quit lleeloo (Ping timeout: 250 seconds)
17:48:33 Quit ender (Quit: The trouble with quotes found on the Internet is that they often turn out to be unreliable. -- William Shakespeare)
17:52:34 Quit rela (Read error: Connection reset by peer)
17:52:49 Join JohnML [0] (~john1@2a02:908:e261:1d00:21e:c9ff:fe51:d045)
17:54:46 Join ender [0] (krneki@foo.eternallybored.org)
17:57:40 Quit ender (Client Quit)
17:59:42 Join ender [0] (krneki@foo.eternallybored.org)
18:00
18:04:54 Join sfate [0] (504901d8@gateway/web/freenode/ip.80.73.1.216)
18:06:03sfatehi there
18:06:48sfatecould anyone say how to fix a bug with wps-theme: text blinks on scrolling(too long line of track info)?
18:11:03 Quit einhirn (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
18:14:02coppersfate: what build are you running
18:14:37franklinit /could/ be just that the scrolling code is too slow, but I have little experience in theming
18:14:56copperI bet he's running an old build
18:15:42sfaterockbox 3.13 for ipod video 5.5g with this theme: http://themes.rockbox.org/index.php?themeid=2162
18:16:15copperthere you go
18:16:23coppersfate: install the latest dev build
18:16:45sfateok.. i'll try it.. thanks
18:16:52copperuse the rockbox utility, select "development version"
18:22:00 Join jhMikeS [0] (~jethead71@rockbox/developer/jhMikeS)
18:24:16***Saving seen data "./dancer.seen"
18:25:33sfatecooper: you were right.. it works fine with lastest dev build :)
18:28:06 Join GodEater [0] (~whoknows@207.207.28.190)
18:28:07 Quit GodEater (Changing host)
18:28:07 Join GodEater [0] (~whoknows@rockbox/staff/GodEater)
18:28:45 Quit franklin (Ping timeout: 264 seconds)
18:29:22 Join franklin [0] (~franklin@cpe-071-071-071-105.triad.res.rr.com)
18:35:27 Quit pamaury (Ping timeout: 260 seconds)
18:36:48copperit's copper
18:36:55copperand I know because I'm the one who reported the bug
18:37:42sfateyeah.. sorry, copper ^_^
18:38:03 Quit efyx_ (Ping timeout: 250 seconds)
18:40:31copperthe "Works with release 3.13" bit on the themesite is unfortunate
18:41:39sfateoh yes.. there is just couple of themes that works fine with 3.13 :)
18:42:40 Quit sfate (Quit: Page closed)
18:44:56 Join sfate [0] (~sfate@80.73.1.216)
18:45:57 Quit JohnML ()
18:48:26 Quit sfate (Remote host closed the connection)
18:50:47 Join efyx_ [0] (~efyx@107.110-67-87.adsl-dyn.isp.belgacom.be)
19:00
19:02:06coppermeh, that was kinda dickish of me
19:03:13franklinOK, I can play the "entire" imperial march now, up to the drums part
19:04:18coppereven drums have a tone
19:04:20franklinup to 36 seconds of https://www.youtube.com/watch?v=-bzWSJG93P8
19:04:41franklinTook the code from it's website
19:05:05franklin TI's website
19:08:36jhMikeSimpressive...
19:08:52jhMikeSthe piezo's pretty high quality :)
19:09:07franklinSo, you wanna test it?
19:09:24jhMikeSI don't have a piezo device
19:09:33franklinI think now would be a good time to use the word "kewl"
19:10:17franklinNow to get the drums part :)
19:10:39*jhMikeS has managed to stay largely iPod free except for one 3g that was given away to him
19:11:06franklinI hate apple more that you do :) trust me :)
19:20:10 Quit derf (Remote host closed the connection)
19:20:39 Join sfate [0] (~sfate@80.73.1.216)
19:21:21 Join sfate_ [0] (~sfate@80.73.1.216)
19:23:31 Quit IgoRCL (Ping timeout: 240 seconds)
19:23:40 Join IgoRCL [0] (~IgorC@181.46.95.156)
19:24:24 Quit sfate_ (Client Quit)
19:24:48 Quit franklin (Remote host closed the connection)
19:35:40 Quit sfate (Quit: Mango IRC for iOS and OS X, http://mediaware.sk/mango)
19:35:58 Join sfate [0] (~sfate@80.73.1.216)
19:39:35 Quit sfate (Remote host closed the connection)
19:40:00 Join sfate [0] (~sfate@80.73.1.216)
19:41:57 Quit bluebrother (Disconnected by services)
19:42:02 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
19:43:55 Quit fs-bluebot (Ping timeout: 250 seconds)
19:44:09 Quit IgoRCL (Quit: Leaving.)
19:48:12 Join fs-bluebot [0] (~fs-bluebo@g224238154.adsl.alicedsl.de)
20:00
20:15:14 Quit ygrek (Ping timeout: 246 seconds)
20:24:18***Saving seen data "./dancer.seen"
20:31:41 Join kugel [0] (~kugel@rockbox/developer/kugel)
20:33:04 Join Usergnome [0] (~user@host86-145-215-2.range86-145.btcentralplus.com)
20:36:39 Part Usergnome
20:43:00 Join ZincAlloy [0] (~Adium@pD9EE8041.dip0.t-ipconnect.de)
20:51:32 Quit ParkerR (Ping timeout: 240 seconds)
20:54:56 Join ParkerR [0] (ParkerR@withg.org)
20:54:56 Quit ParkerR (Changing host)
20:54:56 Join ParkerR [0] (ParkerR@unaffiliated/parkerr)
21:00
21:02:58 Join IgoRCL [0] (~IgorC@181.46.95.156)
21:15:05 Quit krabador (Quit: Take the time.)
21:15:28 Join krabador [0] (~krabador@unaffiliated/krabador)
21:44:33 Join airsh0ck [0] (~airsh0ck@bxz72.neoplus.adsl.tpnet.pl)
21:48:25 Quit Zambezi (Ping timeout: 260 seconds)
21:59:55 Quit sfate (Quit: Mango IRC for iOS and OS X, http://mediaware.sk/mango)
22:00
22:00:12 Join sfate [0] (~sfate@80.73.1.216)
22:04:36 Join derf [0] (~derf@static-108-18-126-14.washdc.fios.verizon.net)
22:05:02 Quit igitoor (Ping timeout: 240 seconds)
22:05:52 Join igitoor [0] (igitur@2a00:d880:3:1::c1ca:a648)
22:14:26 Join Zambezi [0] (Zulu@bnc.from.hostbay.nu)
22:15:23 Quit igitoor (Changing host)
22:15:23 Join igitoor [0] (igitur@unaffiliated/contempt)
22:19:59 Quit sfate (Ping timeout: 260 seconds)
22:21:32 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
22:24:21***Saving seen data "./dancer.seen"
22:25:32 Quit alexbobp (Ping timeout: 240 seconds)
22:26:25 Join alexbobp [0] (~alex@capitalthree.pwnz.org)
22:29:17 Quit jhMikeS (Ping timeout: 272 seconds)
22:34:19 Join airsh0ck_ [0] (~airsh0ck@aafv225.neoplus.adsl.tpnet.pl)
22:35:13 Quit pamaury (Ping timeout: 246 seconds)
22:38:20 Quit airsh0ck (Ping timeout: 272 seconds)
22:46:14 Quit n1s (Quit: Ex-Chat)
22:47:47 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
22:55:14 Quit krabador (Quit: Take the time.)
23:00
23:03:08 Quit Xerion (Read error: Connection reset by peer)
23:07:45 Quit pamaury (Ping timeout: 264 seconds)
23:23:13 Quit lebellium (Quit: ChatZilla 0.9.90.1 [Firefox 32.0/20140807212602])
23:28:11 Quit kugel (Remote host closed the connection)
23:39:31 Part ikeboy ("Leaving")
23:43:41 Quit airsh0ck_ (Quit: Leaving)

Previous day | Next day