jonwil | Sicello: In regards to wl1251-cal, I too observed the problem with the MAC address and I dont know why it isn't working. It should be a drop-in replacement for the stock widget. | 00:02 |
---|---|---|
Sicelo | works fine when you run it manually though | 00:02 |
jonwil | yeah its weird | 00:02 |
bencoh | Sicelo: 720p playback isn't related to gpu afaict (but to DSP) | 00:02 |
*** rd_ has joined #maemo | 00:03 | |
bencoh | (a TI C64+ on both chips) | 00:03 |
freemangordon | :nod: | 00:03 |
Sicelo | ah | 00:03 |
freemangordon | but on N9 it runs on higher freqs | 00:03 |
bencoh | which explains why n9 can play higher res/profile | 00:04 |
Sicelo | N9 is really nice device. | 00:04 |
bencoh | with no keyboard and a capacitive screen, but yeah | 00:05 |
bencoh | (I feel like we've already discussed that quite a few times :D) | 00:05 |
Sicelo | :) | 00:05 |
Sicelo | anyone here with N9? what pdf reader you use? | 00:06 |
Sicelo | or epubs | 00:06 |
jonwil | Sicelo: the script for wl1251-cal is the same as the one that comes with the stock widget | 00:06 |
*** vectis3 has joined #maemo | 00:07 | |
*** aloril has quit IRC | 00:07 | |
Sicelo | jonwil: ok. i guess for time being one has to remember to run wl1251-cal after every reboot | 00:08 |
jonwil | or (like I did) downgrade it back to stock | 00:09 |
jonwil | freemangordon: ping | 00:10 |
freemangordon | jonwil: pong | 00:10 |
*** shentey has quit IRC | 00:11 | |
Sicelo | ah .. there is pdf reader in N9, just called Documents. | 00:11 |
*** shentey has joined #maemo | 00:11 | |
*** rd_ has quit IRC | 00:11 | |
*** shentey has quit IRC | 00:12 | |
*** aloril has joined #maemo | 00:12 | |
jonwil | whats this you were talking to merlin1991 about earlier? pap_enabled gconf key? | 00:12 |
freemangordon | Pali: ^^^ | 00:13 |
*** Bratch has joined #maemo | 00:24 | |
*** l_bratch has quit IRC | 00:24 | |
*** Bratch has quit IRC | 00:25 | |
*** Bratch has joined #maemo | 00:26 | |
*** futpib has quit IRC | 00:28 | |
Pali | freemangordon: that cloned library has problem in function iap_dialog_private_key_pw_send_reply() | 00:35 |
Pali | in that function it crashes | 00:35 |
freemangordon | lemme check | 00:35 |
freemangordon | what crash? | 00:35 |
freemangordon | segfault? | 00:35 |
Pali | yes, from syslog looks like segfault | 00:35 |
freemangordon | Pali: maybe dbus_message_append_args is called with wrong parameters, lemme check | 00:39 |
*** krnlyng has quit IRC | 00:40 | |
freemangordon | Pali: can't see anything wrong, could you debug it? | 00:42 |
Pali | will try | 00:42 |
Pali | freemangordon: quick debug: looks like dbus_message_append_args crashing | 00:45 |
freemangordon | thought so, but can't see why | 00:45 |
Pali | I added syslog() call before and after dbus_message_append_args() | 00:45 |
Pali | before I got output, after not | 00:46 |
Sicelo | Pali: before you disappear .. mind to share details of the WPA-EAP auto-connect method? which file to hex-patch, and change which bytes to what? | 00:49 |
Pali | Sicelo: looks like it is not so easy, as I thought | 00:49 |
freemangordon | Pali: could you share the code you work with? | 00:49 |
Pali | I will push code to github | 00:51 |
Sicelo | ok. goodnight. | 00:51 |
*** krnlyng has joined #maemo | 00:53 | |
Pali | freemangordon: https://github.com/community-ssu/connui-conndlgs-wlan | 00:53 |
freemangordon | ok | 00:55 |
freemangordon | Pali: try to use DBUS_TYPE_INVALID instead of NULL for the last parameter | 00:59 |
Pali | already tried :-( | 00:59 |
freemangordon | I wonder if those string parameters should be send by address, but all of the examples I look at do it | 01:00 |
Pali | going to start whole process under gdb | 01:02 |
Pali | /usr/bin/maemo-summoner is launcher for .launch applications right? | 01:02 |
freemangordon | why not just attach to it? | 01:03 |
Pali | gdb --args /usr/bin/maemo-summoner /usr/bin/osso-connectivity-ui-conndlgs.launch | 01:03 |
freemangordon | Pali: simply attach gdb to already running process | 01:03 |
Pali | because that maemo-launcher doing some special relocation | 01:03 |
Pali | and debugging is not possible | 01:03 |
freemangordon | it is here | 01:03 |
Pali | addresses in gdb are not correct | 01:03 |
freemangordon | I've never had any problems | 01:03 |
Pali | maemo-summoner is needed | 01:03 |
freemangordon | ok | 01:03 |
Pali | IIRC | 01:03 |
freemangordon | I always attach to the needed process | 01:04 |
freemangordon | the bigger PID of both | 01:04 |
freemangordon | never had any problems | 01:04 |
Pali | #0 0x400e94d4 in strlen () from /lib/libc.so.6; warning: Unable to fetch general register.; Cannot access memory at address 0x400e94d0 | 01:06 |
Pali | no more backtrace output | 01:06 |
freemangordon | hmm, maybe that buffer should be 42, not 41 bytes long | 01:07 |
freemangordon | I don't know that maemosec_certman_key_id_to_str function | 01:07 |
freemangordon | hmm, no, it is ok https://github.com/community-ssu/maemo-security-certman/blob/master/include/maemosec_certman.h#L95 | 01:10 |
Pali | ok, that strlen comes from /usr/lib/libdbus-1.so.3 | 01:10 |
Pali | I already looked into certman source and it check len against MAEMOSEC_KEY_ID_STR_LEN | 01:10 |
Pali | 41 is OK | 01:10 |
freemangordon | well, it is either that password is not initialized or those string parameters should e passed as char*, not char** | 01:11 |
Pali | iap_conndlg 2.88+0m5[10259]: iap_dialog_private_key_pw_send_reply: buf='<correct_hash>' password='' ok=0 | 01:14 |
Pali | passworrd is emtpy (which I set empty) | 01:14 |
Pali | and hash is also correct | 01:14 |
freemangordon | Pali: maybe add another const char *tmp = buf; and use &tmp instead of &buf for the firs string argument | 01:15 |
freemangordon | Pali: did you try ^^^? | 01:23 |
Pali | now going | 01:23 |
freemangordon | see http://dbus.sourcearchive.com/documentation/1.2.4/dbus-message_8c-source.html | 01:24 |
freemangordon | search for "@warning in C, given" | 01:24 |
Pali | helped! | 01:25 |
Pali | no crash | 01:25 |
freemangordon | the fuck, never knew that for gcc "&array == array" :( | 01:27 |
Pali | now I remind that there is such problem | 01:28 |
freemangordon | Pali: BTW, why did you push .so files? | 01:29 |
Pali | because we need to package all files | 01:30 |
Pali | cannot replace one in deb package easily | 01:30 |
freemangordon | ah, I see | 01:30 |
freemangordon | I guess I'll have to RE the others as well :) | 01:30 |
freemangordon | Pali: and how did you get those 3 nokia commits? | 01:31 |
Pali | I have script deb2dsc | 01:32 |
Pali | it convert binary deb package to debian source package | 01:32 |
freemangordon | ok :) | 01:32 |
Pali | and next I have script which import dsc packages into git history | 01:32 |
Pali | :-) | 01:32 |
freemangordon | good to know, will ask for it the next time I am REing some package :) | 01:33 |
Pali | I think I told you this year(s) ago :-) | 01:33 |
*** githogori has quit IRC | 01:33 | |
freemangordon | Can't remember | 01:34 |
freemangordon | anyway, time to have some rest, night | 01:34 |
Pali | now I fixed that freezing bug :-) | 01:35 |
Pali | going to push commits to github | 01:35 |
*** LjL has quit IRC | 01:46 | |
*** LjL has joined #maemo | 01:47 | |
Pali | FIXED! https://github.com/community-ssu/connui-conndlgs-wlan/commit/2a4b91162e05710ee187fbcc56c1293b5c747169 | 01:50 |
Pali | Sicelo: now when user close password input dialog for EAP-TLS certificate password, then Maemo show error message connection failed | 01:51 |
Pali | and does not freeze and crash whole Maemo system! | 01:51 |
Pali | freemangordon: thanks for clonning that binary! | 01:51 |
freemangordon | Pali: you're welcome | 01:51 |
freemangordon | I'll try to find time to clone the other plugins as well | 01:52 |
Pali | now second part, support for EAP-TLS certificates without password... but later | 01:52 |
Pali | now going sleeping... | 01:52 |
freemangordon | yeah, me too :) | 01:52 |
Pali | https://bugs.maemo.org/show_bug.cgi?id=1574 | 01:54 |
povbot_ | Bug 1574: Certificate Manager and WLAN EAP-TLS | 01:54 |
Pali | https://bugs.maemo.org/show_bug.cgi?id=3399 | 01:55 |
povbot_ | Bug 3399: Will not auto connect to WPA-Enterprise | 01:55 |
Pali | https://bugs.maemo.org/show_bug.cgi?id=1635 | 01:55 |
povbot_ | Bug 1635: Eduroam (EAP-TTLS+PAP) WiFi auth | 01:55 |
Pali | these 3 another bugs (reported in 2007!) we could fix in CSSU | 01:56 |
Pali | last is just setting one gconf key (this can be done in cssu metapackage) | 01:56 |
*** Pali has quit IRC | 02:06 | |
*** xorly has quit IRC | 02:11 | |
*** andril has joined #maemo | 02:19 | |
*** florian has quit IRC | 02:25 | |
*** andril has quit IRC | 02:28 | |
*** Oksanaa has joined #maemo | 02:29 | |
*** andril has joined #maemo | 02:29 | |
*** krnlyng has quit IRC | 02:41 | |
*** githogori has joined #maemo | 02:43 | |
*** krnlyng has joined #maemo | 02:55 | |
*** drathir has quit IRC | 02:56 | |
*** Oksanaa has quit IRC | 03:03 | |
*** drathir has joined #maemo | 03:12 | |
*** auenfx4 has quit IRC | 03:19 | |
*** auenfx4 has joined #maemo | 03:19 | |
*** eMHa has joined #maemo | 04:05 | |
*** eMHa__ has quit IRC | 04:09 | |
*** Kabouik has joined #maemo | 04:10 | |
*** Kabouik__ has quit IRC | 04:13 | |
*** Oksana has joined #maemo | 04:24 | |
*** Humpelstilzchen has quit IRC | 04:29 | |
*** Kabouik_ has joined #maemo | 04:30 | |
*** Defiant has joined #maemo | 04:30 | |
*** Oksana has quit IRC | 04:31 | |
*** Oksana has joined #maemo | 04:31 | |
*** Kabouik has quit IRC | 04:33 | |
*** krnlyng has quit IRC | 04:39 | |
*** Roth has joined #maemo | 04:48 | |
*** krnlyng has joined #maemo | 04:51 | |
*** lxp has quit IRC | 05:05 | |
*** hubutm20 has joined #maemo | 05:55 | |
*** krnlyng has quit IRC | 06:10 | |
*** andril has quit IRC | 06:19 | |
*** Roth_ has joined #maemo | 06:33 | |
*** andril has joined #maemo | 06:35 | |
*** Roth has quit IRC | 06:35 | |
*** Trizt has quit IRC | 06:36 | |
*** Trizt has joined #maemo | 06:37 | |
*** ender| has quit IRC | 06:37 | |
*** jake42 has quit IRC | 06:37 | |
*** gregoa has quit IRC | 06:37 | |
*** HRH_H_Crab has quit IRC | 06:38 | |
*** gregoa has joined #maemo | 06:38 | |
*** HRH_H_Crab has joined #maemo | 06:38 | |
*** ender| has joined #maemo | 06:39 | |
*** krnlyng has joined #maemo | 06:39 | |
*** andril has quit IRC | 06:47 | |
*** Vajb has joined #maemo | 07:32 | |
*** infobot has quit IRC | 08:19 | |
*** rd_ has joined #maemo | 08:26 | |
*** Roth_ has quit IRC | 08:29 | |
*** eMHa has quit IRC | 08:36 | |
*** jake42 has joined #maemo | 08:37 | |
*** peetah has quit IRC | 08:39 | |
*** krnlyng has quit IRC | 08:43 | |
*** krnlyng has joined #maemo | 08:57 | |
*** eMHa has joined #maemo | 09:03 | |
*** rd_ has quit IRC | 09:06 | |
*** rd_ has joined #maemo | 09:12 | |
brolin_empey | KotCzarny: I finally built minicom for Cygwin by myself. Most of the work was in preparing the build environment, specifically determining which packages are needed and installing the missing packages. | 09:14 |
KotCzarny | good | 09:14 |
KotCzarny | as a bonus you have cygwin buildenv ready too | 09:15 |
*** rd_ has quit IRC | 09:27 | |
brolin_empey | KotCzarny: Yes, even though I have used the same Cygwin installations for years. I had to use the Cygwin installation on my desktop computer at ${WORK} because my Cygwin installation on my desktop computer at ${HOME} is borked: basically, I can still mostly/somewhat use it with the packages already installed but I cannot install additional packages. IIRC, I cannot update the currently-installed packages either because the package installation/upgrade | 09:31 |
brolin_empey | process hangs. | 09:31 |
KotCzarny | i think there is apt-cyg or cygapt that eases the package manipulation | 09:32 |
KotCzarny | unsupported by cygwin devs, but does its job well | 09:33 |
*** futpib has joined #maemo | 09:35 | |
*** futpib has quit IRC | 09:46 | |
*** xorly has joined #maemo | 09:48 | |
*** japa-fi has joined #maemo | 10:00 | |
*** jonwil has quit IRC | 10:20 | |
*** florian has joined #maemo | 10:32 | |
*** eijk_ has joined #maemo | 10:43 | |
*** krnlyng has quit IRC | 10:44 | |
*** rd_ has joined #maemo | 10:51 | |
*** xorly has quit IRC | 10:54 | |
*** krnlyng has joined #maemo | 10:57 | |
*** geaaru has joined #maemo | 11:02 | |
*** rm_you has joined #maemo | 11:17 | |
*** N-Mi_ has joined #maemo | 11:24 | |
*** jon_y has quit IRC | 11:29 | |
*** jonwil has joined #maemo | 11:30 | |
Sicelo | fennec - how would i stop it creating many tabs? | 11:32 |
*** freemangordon_ has joined #maemo | 11:33 | |
Sicelo | asking again.. as freemangordon_ just joined :) | 11:34 |
Sicelo | fennec - how would i stop it creating many tabs? | 11:34 |
freemangordon_ | no idea :) | 11:34 |
*** freemangordon_ has quit IRC | 11:35 | |
KotCzarny | http://codeverge.com/netscape.mozilla.general/how-to-disable-tabbed-browsing-with/1468748 maybe this one? | 11:35 |
*** freemangordon_ has joined #maemo | 11:35 | |
freemangordon_ | never used it for anything but some experiments | 11:36 |
Sicelo | KotCzarny: looking ... it's not that i don't want tabs to work, but fennec seems to prefer to create news tabs. i would like to 'tell' it when to create a new tab | 11:37 |
KotCzarny | you can try some old 'tab mix plus' extension then | 11:37 |
KotCzarny | but dont know how many of the firefox settings are in fennec | 11:37 |
Sicelo | browser.link.open_newwindow seems to be what i'm looking for .. it's 3 in fennec. changing it to 1 to see if problem solved | 11:43 |
Sicelo | great. seems to work | 11:46 |
*** rd_ has quit IRC | 11:48 | |
Sicelo | working much nicer now .. no heavy lag like before | 11:50 |
*** xorly has joined #maemo | 11:54 | |
*** xorly has quit IRC | 11:59 | |
jonwil | freemangordon: ping | 12:10 |
*** sparetire_ has quit IRC | 12:17 | |
*** rd_ has joined #maemo | 12:28 | |
freemangordon_ | jonwil: pong | 12:28 |
* jonwil has done some work on connui-conndlgs-wlan | 12:30 | |
freemangordon_ | great | 12:31 |
freemangordon_ | I saw your commits from this morning, is it something new? | 12:31 |
freemangordon_ | BTW I will RE some more plugins, they are too easy to distribute them in binary | 12:32 |
bencoh | Sicelo: is fennec really usable? | 12:32 |
* freemangordon_ is going to have something to eat, bbl | 12:32 | |
jonwil | I am about to have a go at some of the connui-conndlgs-wlan plugins | 12:33 |
Sicelo | for my needs, i guess .. i don't use it too much also, but at times i need a page which it opens better | 12:33 |
*** freemangordon_ has quit IRC | 12:37 | |
*** japa-fi has left #maemo | 12:40 | |
jonwil | or maybe not, they aren't as simple as I thought :) | 12:44 |
jonwil | Will let freemagnrdon deal with them :) | 12:44 |
*** lxp has joined #maemo | 12:55 | |
*** rd_ has quit IRC | 13:08 | |
*** freemangordon_ has joined #maemo | 13:30 | |
freemangordon_ | jonwil: which ones? (to not work on the same plugins) | 13:30 |
*** krnlyng has quit IRC | 13:46 | |
freemangordon | jonwil: I started work on iap_dialog_gtc_challenge | 13:51 |
jonwil | Not planning to work on any of them, I decided not to | 13:54 |
freemangordon | jonwil: any clue what is libcomapp-dev? | 13:55 |
jonwil | I did add some functions needed by connui-conndlgs-wlan to libconnui-dev | 13:55 |
freemangordon | certman applet needs it | 13:56 |
jonwil | Only function I wasn't able to figure out is iap_scan_start_for_network_types in lobconnui.so | 13:56 |
jonwil | libconnui.so | 13:56 |
jonwil | libcomap code is in the Fremantle SDK | 13:56 |
jonwil | so you can get libcomap-dev from there | 13:56 |
jonwil | the package isn't there but the code in there will build it | 13:57 |
freemangordon | oh, I see | 13:57 |
jonwil | but yeah other than iap_scan_start_for_network_types I figured out all the functions called by connui-conndlgs-wlan | 13:58 |
*** krnlyng has joined #maemo | 13:58 | |
freemangordon | maybe we should RE it as well | 13:59 |
freemangordon | libconnui that is | 13:59 |
jonwil | be my guest, its a big chunk of code | 14:01 |
freemangordon | :) | 14:01 |
jonwil | although IMO we should be working on things that are actually necessary (like pulseaudio-nokia) rather than connectivity UI that is being cloned for the sake of cloning it :) | 14:02 |
jonwil | connui-conndlgs-wlan at least has some bugs we want to fix | 14:04 |
freemangordon | I need some rest from PA, (and some free time to work on it) | 14:04 |
jonwil | ok :) | 14:04 |
jonwil | connui-conndlgs-wlan seems like a good way to go then :) | 14:04 |
freemangordon | yeah :) | 14:06 |
jonwil | reverse engineering libconnui on the other hand seems like wasted effort to me | 14:06 |
jonwil | cloning it that is | 14:06 |
jonwil | reverse engineering the missing functions on the other hand is useful | 14:06 |
jonwil | but yeah at this point I am going to stop fiddling with the connectivity UI stuff | 14:11 |
* jonwil has run out of things to do again | 14:31 | |
jonwil | well things for N900 that is | 14:31 |
bencoh | what about libcodelock/devlock? | 14:31 |
bencoh | did you manage to RE it? | 14:32 |
jonwil | https://github.com/community-ssu/codelockui/ is as far as I got with codelockui | 14:32 |
jonwil | and there is no real point cloning libdevlock, its just a lib for dealing with the device lock in CAL and not worth REing (nothing in it we need to change) | 14:33 |
jonwil | https://github.com/community-ssu/libdevlock-dev is the dev package I made for libdevlock though | 14:34 |
jonwil | all the "interesting" stuff is also the hard stuff | 14:35 |
jonwil | like hildon-plugins-notify-sv | 14:35 |
jonwil | I did just figure out why my wl1251-cal clone is broken though :) | 14:38 |
jonwil | going to fix it now :) | 14:39 |
freemangordon | :) | 14:58 |
*** Kabouik has joined #maemo | 15:00 | |
*** Kabouik_ has quit IRC | 15:03 | |
jonwil | fixed :) | 15:07 |
jonwil | so now I am running new wl1251-cal on my phone again :) | 15:08 |
jonwil | no more problems with bogus mac address | 15:08 |
jonwil | and with that I have done everything I can think of that I am able to do | 15:08 |
jonwil | so I am back to having nothing to do :P | 15:08 |
jonwil | actually no, I will go zzz since its late :) | 15:08 |
jonwil | cya later | 15:08 |
*** jonwil has quit IRC | 15:08 | |
*** peetah has joined #maemo | 15:11 | |
*** Kabouik_ has joined #maemo | 15:35 | |
*** Kabouik has quit IRC | 15:38 | |
*** krnlyng has quit IRC | 15:45 | |
*** Kabouik has joined #maemo | 15:51 | |
*** Kabouik_ has quit IRC | 15:54 | |
*** krnlyng has joined #maemo | 15:59 | |
*** sparetire_ has joined #maemo | 16:06 | |
*** Kabouik_ has joined #maemo | 16:06 | |
*** Kabouik has quit IRC | 16:08 | |
*** jon_y has joined #maemo | 16:18 | |
*** freemangordon_ has quit IRC | 16:30 | |
*** Kabouik has joined #maemo | 16:33 | |
*** Kabouik_ has quit IRC | 16:35 | |
*** xorly has joined #maemo | 16:45 | |
*** florian has quit IRC | 17:36 | |
*** krnlyng has quit IRC | 17:46 | |
*** krnlyng has joined #maemo | 18:00 | |
*** freemangordon has quit IRC | 18:28 | |
*** freemangordon has joined #maemo | 18:31 | |
*** eMHa has quit IRC | 18:31 | |
*** N-Mi_ has quit IRC | 18:43 | |
*** N-Mi has joined #maemo | 18:43 | |
*** N-Mi has joined #maemo | 18:43 | |
*** stryngs has quit IRC | 18:51 | |
*** eMHa has joined #maemo | 18:54 | |
*** lobito1 has joined #maemo | 18:55 | |
*** lobito has quit IRC | 18:56 | |
*** DrCode has quit IRC | 19:10 | |
*** eijk_ has quit IRC | 19:12 | |
*** florian has joined #maemo | 19:20 | |
*** basiaf has quit IRC | 19:46 | |
*** krnlyng has quit IRC | 19:46 | |
*** Humpelstilzchen has joined #maemo | 19:48 | |
*** Defiant has quit IRC | 19:50 | |
*** futpib has joined #maemo | 19:53 | |
*** darkschneider has quit IRC | 20:00 | |
*** darkschneider has joined #maemo | 20:00 | |
*** krnlyng has joined #maemo | 20:02 | |
*** stryngs has joined #maemo | 20:14 | |
*** basiaf has joined #maemo | 20:21 | |
*** basiaf has quit IRC | 20:21 | |
*** tg has quit IRC | 20:22 | |
*** Pali has joined #maemo | 20:31 | |
*** tg has joined #maemo | 20:32 | |
freemangordon | Pali: could you pull the latest connui-conndlgs-wlan to see if I didn't break anything | 21:07 |
*** SAiF has joined #maemo | 21:17 | |
*** M4rtinK has joined #maemo | 21:21 | |
*** Kabouik has quit IRC | 21:30 | |
*** Kabouik has joined #maemo | 21:32 | |
*** sunshavi has joined #maemo | 21:43 | |
*** Kabouik_ has joined #maemo | 21:44 | |
*** Kabouik has quit IRC | 21:46 | |
*** Venusaur has quit IRC | 21:46 | |
*** krnlyng has quit IRC | 21:47 | |
*** Venusaur has joined #maemo | 21:50 | |
*** M4rtinK has quit IRC | 21:52 | |
*** geaaru has quit IRC | 21:55 | |
*** tm has quit IRC | 22:00 | |
*** krnlyng has joined #maemo | 22:00 | |
*** tm has joined #maemo | 22:03 | |
*** rd_ has joined #maemo | 22:04 | |
*** M4rtinK has joined #maemo | 22:10 | |
*** SmilybOrg is now known as Smily | 22:21 | |
*** M4rtinK has quit IRC | 22:22 | |
*** lxp has quit IRC | 22:27 | |
*** lxp has joined #maemo | 22:28 | |
*** Vajb has quit IRC | 22:36 | |
*** ced117 has joined #maemo | 22:37 | |
*** Kabouik has joined #maemo | 22:39 | |
*** Kabouik_ has quit IRC | 22:41 | |
*** Kabouik_ has joined #maemo | 22:50 | |
*** jonwil has joined #maemo | 22:50 | |
jonwil | hi | 22:51 |
jonwil | pali: ping | 22:51 |
*** rd_ has quit IRC | 22:51 | |
*** SpeedEvil has quit IRC | 22:52 | |
*** Kabouik has quit IRC | 22:53 | |
*** SpeedEvil has joined #maemo | 22:53 | |
*** capitanocrunch has joined #maemo | 23:03 | |
*** rd_ has joined #maemo | 23:04 | |
*** tanty is now known as tanty_off | 23:06 | |
*** capitanocrunch has left #maemo | 23:08 | |
*** Kabouik has joined #maemo | 23:15 | |
*** Kabouik_ has quit IRC | 23:17 | |
*** Kabouik_ has joined #maemo | 23:19 | |
*** Kabouik has quit IRC | 23:21 | |
*** M4rtinK has joined #maemo | 23:27 | |
*** DrCode has joined #maemo | 23:29 | |
*** sunshavi has quit IRC | 23:30 | |
*** Kabouik has joined #maemo | 23:37 | |
*** sunshavi has joined #maemo | 23:37 | |
*** Kabouik_ has quit IRC | 23:39 | |
*** SpeedEvil has quit IRC | 23:43 | |
*** SpeedEvil has joined #maemo | 23:44 | |
*** krnlyng has quit IRC | 23:48 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!