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

00:00:31 Quit GeekShad1w (Ping timeout: 272 seconds)
00:00:51 Join GeekShadow [0] (~antoine@nzf.turmel.info)
00:00:51 Quit GeekShadow (Changing host)
00:00:51 Join GeekShadow [0] (~antoine@reactos/tester/GeekShadow)
00:02:03[Franklin]foolsh: that template workaround is... interesting
00:04:26foolshYes, interesting
00:04:38foolshIt would work though
00:06:02[Franklin]it would
00:07:09 Quit lebellium (Quit: ChatZilla 0.9.91 [Firefox 33.0/20141007073543])
00:13:39 Join Strife89 [0] (~Strife89@adsl-98-80-239-68.mcn.bellsouth.net)
00:20:34 Quit bertrik (Read error: Connection reset by peer)
00:22:11[Franklin]ooh... sprintf!
00:23:35[Franklin]thankfully... the whole code has only got 6 malloc calls
00:26:52foolshI honestly, didn't get in to it deep enough, but I feel the sound engine maybe the hardest port, since SDL well does the heavy lifting
00:27:59*[Franklin] hasn't even looked at the sound
00:30:25 Join the-kyle [0] (~kyle@kyle.tk)
00:30:29***Saving seen data "./dancer.seen"
00:37:16 Quit krabador (Quit: Take the time.)
00:37:27 Join lleeloo [0] (~lleeloo@37.215.179.165)
00:41:17lleelooi have one question about firmware/common/file.c in line 708 variable "sectors" not declarated and thus not compiled with (D)EBUG option
00:41:36lleeloois someone fix it&
00:41:38lleeloo?
00:42:18lleeloo*is Does
00:42:40[Franklin]it is
00:43:05[Franklin]probably a global var
00:44:07[Franklin]does it compile with (D)EBUG?
00:44:30lleelooyep
00:44:40[Franklin]then nothing's wrong :P
00:44:45lleeloosorry? not
00:45:01[Franklin]ahh
00:45:02lleelooit does't compile with DEBUG
00:45:07lleeloo=(
00:45:10saratogaits probably a bug introduced when that code was recently refactored
00:45:38lleelooso what should i do? (stupid question)
00:45:39[Franklin]yes
00:45:45[Franklin]just take it out
00:45:48[Franklin]it'll be fine without it
00:45:57[Franklin]it's just a debug thing
00:46:43[Franklin]because the parameters are reversed
00:47:18lleelooi know that is for debug. i just try to debug my Cortex-m port
00:47:42[Franklin]well... flip the operands first of all
00:47:51[Franklin]and change sectors fo filesectors, I think
00:48:16[Franklin]or sectorcount
00:48:19 Quit ender| (Ping timeout: 260 seconds)
00:48:53saratogahttp://git.rockbox.org/?p=rockbox.git;a=blobdiff;f=firmware/common/file.c;h=7d3b5092ae924e0ab45f94c8f3cb97b2e028b1ce;hp=920eada84e2c6d280416e26afe62183a71ba740a;hb=7d1a47cf13726c95ac46027156cc12dd9da5b855;hpb=95a4c3afcd53a1f8b835dec33de51f9c304de4d9
00:48:56saratogawas removed here
00:49:19[Franklin]so what did that refactor add, BTW?
00:49:26[Franklin]or was it just a refactor?
00:49:59lleelooso there is another error in /firmware/common/file.c line 877 with variable "fd"
00:51:47[Franklin]DEBUGF("Descriptor %d is read-only mode\n", filedes);
00:51:52[Franklin]replace it with that
00:52:18 Nick Guest56316 is now known as alexbobp (~alex@capitalthree.pwnz.org)
00:53:02 Quit ender` (Quit: I used to believe in reincarnation, but that was in a previous life.)
00:54:09lleeloonever mind. there are many other errors when compile with (D)EBUG option in different files =( may be someone who made refacto will fix it?
00:54:30[Franklin]jhMikeS
00:55:15lleelooso i switch off this option... so sad
00:56:37[Franklin]probably not really many big problems
00:56:47[Franklin]perhaps post a paste of the errors?
00:57:03[Franklin]Has no one ever tried compiling with debug!?
00:57:18 Join pystar89 [0] (~pystar89@ip-176-199-76-43.hsi06.unitymediagroup.de)
00:58:02lleelooall that need to change varibles name in DEBUGF macro
00:58:07[Franklin]yep
00:58:12[Franklin]then do it :P
00:58:27[Franklin]M-x replace-string
00:58:43lleelooi never try gerrit, so may be later=)
01:00
01:01:18 Join ender| [0] (krneki@foo.eternallybored.org)
01:06:52 Join stickyb1t [0] (~egon@cpc11-aztw25-2-0-cust22.aztw.cable.virginm.net)
01:11:04 Quit lleeloo (Ping timeout: 240 seconds)
01:11:22[Franklin]foolsh: forget total C conversion
01:11:36[Franklin]I'll just cheat and OO-ize C
01:11:47[Franklin]structs keep their data decls
01:11:47[Saint]lleeloo: (logs) http://www.rockbox.org/wiki/UsingGit
01:11:59[Franklin]and the functions get prefixeed
01:12:58 Join krabador [0] (~krabador@unaffiliated/krabador)
01:14:04*[Saint] wishes there was a −−without-useless-plugins flag for configure
01:14:09 Quit stickyb1t (Quit: Konversation terminated!)
01:14:23*foolsh kicks around running the DOS binary through a disassembler, and poking around in the aftermath
01:14:29[Saint]Its such a PITA to build without all the silly plugins yet retain all the useful ones.
01:14:42[Franklin]PITA wraps
01:14:56[Franklin]useless=2048?
01:15:22[Saint]All the games and demos, essentially.
01:15:29[Franklin]LOL
01:15:32[Saint]viewers and testplugins I actually use.
01:15:54*[Franklin] is [Saint]'s opposite
01:16:05[Saint]...in so many ways.
01:20:44*[Franklin] finds it ironic that the whole point of the original author in making the code so abstract was to increase portability
01:20:52[Franklin]but in fact it does the opposite :)
01:28:18*[Franklin] really thinks it's time for a new release
01:30:51*ZincAlloy thinks we should skip a number and call it rockbox 5
01:31:21[Franklin]4 sounds cooler
01:31:27[Franklin]even numbers sound better
01:31:30[Franklin]Rockbox 4.0
01:31:35[Franklin]Rockbox 5.0
01:31:40*[Franklin] likes 4.0
01:32:07[Franklin]the MajorChanges for 3.13 is the longest it's been since 3.0!
01:35:51[Franklin]argh... superdom bug
01:37:43foolsh[Saint] I know, move all the "useful" plugins to a new section "tools", and add a configure option to choose plugins games, applications, demos or tools
01:38:42*[Franklin] wonders what [Saint] has against plugins
01:39:38[Saint]At the end of the day, its an audio player.
01:42:05*[Franklin] wonders what to do with a DAP without earbuds
01:42:09[Franklin]... play games!
01:42:50[Franklin]but seriously... when will the next release be?
01:43:19[Franklin]3.0 was 2 years after the previous release
01:43:42[Franklin]it's been about 1.5 years since 3.13
01:43:45[Franklin]... time to release?
01:51:35[Franklin]foolsh: I've stolen your change!
01:51:39[Franklin]G#1015
01:51:42fs-bluebotGerrit review #1015 at http://gerrit.rockbox.org/r/1015 : [WIP] My Xworld branch, Another World interpreter for Rockbox by Franklin Wei
01:51:45[Franklin]not much, thogh
01:52:54foolshYou can hijack the original task don't cha know
01:53:22[Franklin]I can?
01:53:26*[Franklin] has tried
01:53:27[Franklin]doesn't work
01:53:37[Franklin]invalid author when I push
01:53:39 Quit mikroflops (Ping timeout: 260 seconds)
01:53:49[Franklin]or... wait!
01:54:34foolshgit gerrit −−author Firstname Lastname <email@host.tld>
01:54:39[Franklin]yep
01:54:40foolshI think is how it's done
01:54:47*[Franklin] just realized that
01:54:59[Franklin]yep it worked
01:55:21foolshOf course it did =)
01:55:31[Franklin]Well, it's getting late and I gotta go now
01:55:34[Franklin]gnite
01:55:37foolsho/
01:59:28 Join stickyb1t [0] (~egon@cpc11-aztw25-2-0-cust22.aztw.cable.virginm.net)
01:59:57 Quit ZincAlloy (Quit: Leaving.)
02:00
02:00:05 Quit [Franklin] (Ping timeout: 255 seconds)
02:30:30***Saving seen data "./dancer.seen"
02:35:15 Quit krabador (Ping timeout: 245 seconds)
03:00
03:00:00 Quit AlexP (Remote host closed the connection)
03:28:44 Quit mc2739 (Ping timeout: 255 seconds)
03:30:40 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
03:32:55 Nick DormantBrain is now known as SuperBrainAK (~andy@74.112.200.73)
03:34:48 Quit Cinos (Excess Flood)
03:36:36 Join Cinos [0] (Cinos@cinos.biz)
03:49:48 Quit stickyb1t (Quit: Konversation terminated!)
04:00
04:17:53 Quit megal0maniac (Ping timeout: 260 seconds)
04:19:02 Join megal0maniac [0] (~megal0man@unaffiliated/megal0maniac)
04:30:31***Saving seen data "./dancer.seen"
04:46:41 Quit pixelma (Disconnected by services)
04:46:41 Join pixelma_ [0] (pixelma@rockbox/staff/pixelma)
04:46:42 Join amiconn_ [0] (amiconn@rockbox/developer/amiconn)
04:46:42 Quit amiconn (Disconnected by services)
04:46:43 Nick pixelma_ is now known as pixelma (pixelma@rockbox/staff/pixelma)
04:46:45 Nick amiconn_ is now known as amiconn (amiconn@rockbox/developer/amiconn)
05:00
05:39:44 Quit Aldem (Quit: Leaving)
06:00
06:01:35 Quit TheSeven (Ping timeout: 272 seconds)
06:02:32 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
06:11:37 Quit tchan (Quit: WeeChat 0.4.3)
06:30:35***Saving seen data "./dancer.seen"
06:36:52 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
07:00
07:03:12 Quit user890104 (Ping timeout: 245 seconds)
07:06:23 Join user890104 [0] (Venci@unaffiliated/user890104)
07:40:04 Nick Guest56136 is now known as olspookishmagus (~pookie@snf-137798.vm.okeanos.grnet.gr)
07:42:19 Quit amiconn (Remote host closed the connection)
07:42:19 Quit pixelma (Read error: Connection reset by peer)
07:47:28 Join amiconn [0] (amiconn@rockbox/developer/amiconn)
07:47:28 Join pixelma [0] (pixelma@rockbox/staff/pixelma)
07:56:46 Quit shamus (Read error: Connection reset by peer)
07:56:57 Nick SuperBrainAK is now known as DormantBrain (~andy@74.112.200.73)
07:57:12 Nick DormantBrain is now known as SuperBrainAK (~andy@74.112.200.73)
07:58:02 Join shamus [0] (~shmaus@ip-206-192-193-180.marylandheights.ip.cablemo.net)
08:00
08:19:56 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
08:30:38***Saving seen data "./dancer.seen"
08:31:35 Join kugel__ [0] (~kugel@rockbox/developer/kugel)
08:49:33 Join JdGordon_ [0] (~jonno@ppp118-209-222-206.lns20.mel8.internode.on.net)
08:50:35 Quit JdGordon (Ping timeout: 255 seconds)
08:53:38 Nick SuperBrainAK is now known as DormantBrain (~andy@74.112.200.73)
08:55:30 Join ender` [0] (krneki@foo.eternallybored.org)
09:00
09:06:34 Join mortalis [0] (~kvirc@212.44.150.238)
09:07:37 Quit pamaury (Ping timeout: 255 seconds)
10:00
10:07:14 Join wodz [0] (~wodz@89-75-106-114.dynamic.chello.pl)
10:07:21wodzhttp://i.imgur.com/TCx91x6.jpg
10:07:37wodz:-)
10:08:20gevaertsYay!
10:08:45wodzfinally figured out how to set dma transfer to lcd on e series
10:09:50[Saint]huzzah - nice
10:13:54 Join crose [0] (~Rustin@2001:41d0:fe1d:5300:f4a9:fd57:ee36:bcef)
10:14:29 Nick nhOmega is now known as ruskie (ruskie@sourcemage/mage/ruskie)
10:16:08wodzWhat is interesting in atj213x architecture is the fact that it has additional separate bus for dmac and some of the peripherials are dualported.
10:19:48 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
10:21:52wodzpamaury: see logs
10:30:39***Saving seen data "./dancer.seen"
10:34:06 Quit kugel__ (Quit: leaving)
10:35:42 Join kugel__ [0] (~kugel@rockbox/developer/kugel)
10:46:05 Quit mc2739 (Ping timeout: 240 seconds)
10:47:49 Join petur [0] (~petur@rockbox/developer/petur)
10:53:02 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
10:55:35pamaurywodz: awesome :)
10:57:49pamaurywodz: by the way, about qeditor diff. I don't know how to put bold lines between some columns easily. Doing so would mean custom drawing the grid or some of the cells, which is not very easy.
10:58:36pamauryHowever, I image other ways to make the difference more obvious: in case where the value is the same, we only display one value instead of two, and when there is a difference, it is blue (say) and one of the value is in bold
10:59:32pamauryIf that sounds fine, I'm going to implement it and upload it to gerrit, so you can give me some feedback
11:00
11:01:06wodzsounds good. Howver what about inserting additional empty column between two 'sources' of values and fill it with some color (substitute for bold line)
11:02:16wodzwhen we speak about colors, I'd set background on differing lines to some redish
11:02:49pamauryhum, it can definitely be done, however I'm not sure if I can control the size of the column with such high precision, i'll try
11:03:00pamauryok
11:03:18pamauryI'll make all the colors configurable anyway
11:05:00wodzok, off to work
11:05:05 Quit wodz (Quit: Leaving)
11:51:36 Join kugel___ [0] (~kugel@avm-guido.avm.de)
11:51:36 Quit kugel___ (Changing host)
11:51:36 Join kugel___ [0] (~kugel@rockbox/developer/kugel)
11:52:08 Quit kugel__ (Read error: No route to host)
12:00
12:30:43***Saving seen data "./dancer.seen"
12:36:41 Quit megal0maniac (Ping timeout: 250 seconds)
12:38:19 Join megal0maniac [0] (~megal0man@unaffiliated/megal0maniac)
12:42:37 Join lebellium [0] (~chatzilla@89-93-178-161.hfc.dyn.abo.bbox.fr)
12:54:14 Nick foolsh is now known as foolzzzz (~bbrown@c-24-11-243-148.hsd1.in.comcast.net)
13:00
13:07:00 Quit shamus (Read error: Connection reset by peer)
13:07:24 Join krabador [0] (~krabador@unaffiliated/krabador)
13:07:46 Join shamus [0] (~shmaus@ip-206-192-193-180.marylandheights.ip.cablemo.net)
13:09:46 Quit dys (Remote host closed the connection)
13:16:25 Quit lebellium (Quit: ChatZilla 0.9.91 [Firefox 33.0/20141007073543])
13:44:25 Join chrisb [0] (~chrisb@li482-205.members.linode.com)
14:00
14:10:26 Join wodz [0] (~wodz@iwl138.internetdsl.tpnet.pl)
14:18:18 Nick kugel___ is now known as kugel (~kugel@rockbox/developer/kugel)
14:25:26 Join sargeborsch [0] (bcbb0c08@gateway/web/freenode/ip.188.187.12.8)
14:30:47***Saving seen data "./dancer.seen"
14:50:45 Join amayer [0] (~amayer@mail.weberadvertising.com)
14:53:37 Quit sargeborsch (Quit: Page closed)
14:54:20 Join gegas132 [0] (c1dbab01@gateway/web/freenode/ip.193.219.171.1)
14:54:26 Quit gegas132 (Client Quit)
15:00
15:09:04 Join edhelas [0] (~edhelas@193.172.124.224)
15:13:44 Quit wodz (Quit: Leaving)
15:26:58 Join xorly [0] (~xorly@m180.dkm.cz)
15:48:36 Quit shufflebot (Ping timeout: 245 seconds)
15:49:16 Join Rower [0] (husvagn@h176n2-aeg-a11.ias.bredband.telia.com)
16:00
16:30:51***Saving seen data "./dancer.seen"
17:00
17:19:13 Quit chrisb (Ping timeout: 272 seconds)
17:23:16 Quit edhelas (Ping timeout: 260 seconds)
17:23:35 Quit kugel (Ping timeout: 265 seconds)
17:28:23 Quit Strife89 (Quit: Leaving)
17:46:24 Join AlexP [0] (~alex@rockbox/staff/AlexP)
17:50:31 Join chrisb [0] (~chrisb@pool-71-175-244-36.phlapa.east.verizon.net)
17:54:33 Quit Rower (Ping timeout: 255 seconds)
17:58:54 Quit krabador (Quit: Sto andando via)
18:00
18:01:31 Quit pamaury (Remote host closed the connection)
18:01:46 Join ender1 [0] (krneki@foo.eternallybored.org)
18:03:47 Quit ender` (Ping timeout: 260 seconds)
18:04:02 Quit ender1 (Client Quit)
18:04:45 Join mikroflops [0] (~yogurt@178.174.137.62)
18:05:29 Quit mortalis (Remote host closed the connection)
18:28:39 Join ZincAlloy [0] (~Adium@pD9EEBA62.dip0.t-ipconnect.de)
18:30:55***Saving seen data "./dancer.seen"
19:00
19:01:41 Nick megal0maniac is now known as Guest32856 (~megal0man@unaffiliated/megal0maniac)
19:01:44 Join edhelas [0] (~edhelas@77-173-104-232.ip.telfort.nl)
19:01:45 Join megal0maniac [0] (~megal0man@105.229.174.163)
19:02:09 Join y4n [0] (~y4n@unaffiliated/y4ndexx)
19:04:50 Quit Guest32856 (Ping timeout: 246 seconds)
19:09:48 Join krabador [0] (~krabador@unaffiliated/krabador)
19:37:32 Join bertrik [0] (~quassel@rockbox/developer/bertrik)
19:41:11 Join Rower [0] (husvagn@h176n2-aeg-a11.ias.bredband.telia.com)
19:42:25 Quit Rower (Read error: Connection reset by peer)
19:42:39 Join Rower [0] (husvagn@h176n2-aeg-a11.ias.bredband.telia.com)
19:43:22 Quit Jinx (Read error: Connection reset by peer)
19:51:34 Join Jinx [0] (Dojo@unaffiliated/jinx)
20:00
20:10:31 Join ender` [0] (krneki@foo.eternallybored.org)
20:14:59 Join Aldem [0] (~Aldem@unaffiliated/aldem)
20:17:46 Quit bluebrother (Disconnected by services)
20:17:51 Join bluebrother^ [0] (~dom@rockbox/developer/bluebrother)
20:18:23 Join qpdbddbqppd15 [0] (~clipv2@ool-1892d1c4.dyn.optonline.net)
20:18:38 Quit qpdbddbqppd15 (Client Quit)
20:19:22 Join qpdbddbqppd15 [0] (~clipv2@ool-1892d1c4.dyn.optonline.net)
20:19:37 Part qpdbddbqppd15
20:20:08 Quit fs-bluebot (Ping timeout: 260 seconds)
20:26:16 Join megal0ma1iac [0] (~megal0man@105-237-61-243.access.mtnbusiness.co.za)
20:26:18 Quit megal0maniac (Killed (leguin.freenode.net (Nickname regained by services)))
20:26:18 Nick megal0ma1iac is now known as megal0maniac (~megal0man@105-237-61-243.access.mtnbusiness.co.za)
20:26:33 Join fs-bluebot [0] (~fs-bluebo@f053152213.adsl.alicedsl.de)
20:26:41 Join qpdbddbqpp4 [0] (~clipv2@ool-1892d1c4.dyn.optonline.net)
20:26:51 Quit qpdbddbqpp4 (Client Quit)
20:30:57***Saving seen data "./dancer.seen"
20:31:44 Join lleeloo [0] (~lleeloo@37.215.171.165)
20:39:15 Quit Provel (Ping timeout: 255 seconds)
20:39:38 Join Provel [0] (Provel@75-132-30-64.dhcp.stls.mo.charter.com)
20:46:58 Nick megal0maniac is now known as Guest90809 (~megal0man@105-237-61-243.access.mtnbusiness.co.za)
20:46:58 Quit Guest90809 (Killed (cameron.freenode.net (Nickname regained by services)))
20:47:02 Join megal0maniac [0] (~megal0man@105-237-80-15.access.mtnbusiness.co.za)
20:51:25 Quit megal0maniac (Ping timeout: 240 seconds)
20:52:01 Join megal0maniac [0] (~megal0man@unaffiliated/megal0maniac)
20:55:22 Quit krabador (Quit: Sto andando via)
20:57:31 Join krabador [0] (~krabador@unaffiliated/krabador)
21:00
21:08:39 Join n1s [0] (~n1s@c-4eea70d5.010-215-7570701.cust.bredbandsbolaget.se)
21:08:39 Quit n1s (Changing host)
21:08:39 Join n1s [0] (~n1s@rockbox/developer/n1s)
21:09:56 Quit ender` (Read error: Connection reset by peer)
21:10:25 Join ender` [0] (krneki@foo.eternallybored.org)
21:45:02 Join TheLemonMan [0] (~lemonboy@unaffiliated/thelemonman)
21:47:14 Join lebellium [0] (~chatzilla@89-93-178-161.hfc.dyn.abo.bbox.fr)
21:48:28 Quit krabador (Quit: Sto andando via)
21:49:10 Join krabador [0] (~krabador@unaffiliated/krabador)
21:52:50 Quit y4n (Quit: 6,000,000 ways to die — choose one.)
21:58:47 Quit Rower (Ping timeout: 246 seconds)
22:00
22:01:37 Join qpdbddbqpp4 [0] (~clipv2@ool-1892d1c4.dyn.optonline.net)
22:02:46 Quit qpdbddbqpp4 (Client Quit)
22:05:23 Quit saratoga (Quit: Page closed)
22:22:50 Quit n1s (Quit: Ex-Chat)
22:30:58***Saving seen data "./dancer.seen"
22:41:50 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
22:50:10 Quit TheLemonMan (Quit: leaving)
22:56:35 Quit mg_ (Quit: WeeChat 0.3.8)
22:56:41 Quit krabador (Quit: Sto andando via)
23:00
23:01:21copperhttp://cdn.head-fi.org/3/30/30b4b06f_image.jpeg
23:01:25copperbroken WPS detected
23:06:45 Quit pamaury (Ping timeout: 265 seconds)
23:10:51 Join mg_ [0] (martigam@cassarossa.samfundet.no)
23:13:02 Quit amayer (Quit: Leaving)
23:22:07 Join [Franklin] [0] (~franklin@cpe-071-071-039-006.triad.res.rr.com)
23:22:16[Franklin]foolzzzz: are you foolsh? :)
23:23:01[Franklin]you're logged in as foolsh :P
23:23:57[Franklin]nice try
23:24:42*gevaerts watches [Franklin] pollute the logs yet again
23:24:50*[Franklin] apologizes
23:26:34[Franklin]foolzzzz: there must be a simple C++ to C converter out there
23:26:48[Franklin]There's nothing TOO fancy in XWorld
23:26:54[Franklin]no operator overloading, etc.
23:27:32[Franklin]like cfront
23:27:38[Franklin]but newer
23:30:38[Franklin]apparently llvm can do it
23:31:23*[Franklin] tries it
23:46:51[Franklin]it kinda works with c++ to c
23:46:51[Franklin]but it generates UNREADABLE code
23:46:51[Franklin]so that's a bad idea
23:50:00[Franklin]foolzzzz: how about sticking with the vm_ prefix?
23:50:05[Franklin](for xworld)
23:50:35 Quit lleeloo (Ping timeout: 258 seconds)
23:58:13 Join krabador_ [0] (~krabador@host65-22-dynamic.46-79-r.retail.telecomitalia.it)
23:58:28 Quit krabador_ (Read error: Connection reset by peer)
23:58:40 Join krabador [0] (~krabador@unaffiliated/krabador)

Previous day | Next day