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 2013-01-21

00:03:23 Join zaphee [0] (~user@ede67-2-82-232-36-5.fbx.proxad.net)
00:06:06evilnickHas anyone managed to get the inline headphone button to work as a track-skip on RaaAa?
00:07:01[Saint]My Samsung headsets "Just Work(TM)"
00:07:40[Saint]They have dedicated media control buttons, though. Not sure if that's what you're talking about.
00:08:07evilnickMine's the one that came with the S3, vol+, vol- (both work) but the button itself seems to have no effect
00:08:13*evilnick tries another pair
00:08:34 Quit bertrik (Remote host closed the connection)
00:08:39[Saint]"the button" is just for call accept, no?
00:09:01 Quit Wardo (Read error: Connection reset by peer)
00:09:14[Saint]If your ROM has the feature, holding vol+/- should skip the track.
00:09:39[Saint]That worked for me in Cm7, and very recently incorperated into my Cm10.1 build.
00:10:07evilnickHmmm, with the Samsung headphones that came with the S2, the button starts Apollo
00:10:14[Saint]That's a "pure-CM" thing, though, iirc. Not an "Android thing"
00:10:58 Join bertrik [0] (~quassel@rockbox/developer/bertrik)
00:10:59[Saint]My unlabeled button accepts calls and nothing more. There doesn't seem to be much of a standard.
00:11:18evilnickHolding the vol- or vol+ down just increases/decreases the volume. No track skipping for me :(
00:11:18[Saint]Oh, it rejects the call whilst in-call too.
00:11:35[Saint]If there's no specific setting for it in your ROM, it won't, no.
00:11:44[Saint]Perhaps you remember the setting from CM7
00:11:55evilnickYeah, I'll see if that works
00:12:05[Saint]It should make it into official CM10.1 eventually.
00:12:16[Saint]I don't _think_ it's there presently.
00:13:03[Saint]The build I run has a shit-tonne of as yet unaccepted gerrit reviews included.
00:13:12evilnickAnd that would explain why I can't find it right now :)
00:13:53evilnickAh, I think that *the* button (on the S3 headphones) works as Menu
00:21:56 Quit Strife89 (Ping timeout: 244 seconds)
00:24:13 Quit zaphee (Quit: Leaving.)
00:43:51 Quit bertrik (Ping timeout: 245 seconds)
00:45:20 Quit Rower (Quit: Hmmm...)
00:56:26 Quit lebellium (Quit: ChatZilla 0.9.89 [Firefox 19.0/20130116072953])
00:57:47 Quit GeekShadow (Read error: Operation timed out)
00:58:34 Join GeekShadow [0] (~antoine@reactos/tester/GeekShadow)
01:00
01:02:11 Quit Raptors (Ping timeout: 245 seconds)
01:04:28 Join Raptors [0] (~whoneedsa@216-58-33-195.cpe.distributel.net)
01:09:22 Quit kevku (Ping timeout: 260 seconds)
01:18:41[Saint]JdGordon: did you still want/need me to file a bug report on the jackass parser?
01:18:57 Quit ender` (Quit: Be wary of strong drink. It can make you shoot at tax collectors and miss. -- Robert A. Heinlein)
01:19:28[Saint]I'll do so anyway.
01:19:42JdGordonyep
01:19:46JdGordonif you want it fixed :)
01:21:46 Quit fs-bluebot (Ping timeout: 245 seconds)
01:22:20 Quit bluebrother^ (Ping timeout: 246 seconds)
01:23:06 Join fs-bluebot [0] (~fs-bluebo@g224239240.adsl.alicedsl.de)
01:24:18 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
01:25:00evilnickkugel: (for the logs) Out of the two android devices I have (SGS3 running CM10.1 and Transformer Infinity running CM10) neither of them work correctly with the inline remote buttons. Tried two different pairs of headphones on each.
01:34:23[Saint]added FS #12806
01:34:25fs-bluebothttp://www.rockbox.org/tracker/task/12806 Skin Engine Parser is being an ass-clown. (bugs, unconfirmed)
01:34:51[Saint]Ohhhhhwhoops, I wasn't supposed to add it with that title, hahaha.
01:34:52evilnickEr... not sure how descriptive that title is...
01:35:32[Saint]Yeah, it was kinda my "lorem ipsum" before I thought of something better but I pressed fire too early.
01:36:17 Join saratoga [0] (123e0c9c@gateway/web/freenode/ip.18.62.12.156)
01:36:38saratogawhats the correct way in git to make a new branch that is the current unmodified rockbox source without undoing my current branch's changes?
01:37:50[Saint]can't you just branch and do "git reset HEAD" in the branch?
01:39:09[Saint]Or "git reset −−hard commit_id"?
01:40:27[Saint]"git reset −−hard HEAD" in the new branch _should_ work.
01:46:10[Saint]JdGordon: .zip attatched
01:46:36JdGordonta
01:47:16JdGordongit reset −−hard will nuke your local changes
01:47:36[Saint]it's per-branch though, no?
01:48:00[Saint]If you branch from master, it shouldn't nuke master afaik.
01:48:25JdGordonyes, diddnt read your firs line :p
01:48:36 Join alienkid10 [0] (~alienkid@unaffiliated/alienkid10)
01:48:38JdGordonbut you dont want HEAD, you probably want HEAD^
01:48:41JdGordonassuming only one commit
01:49:41 Join blight [0] (~greg@reactos/developer/blight)
01:49:46alienkid10can anyone give me the md5 for the latest fuze+ patched bootloader?
01:49:49blightoh noo it crashed
01:51:11blightdunno if anybody is interested, clip zip with rockbox from 16th or 17th jan, was updating database in the background and playing around, "Data abort at 30 FSR 0x8 (domain 0 fault address 0xffffff pc:30052D98 sp3 bt end"
01:51:13[Saint]JdGordon: I also attached a .zip with syntax that fails checkwps but works on device and in the sim
01:51:21[Saint](second comment)
01:51:54blightversion fa6dc05-130115
01:53:06JdGordon[Saint]: it works on target but fails checkwps?
01:53:11JdGordonthat really shouldnt be possible :)
01:53:22[Saint]I know :)
01:54:09***Saving seen data "./dancer.seen"
01:55:32saratogathe ARMv5 CMUL for Opus made less of a difference then i thought, but it should be possible to save a lot of cycles by writing all of the FFT guts in ARMv5 ASM, since then you could save a lot of needless stalls
01:56:17alienkid10pamaury: do you have an md5sum of the latest fuze+ patched bootloader?
01:58:13 Quit pamaury (Ping timeout: 260 seconds)
01:58:37 Part alienkid10 ("QUIT :bye")
01:58:40saratogaalienkid10: this? http://git.rockbox.org/?p=rockbox.git;a=blob;f=rbutil/mkimxboot/mkimxboot.c;h=f6afd0cf0d61c5464315987e01f142e7e6a82f9b;hb=HEAD#l81
01:59:56[Saint]I believe the term "bootloader" is used erroneously
02:00
02:00:06[Saint]OP /probably/ means patched firmware.
02:03:50saratogawow, low delay opus files are SLOW
02:04:30saratoga64k @ 5ms delay takes 103MHz on the clipv2, while 64k @ 20 ms delay takes just 66MHz
02:04:49[Saint]holy crapballs
02:08:32saratogastupid weird sized FFTs
02:08:51saratogaapparently we're the first people to ever think about an arm optimized open source FFT for other then 2^n
02:23:57 Quit uwe_ (Ping timeout: 260 seconds)
02:25:21 Join uwe_ [0] (~uwe_@dslb-188-105-024-052.pools.arcor-ip.net)
02:30:53derfsaratoga: Sorry. No one made a transform-based communication codec before.
02:31:00derfThink of it as your chance to break new ground!
02:31:40[Saint]Subtle ;)
02:32:15 Quit amiconn (Quit: No Ping reply in 64 seconds.)
02:32:23 Join amiconn [0] (amiconn@rockbox/developer/amiconn)
02:32:34 Quit blight (Quit: Konversation terminated!)
02:33:36 Quit pixelma (Quit: No Ping reply in 120 seconds.)
02:34:15 Join pixelma [0] (pixelma@rockbox/staff/pixelma)
03:00
03:30:26 Quit saratoga (Ping timeout: 245 seconds)
03:33:34 Join krabador [0] (~ubuntu@host209-186-dynamic.42-79-r.retail.telecomitalia.it)
03:36:49 Quit eckoit (Ping timeout: 248 seconds)
03:50:03 Join eckoit [0] (~ryan@50.65.10.24)
03:50:57 Part eckoit
03:54:11***Saving seen data "./dancer.seen"
04:00
04:13:28 Quit Raptors (Ping timeout: 245 seconds)
04:24:00 Join Raptors [0] (~whoneedsa@216-58-33-203.cpe.distributel.net)
04:25:17 Quit Raptors (Client Quit)
04:28:07 Join Raptors [0] (~whoneedsa@216-58-33-203.cpe.distributel.net)
04:28:57 Join pixelma_ [0] (pixelma@rockbox/staff/pixelma)
04:28:58 Quit pixelma (Disconnected by services)
04:28:59 Nick pixelma_ is now known as pixelma (pixelma@rockbox/staff/pixelma)
04:29:01 Part Katu1
04:30:32 Join amiconn_ [0] (amiconn@rockbox/developer/amiconn)
04:30:32 Quit amiconn (Disconnected by services)
04:30:34 Nick amiconn_ is now known as amiconn (amiconn@rockbox/developer/amiconn)
04:33:49 Join TheSphinX^ [0] (~briehl@p579CC18C.dip.t-dialin.net)
04:37:11 Quit TheSphinX_ (Ping timeout: 244 seconds)
04:44:54 Join TheSphinX_ [0] (~briehl@p5B323CE5.dip.t-dialin.net)
04:46:52 Join TheSphin- [0] (~briehl@p5B3227B2.dip.t-dialin.net)
04:47:55 Quit TheSphinX^ (Ping timeout: 240 seconds)
04:48:23 Join Javontay [0] (~635e8422@www.haxx.se)
04:48:36Javontayhello
04:49:08JavontayI have a question about the rockbox
04:50:01 Quit TheSphinX_ (Ping timeout: 245 seconds)
04:50:20Javontayum hello!!!
04:51:04the-kyleJavontay: It helps to simply ask your question. No one can answer a question that isn't asked.
04:51:04 Quit Javontay (Client Quit)
04:57:19[Saint]the-kyle: Good one man, you scared him off with your outrageous sensibility!
04:57:20[Saint]:P
04:57:47the-kyle:)
04:58:44[Saint]How dare you, everyone knows that Rockbox users have psychic powers. ;)
04:59:03*the-kyle doesn't, so figures others don't either.
04:59:15*[Saint] is sending the answer to his question via telepathy.rock right now
05:00
05:00:26*the-kyle doesn't think it worked. The telepathic connection appears flat.
05:05:34 Join Rower [0] (husvagn@v-413-alfarv-177.bitnet.nu)
05:13:00[Saint]Oh, JdGordon, before you say it...I know that there's several examples of 'ugly code (TM)" in the *-old theme .zip, but it predates strings as identifiers, backdrops for bars, and drawing in the backdrop buffer. :)
05:14:52JdGordonyeah yeah :p
05:16:13 Join ubuntu__ [0] (~ubuntu@host170-62-dynamic.247-95-r.retail.telecomitalia.it)
05:16:14[Saint]If you feel adventurous, you're more than welcome to work out how to apply the OF style ">" to only directories and menu items with sub-menus...y'know, to correct my ugly code and all ;)
05:16:34 Nick ubuntu__ is now known as Guest61918 (~ubuntu@host170-62-dynamic.247-95-r.retail.telecomitalia.it)
05:17:13 Quit krabador (Ping timeout: 245 seconds)
05:21:25 Quit Guest61918 (Ping timeout: 246 seconds)
05:23:01*[Saint] needs to work out how to sinsibly always justify right a set of icons
05:23:07[Saint]*sensibly too
05:23:31[Saint]Oh, derp. Overthinking shit. Should be trivial.
05:25:59*[Saint] spots no less than 5 clones of a theme he only ever released a test preview of
05:26:23[Saint]one that steals the iLike moniker, dammit.
05:28:35*[Saint] wonders if the themesite would accept "iLike .zip" or " iLike.zip" to get around this.
05:31:52 Quit TheSphin- (Read error: Operation timed out)
05:31:56 Join TheSphinX^ [0] (~briehl@p5B322DD0.dip.t-dialin.net)
05:34:49JdGordonwe can delete themes i tihnk if you wwant
05:36:41[Saint]Oh, that wouldn't be fair. It isn;t exactly a trademark I own.
05:38:52 Join TheSphinX_ [0] (~briehl@p579CC9C6.dip.t-dialin.net)
05:39:25 Quit [7] (Disconnected by services)
05:39:34 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
05:41:48 Quit TheSphinX^ (Ping timeout: 245 seconds)
05:54:12***Saving seen data "./dancer.seen"
06:00
06:10:06 Quit XavierGr (Disconnected by services)
06:10:08 Join XavierGr [0] (XavierGr@rockbox/staff/XavierGr)
06:11:24 Join TheSphinX^ [0] (~briehl@p579CCD6A.dip.t-dialin.net)
06:13:56 Quit TheSphinX_ (Ping timeout: 248 seconds)
06:36:08 Join saratoga [0] (123e0c9c@gateway/web/freenode/ip.18.62.12.156)
07:00
07:01:16 Quit shamus (Read error: Connection reset by peer)
07:02:25 Join shamus [0] (~shmaus@ip-206-192-195-49.marylandheights.ip.cablemo.net)
07:26:40 Quit SuperBrainAK (Quit: pbly going to sleep /_\)
07:48:11saratogaby the way, is battery monitoring now working normally?
07:48:26saratogaprof_wolfff: ^
07:51:20prof_wolfffno, only voltage read is changed, the % is the similar than before, but probably we can do it on future
07:52:10saratogayou mean it needs to be re-calibrated?
07:52:24saratogaIIUC the problem was that the wrong channel was being read?
07:53:26prof_wolfffthere are % charge/discharge tables that return similar values than before, problem while charging is the constant voltage stage
07:54:14***Saving seen data "./dancer.seen"
07:55:12prof_wolfffthe scaling was wrong, it was divide by 1000 instead of 1023, the channel 1 gives a more precise measurement because it uses intenally a voltage substractor instead of a multiplicator, this increases precission but it is not noticeable
07:55:41saratogaah ok
08:00
08:05:58 Join LinusN [0] (~linus@giant.haxx.se)
08:08:24 Join akaWolf [0] (~akaWolf@unaffiliated/akawolf)
08:13:24[Saint]Torne might want to look at g385
08:13:27fs-bluebotGerrit review #385 at http://gerrit.rockbox.org/r/385 : iPod Classic/6G: reads HDD S.M.A.R.T. data by Cástor Muñoz (changes/85/385/1)
08:13:48[Saint]IIRC, he often talked about implmenting a generic SMART implementation.
08:14:29 Join TheSphinX_ [0] (~briehl@p579CCE60.dip.t-dialin.net)
08:14:58[Saint]prof_wolfff: you're right about CEATA for that patch.
08:15:06[Saint]It gives bullshit/no data.
08:15:48*[Saint] is reminded he needs to push his battery capacity fix for the Classic
08:16:18[Saint]I think it's very dirty, but I guess review will tell.
08:17:02[Saint](it's pretty much #if CEATA 850; else 550 {iirc})
08:17:35 Quit TheSphinX^ (Ping timeout: 264 seconds)
08:18:04[Saint]I'm not sure if there's a better way to tell we're running on the "fat classic" then checking for CEATA
08:18:14[Saint]If there is, I'm open to suggestion.
08:18:21[Saint]prof_wolfff: ^?
08:48:08prof_wolfffSaint: CEATA is already checked using a GPIO, so no problem on that, is CEATA working ok?
08:48:21 Join ender` [0] (~ender@foo.eternallybored.org)
08:51:06[Saint]I think you're misunderstanding me. I'm wanting to check if the device is a "fat classic" or a "regular/other classic" to correctly set the battery capacity.
08:51:22[Saint]the only way (I think) to do this is checking if the device is CEATA
08:53:21 Join bertrik [0] (~quassel@rockbox/developer/bertrik)
08:53:28[Saint]142 /firmware/export/config/ipod6g.h
08:53:52[Saint]It is hardcoded at 550 for all Classics, whilst the "fat classic" is actually 850
08:54:15 Join Zagor [242] (~bjst@rockbox/developer/Zagor)
08:54:37[Saint]currently I'm checking for CEATA and setting 850 that way, I was curious if there is a better way to tell what version of classic the device is.
08:54:44prof_wolfffah... there are some unknown GPIO, it is posible some of them is for battery, there are also some ADC channels who may be related with battery detection
08:56:40prof_wolfffbut ATM the CEATA GPIO can be used for that
09:00
09:01:01 Join lebellium [0] (~chatzilla@lns-c10k-ld-02-m-212-194-176-149.dsl.sta.abo.bbox.fr)
09:02:08[Saint]Shit...
09:02:15[Saint]I lost the patch somewhere...
09:02:33 Join einhirn [0] (~Miranda@bsod.rz.tu-clausthal.de)
09:05:56prof_wolfff i am also curious about how Classic model can be detected, OF uses a ipod model number but ATM i dont know where it is stored, guess if it is in original NOR FW
09:17:12 Quit prof_wolfff (Ping timeout: 245 seconds)
09:27:28 Quit bertrik (Ping timeout: 246 seconds)
09:32:36 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
09:35:12 Join kevku [0] (~kevku@2001:470:dcc6:0:69:69:69:69)
09:39:37 Quit scorche|sh (Ping timeout: 252 seconds)
09:46:32 Quit lebellium (Read error: Connection reset by peer)
09:46:45 Join lebellium [0] (~chatzilla@lns-c10k-ld-02-m-212-194-176-149.dsl.sta.abo.bbox.fr)
09:54:16***Saving seen data "./dancer.seen"
09:55:53 Join melmothX [0] (~melmoth@unaffiliated/melmothx)
09:57:11 Quit kevku (Ping timeout: 264 seconds)
10:00
10:00:17 Join wodz [0] (~wodz@iwl138.internetdsl.tpnet.pl)
10:01:01 Join mortalis [0] (~mortalis@195.34.194.126.kalibroao.ru)
10:12:26 Quit melmothX (Remote host closed the connection)
10:20:58 Join bebna [0] (~a.fasold@94.101.33.114)
10:26:24 Join petur [0] (~petur@rockbox/developer/petur)
10:31:49 Quit pamaury (Ping timeout: 252 seconds)
10:48:50 Quit TheSphinX_ (Read error: Operation timed out)
10:49:17 Join kevku [0] (~kevku@2a01:d0:ffff:34a::8:3)
10:56:06 Join TheSphinX^ [0] (~briehl@p5B321D51.dip.t-dialin.net)
11:00
11:04:05[Saint]Are the forums impossibly slow for anyone else?
11:06:32gevaertsyes
11:18:50 Join melmothX [0] (~melmoth@unaffiliated/melmothx)
11:22:04 Quit melmothX (Remote host closed the connection)
11:22:38 Join melmothX [0] (~melmoth@unaffiliated/melmothx)
11:27:56 Quit ParkerR (Excess Flood)
11:32:11 Join ParkerR [0] (ParkerR@unaffiliated/parkerr)
11:34:48wodzmessage to all hardcore hackers - I have working forth kernel as rockbox plugin. A few issues left to be solved (like interfacing to plugin api, relative paths in includes etc.)
11:36:23[Saint]Niiiiiiiiiiiiiiiiiice
11:37:45[Saint]wodz: 16 or 32bit?
11:37:49wodz32
11:38:11wodzits basically pforth
11:38:23[Saint]How much space is it occupying?
11:38:52wodzI don't know yet. I guess it strongly depends on loaded dictionary.
11:39:00*[Saint] guesses "not a hell of a lot"
11:39:37wodzVarious constants can be tweaked I just didn't reach this point yet
11:39:44*[Saint] nods
11:40:09[Saint]This would open up some awesomely geeky possibilities
11:40:55wodzyeah like learning 30+ years old language :P
11:41:02[Saint];)
11:41:09[Saint]Still better than LUA :P
11:54:18***Saving seen data "./dancer.seen"
12:00
12:14:25 Quit kugel (Ping timeout: 252 seconds)
12:42:06 Join dfkt [0] (dfkt@unaffiliated/dfkt)
12:42:14 Join pamaury [0] (~c2d2fb85@www.haxx.se)
12:42:44 Quit pamaury (Changing host)
12:42:44 Join pamaury [0] (~c2d2fb85@rockbox/developer/pamaury)
12:43:24pamauryhum, I wonder why alienkid10 was asking for the md5sum of the patched bootloader.
12:46:16pamaurycan anyone access the forums ?
12:48:45 Join [Saint_] [0] (~quassel@rockbox/user/saint)
12:59:41soappamaury, no
13:00
13:08:59 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93)
13:54:19***Saving seen data "./dancer.seen"
14:00
14:10:06 Quit lebellium (Remote host closed the connection)
14:11:02 Join lebellium [0] (~chatzilla@lns-c10k-ld-02-m-212-194-176-149.dsl.sta.abo.bbox.fr)
14:16:23 Join gandacel [0] (~john@213.233.88.97)
14:22:17 Quit wodz (Quit: Leaving)
14:38:37 Join kugel [0] (~kugel@141.45.176.104)
14:38:37 Quit kugel (Changing host)
14:38:37 Join kugel [0] (~kugel@rockbox/developer/kugel)
14:38:42 Quit [Saint_] (Ping timeout: 248 seconds)
14:54:38 Quit petur (Quit: *plop*)
15:00
15:00:20 Quit mortalis (Quit: Leaving)
15:02:51 Join [Saint_] [0] (~quassel@rockbox/user/saint)
15:04:22 Join TheSphinX_ [0] (~briehl@p5B322F4E.dip.t-dialin.net)
15:07:29 Quit TheSphinX^ (Ping timeout: 252 seconds)
15:08:44 Quit [Saint_] (Remote host closed the connection)
15:16:02 Quit zu (Ping timeout: 276 seconds)
15:33:57 Part LinusN
15:54:23***Saving seen data "./dancer.seen"
15:56:08 Join wodz [0] (~wodz@89-76-32-53.dynamic.chello.pl)
16:00
16:17:03 Quit kevku (Ping timeout: 260 seconds)
16:22:39 Quit gandacel (Ping timeout: 252 seconds)
16:27:47 Join amayer_ [0] (~amayer@mail.weberadvertising.com)
16:31:56 Quit wodz (Quit: Leaving)
16:33:48 Join Wardo [0] (~Mirandaha@176-120-190-109.dsl.ovh.fr)
16:38:21 Quit scorche (Disconnected by services)
16:38:25 Join scorche` [0] (~scorche@rockbox/administrator/scorche)
16:41:44 Join y4n [0] (~y4n@unaffiliated/y4ndexx)
16:42:11 Quit scorche` (Read error: Connection reset by peer)
16:49:33 Join scorche [0] (~scorche@rockbox/administrator/scorche)
16:53:36 Join lebellium_ [0] (~chatzilla@lns-c10k-ld-02-m-212-194-176-149.dsl.sta.abo.bbox.fr)
16:54:59 Quit lebellium (Ping timeout: 244 seconds)
16:54:59 Join lebellium__ [0] (~chatzilla@lns-c10k-ld-02-m-212-194-176-149.dsl.sta.abo.bbox.fr)
16:55:09 Nick lebellium__ is now known as lebellium (~chatzilla@lns-c10k-ld-02-m-212-194-176-149.dsl.sta.abo.bbox.fr)
16:56:28 Quit bebna (Quit: Leaving.)
16:58:11 Quit lebellium_ (Ping timeout: 248 seconds)
16:59:32 Quit Zagor (Quit: Clint excited)
17:00
17:05:05 Join froggymana [0] (~me@unaffiliated/froggyman)
17:05:24 Quit froggymana (Remote host closed the connection)
17:09:14 Quit einhirn (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
17:11:51 Join kevku [0] (~kevku@2001:470:dcc6:0:69:69:69:69)
17:51:45 Join scorche|sh [0] (~scorche@rockbox/administrator/scorche)
17:54:26***Saving seen data "./dancer.seen"
18:00
18:14:32 Quit pamaury (Quit: CGI:IRC)
18:14:52 Join pamaury [0] (~c2d2fb85@www.haxx.se)
18:17:59 Join bertrik [0] (~quassel@rockbox/developer/bertrik)
18:21:38 Join lebellium_ [0] (~chatzilla@lns-c10k-ld-02-m-212-194-176-149.dsl.sta.abo.bbox.fr)
18:23:54 Quit lebellium (Ping timeout: 240 seconds)
18:24:03 Nick lebellium_ is now known as lebellium (~chatzilla@lns-c10k-ld-02-m-212-194-176-149.dsl.sta.abo.bbox.fr)
18:32:50 Quit pamaury (Quit: CGI:IRC (Ping timeout))
18:35:42 Join SuperBrainAK [0] (~Andy@71-36-165-101.phnx.qwest.net)
18:36:11 Quit Galois (Ping timeout: 264 seconds)
18:36:59 Quit Rondom (Disconnected by services)
18:37:21 Join Rondom [0] (~rondom@2a01:488:66:1000:b24d:4f2f:0:1)
18:37:23 Quit GodEater (Ping timeout: 264 seconds)
18:37:24 Quit ranmachan (Ping timeout: 264 seconds)
18:37:59 Quit kevku (Ping timeout: 264 seconds)
18:38:00 Quit ps-auxw (Ping timeout: 264 seconds)
18:39:00 Join ranmachan [0] (ranma@2a01:4f8:a0:50a1::200:126)
18:39:29 Join pretty_function [0] (~sigBART@123.252.212.181)
18:43:47 Join n1s [0] (~n1s@rockbox/developer/n1s)
18:45:44 Join ps-auxw [0] (~arneb@2001:470:c807:0:1532:4e5f:2ad3:4123)
18:50:48 Join GodEater [0] (~bibble@rockbox/staff/GodEater)
18:52:03 Join kevku [0] (~kevku@2001:470:dcc6:0:69:69:69:69)
18:59:00 Join bba1973 [0] (~625ad149@www.haxx.se)
18:59:35 Quit kevku (*.net *.split)
18:59:35 Quit GodEater (*.net *.split)
18:59:35 Quit ps-auxw (*.net *.split)
18:59:35 Quit ranmachan (*.net *.split)
18:59:35 Quit Rondom (*.net *.split)
18:59:35 Quit zoktar (*.net *.split)
18:59:35 Quit Marex (*.net *.split)
18:59:35 Quit Jack87 (*.net *.split)
18:59:53 Join ps-auxw [0] (~arneb@p4FF7FF7A.dip.t-dialin.net)
19:00
19:00:45 Quit bba1973 (Client Quit)
19:02:32 Join Jack87 [0] (Jack87@nasadmin/admin/jack87)
19:05:01 Join zoktar [0] (~zoktar@unaffiliated/zoktar)
19:09:58 Join ranmachan [0] (ranma@2a01:4f8:a0:50a1::200:126)
19:10:05 Join kevku [0] (~kevku@2001:470:dcc6:0:69:69:69:69)
19:10:19 Join Rondom [0] (~rondom@2a01:488:66:1000:b24d:4f2f:0:1)
19:10:48 Join GodEater [0] (~bibble@rockbox/staff/GodEater)
19:11:50 Join fuqi [0] (fuqi@2a00:f48:1025:feed:b00b:feed:231f:9cb8)
19:12:08 Join Marex [0] (~Marex@2a01:430:d:0:2cc:6ff:fefc:db16)
19:12:39 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
19:12:41 Quit Marex (Client Quit)
19:15:27 Part fuqi ("Verlassend")
19:21:08 Join Marex [0] (~Marex@2a01:430:d:0:2cc:6ff:fefc:db16)
19:43:07 Join thomasjfox [0] (~thomasjfo@rockbox/developer/thomasjfox)
19:54:29***Saving seen data "./dancer.seen"
19:56:15 Join lebellium_ [0] (~chatzilla@lns-c10k-ld-02-m-212-194-176-149.dsl.sta.abo.bbox.fr)
19:58:15 Quit lebellium (Ping timeout: 252 seconds)
19:58:26 Nick lebellium_ is now known as lebellium (~chatzilla@lns-c10k-ld-02-m-212-194-176-149.dsl.sta.abo.bbox.fr)
20:00
20:25:56 Quit pretty_function (Remote host closed the connection)
20:27:36 Join prof_wolfff [0] (~prof_wolf@62.83.50.196.dyn.user.ono.com)
20:27:38 Join Sanguinius [0] (~kvirc@93-40-80-169.ip37.fastwebnet.it)
20:34:11 Quit Buglouse (Ping timeout: 252 seconds)
20:37:32 Quit XavierGr (Disconnected by services)
20:37:34 Join XavierGr [0] (~xavier@rockbox/staff/XavierGr)
20:39:37 Join nateloaf [0] (~nwild@S0106bcaec5c3e90e.wp.shawcable.net)
20:45:24 Quit benedikt93 (Quit: Bye ;))
21:00
21:06:16 Join Galois [0] (djao@efnet-math.org)
21:11:06 Join Buglouse [0] (~Buglouse@unaffiliated/Buglouse)
21:20:06 Quit y4n (Quit: Today is the perfect day for a perfect day.)
21:27:47 Join lebellium_ [0] (~chatzilla@lns-c10k-ld-02-m-212-194-176-149.dsl.sta.abo.bbox.fr)
21:30:16 Quit lebellium (Ping timeout: 252 seconds)
21:30:43 Join lebellium__ [0] (~chatzilla@lns-c10k-ld-02-m-212-194-176-149.dsl.sta.abo.bbox.fr)
21:30:53 Nick lebellium__ is now known as lebellium (~chatzilla@lns-c10k-ld-02-m-212-194-176-149.dsl.sta.abo.bbox.fr)
21:32:06 Quit lebellium_ (Ping timeout: 252 seconds)
21:35:22 Quit akaWolf (Ping timeout: 256 seconds)
21:40:11 Quit XavierGr (Ping timeout: 252 seconds)
21:53:11 Quit dfkt (Quit: -= SysReset 2.55=- Sic gorgiamus allos subjectatos nunc.)
21:54:33***Saving seen data "./dancer.seen"
21:56:25 Join bertrik_ [0] (~quassel@ip117-49-211-87.adsl2.static.versatel.nl)
21:56:25 Quit bertrik_ (Changing host)
21:56:25 Join bertrik_ [0] (~quassel@rockbox/developer/bertrik)
21:59:33 Quit tchan (Quit: WeeChat 0.3.9.2)
22:00
22:04:25 Quit melmothX (Remote host closed the connection)
22:09:31 Quit Buglouse (Ping timeout: 252 seconds)
22:17:13 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
22:29:36 Nick funman is now known as punman (~fun@rockbox/developer/funman)
22:30:07 Join Buglouse [0] (~Buglouse@unaffiliated/Buglouse)
22:35:42 Quit tchan (Quit: WeeChat 0.3.9.2)
23:00
23:03:04 Join Strife89 [0] (~Strife89@207.144.201.128)
23:04:52 Join Sanguinius|2 [0] (~kvirc@93-40-76-244.ip37.fastwebnet.it)
23:07:44 Join pamaury_ [0] (~quassel@rockbox/developer/pamaury)
23:08:33 Quit pamaury (Ping timeout: 252 seconds)
23:08:37 Quit Sanguinius (Ping timeout: 255 seconds)
23:12:15 Quit amayer_ (Quit: amayer_)
23:17:23 Quit Rower (Quit: Hmmm...)
23:26:31 Nick pamaury_ is now known as pamaury (~quassel@rockbox/developer/pamaury)
23:27:31 Quit n1s (Quit: Ex-Chat)
23:34:28 Quit ender` (Quit: I have a theory that it's impossible to prove anything, but I can't prove it.)
23:34:59 Quit kevku (Ping timeout: 264 seconds)
23:36:01 Quit AlexP (Ping timeout: 272 seconds)
23:38:13 Join AlexP [0] (~alex@rockbox/staff/AlexP)
23:41:06 Quit thomasjfox (Quit: Konversation terminated!)
23:44:04 Quit bertrik (Remote host closed the connection)
23:54:37***Saving seen data "./dancer.seen"
23:55:29 Quit Sanguinius|2 (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
23:56:34 Quit Strife89 (Quit: Heading out.)

Previous day | Next day