*** oozbooz has quit IRC | 00:00 | |
*** _oozbooz has quit IRC | 00:04 | |
*** oozbooz has joined #harmattan | 00:04 | |
*** ajalkane has joined #harmattan | 00:18 | |
*** XenGi is now known as XenGi_ | 00:24 | |
*** ortylp has joined #harmattan | 00:29 | |
*** ortylp has quit IRC | 00:29 | |
*** ortylp has joined #harmattan | 00:29 | |
*** ortylp has quit IRC | 00:31 | |
*** hardaker has quit IRC | 00:38 | |
*** bef0rd has joined #harmattan | 00:44 | |
heymaster | I want to control simple game with accelerometer. Hpw to convert accelerometer readings to game coordinates ? | 00:51 |
---|---|---|
SpeedEvil | depends how you want to use it | 00:56 |
SpeedEvil | like a joystick? | 00:56 |
heymaster | SpeedEvil: i writing Pong game on desktop. And want to use phone to control paddle | 00:57 |
heymaster | jsut for fun | 00:57 |
*** e-yes has quit IRC | 01:02 | |
SpeedEvil | so what motion do you want to control the paddle? | 01:04 |
heymaster | SpeedEvil: by turning phone left and right | 01:07 |
heymaster | http://doc.qt.digia.com/qtmobility/images/sensors-coordinates.jpg << not like this. but i think would be y axis | 01:08 |
SpeedEvil | look at the movement of the 'down' vector formed from all three accelerometer inputs | 01:08 |
SpeedEvil | the accelerometer reports the x/y/z components of the acceleration vector. | 01:09 |
heymaster | so it's from +y and -y | 01:09 |
SpeedEvil | put all three together, and you get a direction and magnitude of the local acceleration | 01:10 |
*** jaywink has quit IRC | 01:10 | |
heymaster | so +y will be paddle y coordinate and -y will be paddle y coordinate of screen height ? | 01:11 |
heymaster | 0* | 01:11 |
heymaster | s/y/0/ | 01:11 |
*** oozbooz has quit IRC | 01:12 | |
heymaster | i need mapping between game and reading value | 01:12 |
*** _oozbooz has joined #harmattan | 01:12 | |
*** _oozbooz has quit IRC | 01:14 | |
*** e-yes has joined #harmattan | 01:16 | |
*** _oozbooz has joined #harmattan | 01:17 | |
*** ajalkane has quit IRC | 01:21 | |
*** JackaLX has joined #harmattan | 01:35 | |
*** JackaLX has quit IRC | 01:35 | |
*** JackaLX has joined #harmattan | 01:35 | |
SpeedEvil | you can't do that really | 01:37 |
*** rashm2k1 has quit IRC | 01:38 | |
heymaster | SpeedEvil: what to do | 01:38 |
JackaLX | Is the repo at harmattan-dev.nokia.com just down temporarily, or does it no longer exist? | 01:38 |
bluefox______ | the accelerometer won't give you absolute coordinates because it only tells you the vector regarding movement | 01:38 |
*** bluefox______ is now known as bluefox | 01:38 | |
heymaster | bluefox: ok. it's clear. | 01:39 |
bluefox | the easiest thing to do would be to just take one axis and translate the same acceleration to the object you wish to move | 01:39 |
heymaster | bluefox: thanks ok. i will try to write simple app to check values | 01:40 |
heymaster | and i will adjust them to my game | 01:41 |
bluefox | no problem | 01:41 |
heymaster | just on thing | 01:41 |
heymaster | if i move phone i will get acceleration | 01:41 |
bluefox | well, that depends | 01:42 |
bluefox | if you start moving it and get it to a fixed speed, then only the point up to said speed will be acceleration | 01:42 |
bluefox | and the accelerometer will give you nothing once it has reached this speed | 01:42 |
heymaster | so i need move pong paddle in few game frames ? | 01:43 |
bluefox | key is to move the object in game until you detect acceleration in the opposite direction (ie deceleration) | 01:43 |
*** Venemo_N9 has joined #harmattan | 01:43 | |
*** jreznik has quit IRC | 01:43 | |
heymaster | ahh, good. thank you | 01:43 |
bluefox | no problem | 01:45 |
*** messerting has quit IRC | 01:45 | |
heymaster | bluefox: but what if i want paddle to be stopped? | 01:45 |
heymaster | because you saying move until opposite direction | 01:46 |
bluefox | yeah | 01:47 |
bluefox | but you have to remember that if your phone is moving at a fixed speed in one direction | 01:47 |
bluefox | slowing it to a stop would put the acceleration vector in the opposite direction | 01:47 |
bluefox | since an object with fix speed has no acceleration | 01:48 |
bluefox | fixed* | 01:48 |
bluefox | if you map the phones acceleration to that of of the paddle, then it will behave how you expect and physics will take care of everything | 01:50 |
heymaster | ok .. will try something to do | 01:51 |
bef0rd | h | 01:52 |
bef0rd | hi | 01:52 |
bluefox | hello | 01:52 |
heymaster | hi | 01:52 |
bef0rd | hey, how is it going heymaster | 01:53 |
heymaster | bef0rd: nothing new :) | 01:53 |
heymaster | still haven't programmed anything | 01:54 |
heymaster | have few ideas | 01:54 |
heymaster | http://sphotos-c.ak.fbcdn.net/hphotos-ak-prn1/74770_4834580818107_858332366_n.jpg << programmed simple pong want to controll it with device | 01:56 |
*** gabriel9 has joined #harmattan | 01:57 | |
heymaster | how to you | 01:57 |
heymaster | ? | 01:57 |
bef0rd | nice | 01:58 |
bef0rd | opengl? | 01:58 |
heymaster | no | 01:58 |
heymaster | just core graphics | 01:58 |
*** Venemo_N9 has quit IRC | 01:58 | |
bef0rd | nice | 01:58 |
heymaster | if you mac user | 01:58 |
heymaster | :) | 01:58 |
heymaster | you will know | 01:59 |
bef0rd | yea, user but not developer | 01:59 |
bef0rd | :P | 01:59 |
bef0rd | I was developing a getpocket.com client for N9 | 01:59 |
heymaster | i like mac dev more than qt :/ | 02:00 |
heymaster | but if i will write something i will port to qt too | 02:00 |
heymaster | accidentally wined phone in contest (7th), but haven't did anything for community :/ :) | 02:01 |
bef0rd | oh you got a phone? | 02:01 |
bef0rd | nice | 02:01 |
heymaster | yes! | 02:01 |
heymaster | :) | 02:01 |
bef0rd | congrats | 02:01 |
heymaster | it's miracle | 02:01 |
bef0rd | cool, what phone n9? | 02:02 |
bef0rd | or n950 | 02:02 |
*** Hurrian has quit IRC | 02:02 | |
heymaster | was 4 winning places, but my 7th place | 02:02 |
bef0rd | haha | 02:02 |
heymaster | i got n950, because someone didn't wanted n950 | 02:03 |
heymaster | i bought n9 used | 02:03 |
bef0rd | N950 is cool | 02:03 |
heymaster | :) | 02:04 |
heymaster | you got n9500 too in contest ? | 02:04 |
bef0rd | I like qt development, I received yesterday the BB10 alpha phone | 02:04 |
bef0rd | need to start working on apps maybe tonight | 02:04 |
bef0rd | yea, N950 :) I had N9 | 02:04 |
heymaster | good luck on developement | 02:05 |
heymaster | i was trying SDK, but emulator not supporting hw accelation. so slow as hell | 02:05 |
heymaster | something don't worked for me, but don't remember | 02:05 |
heymaster | trying to find what to develop, just don't motivation to work on projects like reddit reader :) | 02:08 |
bef0rd | what vm are you using? vmware supports it | 02:08 |
*** natunen has quit IRC | 02:08 | |
heymaster | i downloaded vmware from ptb :p but if i enable hw it don't start | 02:09 |
heymaster | my mac is old with poor video | 02:09 |
*** messerting has joined #harmattan | 02:10 | |
heymaster | and macmini with nvidia 200M | 02:10 |
bef0rd | ah I see | 02:11 |
heymaster | need to buy pc, because apple sale old hardware | 02:11 |
bef0rd | yea, I have macbook pro becuase I got it in a contest :P | 02:12 |
bef0rd | apple hardware is expensive | 02:12 |
heymaster | :) | 02:13 |
heymaster | i bought mac to try iphone development with ipod :) | 02:13 |
bef0rd | I need to try iOS development too | 02:14 |
heymaster | yes :) | 02:14 |
*** messerting has quit IRC | 02:19 | |
*** pinheiro has quit IRC | 02:22 | |
*** Venemo has quit IRC | 02:29 | |
*** elldekaa has joined #harmattan | 02:30 | |
*** XenGi_ is now known as XenGi | 02:34 | |
*** slingr has joined #harmattan | 03:00 | |
*** elldekaa has quit IRC | 03:03 | |
*** slingr is now known as phunguy | 03:07 | |
*** |njsf| has joined #harmattan | 03:22 | |
*** Morpog has quit IRC | 03:25 | |
*** Morpog has joined #harmattan | 03:44 | |
*** elldekaa has joined #harmattan | 03:47 | |
*** M4rtinK has quit IRC | 04:01 | |
*** NIN101 has quit IRC | 04:02 | |
*** arcean has quit IRC | 04:09 | |
*** XenGi is now known as XenGi_ | 04:11 | |
*** hardaker has joined #harmattan | 04:24 | |
*** mschlens_ has joined #harmattan | 04:25 | |
*** mschlens1 has quit IRC | 04:26 | |
*** zhxt has joined #harmattan | 04:28 | |
*** Morpog has quit IRC | 04:38 | |
*** XenGi_ is now known as XenGi | 04:56 | |
*** Morpog has joined #harmattan | 04:57 | |
*** bef0rd has quit IRC | 05:07 | |
*** zhxt has quit IRC | 05:13 | |
*** XenGi is now known as XenGi_ | 05:16 | |
*** tgalal has quit IRC | 05:18 | |
*** tgalal has joined #harmattan | 05:18 | |
*** gabriel9 has quit IRC | 05:22 | |
*** tarek_ has joined #harmattan | 05:23 | |
*** tgalal has quit IRC | 05:24 | |
*** XenGi_ is now known as XenGi | 05:25 | |
*** zhxt has joined #harmattan | 05:26 | |
*** XenGi is now known as XenGi_ | 05:36 | |
*** hardaker has quit IRC | 05:49 | |
*** hardaker has joined #harmattan | 05:50 | |
*** natunen has joined #harmattan | 05:51 | |
*** zhxt has quit IRC | 05:55 | |
*** DocScrutinizer05 has quit IRC | 06:03 | |
*** DocScrutinizer05 has joined #harmattan | 06:03 | |
*** zhxt has joined #harmattan | 06:08 | |
*** natunen has quit IRC | 06:11 | |
beford | mm | 06:27 |
beford | is harmattan-dev down again? | 06:27 |
beford | http://harmattan-dev.nokia.com/ | 06:27 |
*** Martix has quit IRC | 06:27 | |
bluefox | won't pull up here | 06:31 |
*** MohammadAG has joined #harmattan | 06:35 | |
*** _xnt14 has joined #harmattan | 06:36 | |
*** furikku has joined #harmattan | 06:44 | |
*** Hurrian has joined #harmattan | 06:50 | |
*** thedead1440_ has joined #harmattan | 07:22 | |
*** stroughtonsmith has quit IRC | 07:25 | |
beford | sucks | 08:11 |
beford | anyone knows how to run tcpdump on the n9? | 08:11 |
beford | somehow my capture data is always empty | 08:11 |
beford | Hurrian: ^ :) | 08:14 |
Hurrian | before, got libpcap and running it under opensh? | 08:15 |
beford | no, but I installed it using developer tools from the Settings application | 08:16 |
beford | I do not have inception installed | 08:16 |
beford | I thought devel-sh permissions/caps would be enough | 08:17 |
Hurrian | ah. | 08:17 |
Hurrian | hmm, something tells me it's supposed to be used with the SDK. | 08:17 |
Hurrian | lemme test | 08:17 |
*** tarek_ is now known as tgalal | 08:23 | |
beford | thanks | 08:24 |
Hurrian | beford: "tcpdump -i wlan0". | 08:24 |
Hurrian | simply running "tcpdump" makes it monitor phonet0 | 08:25 |
beford | oh.. let me see | 08:26 |
*** ZogG_lap1op has quit IRC | 08:28 | |
beford | thanks it works :) | 08:35 |
*** hardaker has quit IRC | 09:12 | |
*** hardaker has joined #harmattan | 09:16 | |
*** elldekaa has quit IRC | 09:22 | |
*** ZogG_laptop has joined #harmattan | 09:33 | |
*** ZogG_laptop has quit IRC | 09:33 | |
*** elldekaa has joined #harmattan | 09:36 | |
*** thedead1440 has quit IRC | 09:49 | |
*** thedead1440_ has quit IRC | 09:50 | |
*** thedead1440 has joined #harmattan | 09:50 | |
*** hardaker has quit IRC | 09:58 | |
*** jreznik has joined #harmattan | 10:35 | |
*** Sfiet_Konstantin has joined #harmattan | 11:22 | |
*** tgalal has quit IRC | 11:25 | |
*** tarek__ has joined #harmattan | 11:25 | |
*** tarek__ is now known as tgalal | 11:26 | |
*** gabriel9 has joined #harmattan | 11:41 | |
*** jaywink has joined #harmattan | 12:08 | |
*** M4rtinK has joined #harmattan | 12:29 | |
*** ced117 has joined #harmattan | 12:45 | |
*** ced117 has quit IRC | 12:45 | |
*** ced117 has joined #harmattan | 12:45 | |
*** jaywink has quit IRC | 12:59 | |
*** NIN101 has joined #harmattan | 13:03 | |
*** thedead1440 has quit IRC | 13:04 | |
*** jaywink has joined #harmattan | 13:07 | |
*** faenil has joined #harmattan | 13:14 | |
*** ortylp has joined #harmattan | 13:17 | |
*** jaywink has quit IRC | 13:22 | |
*** thedead1440 has joined #harmattan | 13:22 | |
*** thedead1440 has quit IRC | 13:29 | |
*** larrfed has quit IRC | 13:40 | |
*** larrfed has joined #harmattan | 13:41 | |
*** thedead1440 has joined #harmattan | 13:52 | |
*** susundberg has quit IRC | 14:06 | |
*** khertan has quit IRC | 14:20 | |
*** arcean has joined #harmattan | 14:21 | |
*** Venemo has joined #harmattan | 14:22 | |
*** khertan has joined #harmattan | 14:32 | |
*** Luke-Jr has quit IRC | 14:36 | |
*** Luke-Jr has joined #harmattan | 14:36 | |
*** jaywink has joined #harmattan | 14:53 | |
*** Morpog has quit IRC | 14:56 | |
*** auenf has quit IRC | 15:05 | |
*** uu has joined #harmattan | 15:06 | |
*** uu has quit IRC | 15:09 | |
*** shanttu has joined #harmattan | 15:11 | |
*** auenf has joined #harmattan | 15:12 | |
*** auenf has quit IRC | 15:16 | |
*** auenf has joined #harmattan | 15:26 | |
*** Morpog has joined #harmattan | 15:27 | |
*** zhxt has quit IRC | 15:30 | |
*** auenf has quit IRC | 15:31 | |
*** auenf has joined #harmattan | 15:42 | |
*** auenf has quit IRC | 15:46 | |
*** auenfx4 has joined #harmattan | 15:46 | |
*** auenfx4 has quit IRC | 15:51 | |
*** jaywink has quit IRC | 15:51 | |
*** auenf has joined #harmattan | 15:51 | |
*** auenf has quit IRC | 15:56 | |
*** rcg has quit IRC | 16:01 | |
*** rcg has joined #harmattan | 16:02 | |
*** ortylp has quit IRC | 16:08 | |
*** jaywink has joined #harmattan | 16:09 | |
*** elldekaa has joined #harmattan | 16:15 | |
*** arcean_ has joined #harmattan | 16:17 | |
*** elldekaa has quit IRC | 16:18 | |
*** arcean_ has quit IRC | 16:18 | |
*** arcean_ has joined #harmattan | 16:18 | |
*** arcean has quit IRC | 16:21 | |
*** Beineri_ has quit IRC | 16:23 | |
*** arcean has joined #harmattan | 16:23 | |
*** arcean_ has quit IRC | 16:25 | |
*** jaywink has quit IRC | 16:28 | |
*** Beineri_ has joined #harmattan | 16:38 | |
*** gabriel9 has quit IRC | 16:40 | |
*** faenil has quit IRC | 16:49 | |
*** Martix has joined #harmattan | 16:53 | |
*** pinheiro has joined #harmattan | 16:57 | |
*** jaywink has joined #harmattan | 17:11 | |
*** Martix has quit IRC | 17:17 | |
*** jaywink has quit IRC | 17:19 | |
*** Aranel has quit IRC | 17:22 | |
*** Aranel has joined #harmattan | 17:30 | |
*** arcean_ has joined #harmattan | 17:30 | |
*** arcean_ has quit IRC | 17:38 | |
*** auenf has joined #harmattan | 17:40 | |
*** rubdos has joined #harmattan | 17:44 | |
*** XenGi_ is now known as XenGi | 17:59 | |
*** Tomsi has joined #harmattan | 18:09 | |
*** Tomsi has quit IRC | 18:10 | |
*** faenil has joined #harmattan | 18:15 | |
*** faenil has quit IRC | 18:16 | |
*** jaywink has joined #harmattan | 18:17 | |
*** hardaker has joined #harmattan | 18:17 | |
*** e-yes has quit IRC | 18:23 | |
*** XenGi is now known as XenGi_ | 18:24 | |
*** gn00b has joined #harmattan | 18:35 | |
*** e-yes has joined #harmattan | 18:50 | |
*** Venemo has quit IRC | 18:55 | |
*** knipwim has joined #harmattan | 18:56 | |
*** rubdos has quit IRC | 19:03 | |
*** gn00b has quit IRC | 19:06 | |
*** knipwim has left #harmattan | 19:07 | |
*** leinir has quit IRC | 19:08 | |
*** ZogG_laptop has joined #harmattan | 19:09 | |
*** ZogG_laptop has quit IRC | 19:09 | |
*** ZogG_laptop has joined #harmattan | 19:09 | |
*** _xnt14 has quit IRC | 19:36 | |
*** MohammadAG has quit IRC | 19:38 | |
*** jaywink has quit IRC | 19:42 | |
*** arcean has quit IRC | 19:43 | |
*** Morpog has quit IRC | 19:47 | |
*** Morpog has joined #harmattan | 19:47 | |
*** thedead1440 has quit IRC | 19:58 | |
*** thedead1440 has joined #harmattan | 20:02 | |
*** |njsf| has quit IRC | 20:02 | |
*** njsf1 has joined #harmattan | 20:02 | |
*** njsf has quit IRC | 20:03 | |
*** pinheiro_ has joined #harmattan | 20:08 | |
*** pinheiro has quit IRC | 20:09 | |
*** tgalal has quit IRC | 20:11 | |
*** tgalal has joined #harmattan | 20:15 | |
*** BaaBlo has joined #harmattan | 20:20 | |
*** furikku has quit IRC | 20:26 | |
orfix | Hi, is there any way to send an sms from command line ? thank you. | 20:44 |
thedead1440 | orfix: http://wiki.maemo.org/Phone_control#Send_SMS | 20:47 |
*** ortylp has joined #harmattan | 20:51 | |
*** Martix has joined #harmattan | 20:52 | |
*** jack has joined #harmattan | 20:52 | |
*** jack has quit IRC | 20:53 | |
*** thedead1440 has quit IRC | 20:56 | |
*** Martix has quit IRC | 20:57 | |
*** Martix has joined #harmattan | 20:58 | |
*** XenGi_ is now known as XenGi | 20:59 | |
*** hardaker has quit IRC | 21:00 | |
*** XenGi is now known as XenGi_ | 21:06 | |
*** thetet has joined #harmattan | 21:15 | |
*** xmlich02 has joined #harmattan | 21:15 | |
*** thetet has quit IRC | 21:16 | |
*** natunen has joined #harmattan | 21:17 | |
*** XenGi_ is now known as XenGi | 21:19 | |
*** arcean has joined #harmattan | 21:28 | |
Jake9xx_ | hmm, anyone here using N9 PR 1.3 + SportsTracker ? | 21:31 |
njsf1 | ocasionally yes | 21:31 |
Jake9xx_ | I cannot get my exercise to be uploaded to online service | 21:31 |
Jake9xx_ | I have located the dat files but that's about it :/ | 21:32 |
njsf1 | Ah, I just use local tracking | 21:32 |
njsf1 | let me see | 21:32 |
pa | try meeTrainer :p | 21:32 |
*** Venemo_N9 has joined #harmattan | 21:32 | |
Jake9xx_ | dat files are in /home/user/.local/share/data/STT/SportsTracker | 21:32 |
Jake9xx_ | pa: been using ST for a while on Symbian 701 phone, works like a charm but did not find that phone right now | 21:33 |
njsf1 | Mine upload just fine | 21:34 |
njsf1 | maybe a logout then login ? | 21:34 |
*** XenGi is now known as XenGi_ | 21:34 | |
pa | Jake9xx_, sportstracker on N9 is very different from symbian one | 21:34 |
Jake9xx_ | njsf1: I tried that but can try again | 21:34 |
Jake9xx_ | ok, logged out ,shut down STT and rebooted, let's see | 21:35 |
njsf1 | I also had some issues (with GPS fix actually) before which were cured by removing then installing again | 21:35 |
Jake9xx_ | noup, won't sync | 21:38 |
Jake9xx_ | it'll try another user acct | 21:38 |
Jake9xx_ | naah.. well guess it's a lost set then :/ | 21:47 |
Jake9xx_ | thanks for help guys | 21:47 |
*** BaaBlo has quit IRC | 22:02 | |
*** ortylp has quit IRC | 22:08 | |
*** arcean has quit IRC | 22:08 | |
*** arcean has joined #harmattan | 22:08 | |
*** robbster has joined #harmattan | 22:09 | |
*** robbster has joined #harmattan | 22:11 | |
*** ZogG_laptop has quit IRC | 22:13 | |
*** hossam has joined #harmattan | 22:17 | |
*** hossam has quit IRC | 22:17 | |
*** jreznik has quit IRC | 22:19 | |
*** JackaLX has quit IRC | 22:19 | |
*** orfix has quit IRC | 22:19 | |
*** floholl has quit IRC | 22:19 | |
*** robertjw has quit IRC | 22:19 | |
*** eman has quit IRC | 22:19 | |
*** Aard has quit IRC | 22:19 | |
*** mzanetti has quit IRC | 22:19 | |
*** tomyri has quit IRC | 22:19 | |
*** juiceme has quit IRC | 22:19 | |
*** mgedmin has quit IRC | 22:19 | |
*** tomma has quit IRC | 22:19 | |
*** eman has joined #harmattan | 22:19 | |
*** robertjw has joined #harmattan | 22:19 | |
*** Aard has joined #harmattan | 22:19 | |
*** jreznik has joined #harmattan | 22:19 | |
*** orfix has joined #harmattan | 22:19 | |
*** mgedmin has joined #harmattan | 22:20 | |
*** tomma has joined #harmattan | 22:20 | |
*** mzanetti has joined #harmattan | 22:20 | |
*** floholl has joined #harmattan | 22:24 | |
*** juiceme has joined #harmattan | 22:25 | |
*** tomyri has joined #harmattan | 22:25 | |
*** faenil has joined #harmattan | 22:34 | |
*** orfix has quit IRC | 22:50 | |
*** orfix has joined #harmattan | 22:51 | |
*** hardaker has joined #harmattan | 22:52 | |
*** carlosbob has joined #harmattan | 22:55 | |
beford | mm | 22:58 |
beford | N9 got stuck, seems to be frozen, can't reboot it | 22:59 |
beford | need to reflash it :/ | 22:59 |
beford | http://harmattan-dev.nokia.com/ is still down, right? | 22:59 |
njsf1 | last time I checked 1hr ago yes | 23:01 |
*** tgalal has quit IRC | 23:05 | |
*** messerting has joined #harmattan | 23:08 | |
*** JudgeD3ad has joined #harmattan | 23:13 | |
*** JudgeD3ad has quit IRC | 23:17 | |
*** AndChat-201584 has joined #harmattan | 23:19 | |
*** Morpog has quit IRC | 23:19 | |
*** ortylp has joined #harmattan | 23:28 | |
*** ortylp has quit IRC | 23:29 | |
*** ZogG_laptop has joined #harmattan | 23:30 | |
*** ZogG_laptop has quit IRC | 23:30 | |
*** ZogG_laptop has joined #harmattan | 23:30 | |
*** ced117 has quit IRC | 23:33 | |
*** Venemo_N9 has quit IRC | 23:40 | |
*** JackaLX has joined #harmattan | 23:45 | |
*** Sfiet_Konstantin has quit IRC | 23:48 | |
*** leinir has joined #harmattan | 23:55 | |
*** leinir has joined #harmattan | 23:55 | |
*** pinheiro_ has quit IRC | 23:55 | |
*** hardaker has quit IRC | 23:55 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!